This project's AI-agent instructions live in [`CLAUDE.md`](CLAUDE.md) — non-negotiables, build order, stack, working style, and vendored-source pins. Same content, kept in one place so Claude-specific
Imported from khr898/ntfsmac (AGENTS.md). Install upstream with npx skills add khr898/ntfsmac. Copyright stays with the author.
AGENTS.md
This project's AI-agent instructions live in CLAUDE.md — non-negotiables,
build order, stack, working style, and vendored-source pins. Same content, kept in one
place so Claude-specific and vendor-neutral tooling don't drift apart.
If your agent/tool reads AGENTS.md specifically: treat CLAUDE.md as this file's content.
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/khr898-ntfsmac-ntfsmac/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.
khr898-ntfsmac-ntfsmac.ocm.jsonjson
{
"ocm": "1",
"id": "khr898-ntfsmac-ntfsmac",
"kind": "skill",
"name": "ntfsmac",
"description": "This project's AI-agent instructions live in [`CLAUDE.md`](CLAUDE.md) — non-negotiables, build order, stack, working style, and vendored-source pins. Same content, kept in one place so Claude-specific and vendor-neutral tooling don't drift apart.",
"publisher": "khr898",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This project's AI-agent instructions live in [`CLAUDE.md`](CLAUDE.md) — non-negotiables, build order, stack, working style, and vendored-source pins. Same content, kept in one place so Claude-specific and vendor-neutral tooling don't drift apart."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/khr898/ntfsmac",
"path": "AGENTS.md",
"ref": "6643d57a38eec309bd8a5fb82c66930b289a2e8d",
"url": "https://github.com/khr898/ntfsmac/blob/6643d57a38eec309bd8a5fb82c66930b289a2e8d/AGENTS.md",
"key": "khr898/ntfsmac/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\nThis project's AI-agent instructions live in [`CLAUDE.md`](CLAUDE.md) — non-negotiables,\nbuild order, stack, working style, and vendored-source pins. Same content, kept in one\nplace so Claude-specific and vendor-neutral tooling don't drift apart.\n\nIf your agent/tool reads `AGENTS.md` specifically: treat `CLAUDE.md` as this file's content.",
"cost": {
"context_tokens": 88
}
}
Fetch it by URL: GET /api/v1/registry/khr898-ntfsmac-ntfsmac/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.