Imported from wkentaro/dotfiles (AGENTS.md). Install upstream with npx skills add wkentaro/dotfiles. Copyright stays with the author.
Agent instructions
Git
Work in the primary checkout; do not create or use Git worktrees.
Agent skills
Issue tracker
Issues are tracked in this repo's GitHub Issues, managed via the gh CLI. See docs/agents/issue-tracker.md.
Triage labels
Default five-role vocabulary: needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix. See docs/agents/triage-labels.md.
Domain docs
Single-context: one CONTEXT.md + docs/adr/ at the repo root. See docs/agents/domain.md.
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/wkentaro-dotfiles-dotfiles/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.
wkentaro-dotfiles-dotfiles.ocm.jsonjson
{
"ocm": "1",
"id": "wkentaro-dotfiles-dotfiles",
"kind": "skill",
"name": "dotfiles",
"description": "Work in the primary checkout; do not create or use Git worktrees.",
"publisher": "wkentaro",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Work in the primary checkout; do not create or use Git worktrees."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/wkentaro/dotfiles",
"path": "AGENTS.md",
"ref": "9a1a16dd9fde2e0e8b164d94c65b4f867e28d1a3",
"url": "https://github.com/wkentaro/dotfiles/blob/9a1a16dd9fde2e0e8b164d94c65b4f867e28d1a3/AGENTS.md",
"key": "wkentaro/dotfiles/AGENTS.md"
}
},
"instructions": "# Agent instructions\n\n## Git\n\nWork in the primary checkout; do not create or use Git worktrees.\n\n## Agent skills\n\n### Issue tracker\n\nIssues are tracked in this repo's GitHub Issues, managed via the `gh` CLI. See `docs/agents/issue-tracker.md`.\n\n### Triage labels\n\nDefault five-role vocabulary: `needs-triage`, `needs-info`, `ready-for-agent`, `ready-for-human`, `wontfix`. See `docs/agents/triage-labels.md`.\n\n### Domain docs\n\nSingle-context: one `CONTEXT.md` + `docs/adr/` at the repo root. See `docs/agents/domain.md`.",
"cost": {
"context_tokens": 130
}
}
Fetch it by URL: GET /api/v1/registry/wkentaro-dotfiles-dotfiles/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.