Imported from northgardtracker/rootmark (test/fixtures/nested-conflict-test-tools/packages/web/AGENTS.md). Install upstream with npx skills add northgardtracker/rootmark --skill web. Copyright stays with the author.
AGENTS.md
Notes for AI coding agents working on the web package.
Setup commands
Install dependencies: pnpm install
Test commands
Run Vitest before opening a PR.
Run the full validation: pnpm run ci
Code style
Use ESLint for linting.
Lint with pnpm run lint before requesting review.
Safety boundaries
Never expose credentials or sensitive data.
Ask before destructive filesystem changes.
Pull request expectations
Open PRs against the main branch.
Run pnpm run ci before requesting review.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/northgardtracker-rootmark-web/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
northgardtracker-rootmark-web.ocm.jsonjson
{
"ocm": "1",
"id": "northgardtracker-rootmark-web",
"kind": "skill",
"name": "web",
"description": "Notes for AI coding agents working on the web package.",
"publisher": "northgardtracker",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Notes for AI coding agents working on the web package."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/northgardtracker/rootmark",
"path": "test/fixtures/nested-conflict-test-tools/packages/web/AGENTS.md",
"ref": "aa072953c499dbde1b50fbe7e1faae25c4374241",
"url": "https://github.com/northgardtracker/rootmark/blob/aa072953c499dbde1b50fbe7e1faae25c4374241/test/fixtures/nested-conflict-test-tools/packages/web/AGENTS.md",
"key": "northgardtracker/rootmark/test/fixtures/nested-conflict-test-tools/packages/web/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\nNotes for AI coding agents working on the web package.\n\n## Setup commands\n\n- Install dependencies: `pnpm install`\n\n## Test commands\n\n- Run Vitest before opening a PR.\n- Run the full validation: `pnpm run ci`\n\n## Code style\n\n- Use ESLint for linting.\n- Lint with `pnpm run lint` before requesting review.\n\n## Safety boundaries\n\n- Never expose credentials or sensitive data.\n- Ask before destructive filesystem changes.\n\n## Pull request expectations\n\n- Open PRs against the main branch.\n- Run `pnpm run ci` before requesting review.",
"cost": {
"context_tokens": 135
}
}
Fetch it by URL: GET /api/v1/registry/northgardtracker-rootmark-web/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.