Imported from ibLeDy/dotfiles (AGENTS.md). Install upstream with npx skills add ibLeDy/dotfiles. Copyright stays with the author.
Issue tracking
When a repo tracks work in issues (GitHub, Jira, ...), keep them in sync as you work:
Reflect reality: move status/labels as work progresses, note meaningful decisions in a comment, close with a reason when done.
Keep them self-contained: clear title, context, and acceptance criteria.
Open one before starting non-trivial work that isn't already tracked.
Per-project specifics (tracker, label scheme, task slug) live in that project's own agents 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/ibledy-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.
ibledy-dotfiles-dotfiles.ocm.jsonjson
{
"ocm": "1",
"id": "ibledy-dotfiles-dotfiles",
"kind": "skill",
"name": "dotfiles",
"description": "When a repo tracks work in issues (GitHub, Jira, ...), keep them in sync as you work:",
"publisher": "ibLeDy",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When a repo tracks work in issues (GitHub, Jira, ...), keep them in sync as you work:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/ibLeDy/dotfiles",
"path": "AGENTS.md",
"ref": "caa5b94b5c73cec859e0dd39e379e6583fbcc01f",
"url": "https://github.com/ibLeDy/dotfiles/blob/caa5b94b5c73cec859e0dd39e379e6583fbcc01f/AGENTS.md",
"key": "ibLeDy/dotfiles/AGENTS.md"
}
},
"instructions": "# Issue tracking\n\nWhen a repo tracks work in issues (GitHub, Jira, ...), keep them in sync as you work:\n\n- Reflect reality: move status/labels as work progresses, note meaningful decisions in a comment, close with a reason when done.\n- Keep them self-contained: clear title, context, and acceptance criteria.\n- Open one before starting non-trivial work that isn't already tracked.\n\nPer-project specifics (tracker, label scheme, task slug) live in that project's own agents file.",
"cost": {
"context_tokens": 119
}
}
Fetch it by URL: GET /api/v1/registry/ibledy-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.