the signals and their derived score are provisional and subject to change.
validate manually before sharing.
9a7ae4ec5c8de4d79d0b21cb0e80f870afbd05f48f7d55c08ce2e60dcf011af56d715cf7b317ad66Authored: 1 month ago (Sun, 9 Aug 2026 06:34:25 +0000)Match: Copilotc2789ba824cf1cd41d423c2eaeb237fc7cec1949Authored: 3 months ago (Wed, 27 May 2026 04:20:14 +0000)Match: Copilot.agent/skills/feat/SKILL.mdTool: unspecified---
name: feat
description: Build a feature or enhancement end-to-end (GitHub issue or free-text description → plan → implement → test → PR). Use anytime you need to add functionality to a package in this workspace.
argument-hint: [issue-number-or-description]
---
# Feature Workflow
Conventions this workflow depends on (read the ones your change touches before writing code):
- [CorePlatformModules.md](./references/CorePlatformModules.md) — required before touching `packages/core` (platform-spli.agent/skills/unit-testing/SKILL.mdTool: unspecified---
name: unit-testing
description: How to run and write unit tests in this workspace (Vitest, colocated .spec.ts files, mocked native globals). Use when writing, changing, or running tests.
---
# Unit Testing
Tests are `*.spec.ts` files colocated with the source they cover, written with Vitest and run per package through Nx. See [WritingUnitTests.md](./references/WritingUnitTests.md) for the full guide.
## Running
```bash
npx nx run core:test # all core tests
npx nx run core:test -t 'Name'.agent/skills/fix/SKILL.mdTool: unspecified---
name: fix
description: Debug and fix a bug end-to-end (GitHub issue or free-text report → trace → root cause → fix → test → PR). Use anytime you need to fix broken, throwing, or misbehaving code in this workspace.
argument-hint: [issue-number-or-description]
---
# Bug Fix Workflow
Conventions this workflow depends on (read the ones your change touches before writing code):
- [CorePlatformModules.md](./references/CorePlatformModules.md) — required before touching `packages/core` (platform-.agent/skills/refactor/SKILL.mdTool: unspecified---
name: refactor
description: Restructure existing code without changing behavior (scope → baseline tests → small verified steps → PR). Use anytime you need to clean up, reorganize, or simplify code in this workspace.
argument-hint: [scope-or-description]
---
# Refactor Workflow
Conventions this workflow depends on (read the ones your change touches before writing code):
- [CorePlatformModules.md](./references/CorePlatformModules.md) — required before touching `packages/core` (platform-split fi.agentTool: unspecified.agentTool: unspecified.agentTool: unspecified.agentTool: unspecified.agentTool: unspecified.agentTool: unspecified.agentTool: unspecified.agentTool: unspecified.agentTool: unspecified.agentTool: unspecified.agentTool: unspecified.agentTool: unspecified.agentTool: unspecified.agentTool: unspecified.agentTool: unspecified.agentTool: unspecified.agentTool: unspecifiedAGENTS.mdTool: agents-md# AGENTS.md - NativeScript
This is the source code for NativeScript — `@nativescript/core` and related packages. This guide outlines standard practices for AI agents working in this repository.
## Environment
- Use `npm` for package management. First-time setup: `npm run setup` (cleans and installs).
- This is an [Nx](https://nx.dev) workspace. Run targets with `npx nx run <project>:<target>`, e.g. `npx nx run core:test`.
- `npm start` opens an interactive menu of every workspace command (type to filte.claudeTool: claude-codenone