Issues are tracked as checklist items in `TODO.md` at the repo root, grouped by section, using the `[ ] [~] [x]` legend. See `docs/agents/issue-tracker.md`.
Imported from devbucket/super-mario-js (AGENTS.md). Install upstream with npx skills add devbucket/super-mario-js. Copyright stays with the author.
AGENTS.md
Agent skills
Issue tracker
Issues are tracked as checklist items in TODO.md at the repo root, grouped by section, using the [ ] [~] [x] legend. See docs/agents/issue-tracker.md.
Triage labels
Default canonical role strings recorded for reference; the triage state machine isn't actively used for this solo project. See docs/agents/triage-labels.md.
Domain docs
Single-context layout: CONTEXT.md and 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/devbucket-super-mario-js-super-mario-js/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.
{
"ocm": "1",
"id": "devbucket-super-mario-js-super-mario-js",
"kind": "skill",
"name": "super-mario-js",
"description": "Issues are tracked as checklist items in `TODO.md` at the repo root, grouped by section, using the `[ ] [~] [x]` legend. See `docs/agents/issue-tracker.md`.",
"publisher": "devbucket",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Issues are tracked as checklist items in `TODO.md` at the repo root, grouped by section, using the `[ ] [~] [x]` legend. See `docs/agents/issue-tracker.md`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/devbucket/super-mario-js",
"path": "AGENTS.md",
"ref": "47d95ea2df979dee5568e55dca20c7ca362d2407",
"url": "https://github.com/devbucket/super-mario-js/blob/47d95ea2df979dee5568e55dca20c7ca362d2407/AGENTS.md",
"key": "devbucket/super-mario-js/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\n## Agent skills\n\n### Issue tracker\n\nIssues are tracked as checklist items in `TODO.md` at the repo root, grouped by section, using the `[ ] [~] [x]` legend. See `docs/agents/issue-tracker.md`.\n\n### Triage labels\n\nDefault canonical role strings recorded for reference; the triage state machine isn't actively used for this solo project. See `docs/agents/triage-labels.md`.\n\n### Domain docs\n\nSingle-context layout: `CONTEXT.md` and `docs/adr/` at the repo root. See `docs/agents/domain.md`.",
"cost": {
"context_tokens": 125
}
}
Fetch it by URL: GET /api/v1/registry/devbucket-super-mario-js-super-mario-js/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.