apps/mobile/CLAUDE.md, apps/landing/CLAUDE.md and each
packages/*/CLAUDE.md — the invariants for that area. Read the one covering
the code you are changing.
Start with the root file, then the workspace file.
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/yhunko-sub-eye-sub-eye/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.
yhunko-sub-eye-sub-eye.ocm.jsonjson
{
"ocm": "1",
"id": "yhunko-sub-eye-sub-eye",
"kind": "skill",
"name": "sub-eye",
"description": "This project keeps its agent instructions in `CLAUDE.md`, deliberately in one place rather than duplicated per tool.",
"publisher": "yhunko",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This project keeps its agent instructions in `CLAUDE.md`, deliberately in one place rather than duplicated per tool."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/yhunko/sub-eye",
"path": "AGENTS.md",
"ref": "9aebea9ca797af2daf8d0a61282e6b94ddf8ec08",
"url": "https://github.com/yhunko/sub-eye/blob/9aebea9ca797af2daf8d0a61282e6b94ddf8ec08/AGENTS.md",
"key": "yhunko/sub-eye/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\nThis project keeps its agent instructions in `CLAUDE.md`, deliberately in one\nplace rather than duplicated per tool.\n\n- [CLAUDE.md](CLAUDE.md) — commands, architecture, conventions, comment policy\n- `apps/mobile/CLAUDE.md`, `apps/landing/CLAUDE.md` and each\n `packages/*/CLAUDE.md` — the invariants for that area. Read the one covering\n the code you are changing.\n\nStart with the root file, then the workspace file.",
"cost": {
"context_tokens": 107
}
}
Fetch it by URL: GET /api/v1/registry/yhunko-sub-eye-sub-eye/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.