Imported from buttondown/docs (AGENTS.md). Install upstream with npx skills add buttondown/docs. Copyright stays with the author.
Customer docs
Uses Bun, not npm or pnpm.
When adding a page, register it in navigation.json after creating the file.
FAQs use a faqItems field in frontmatter (JSON array with question and answer) plus {% faq /%} in the body. See billing.mdoc for an example.
Local build: bun run build.
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/buttondown-docs-docs/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.
buttondown-docs-docs.ocm.jsonjson
{
"ocm": "1",
"id": "buttondown-docs-docs",
"kind": "skill",
"name": "docs",
"description": "Uses **Bun**, not npm or pnpm.",
"publisher": "buttondown",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Uses **Bun**, not npm or pnpm."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/buttondown/docs",
"path": "AGENTS.md",
"ref": "486c3a16492883e0a9a2011cce6d8c0e0461a4e4",
"url": "https://github.com/buttondown/docs/blob/486c3a16492883e0a9a2011cce6d8c0e0461a4e4/AGENTS.md",
"key": "buttondown/docs/AGENTS.md"
}
},
"instructions": "# Customer docs\n\nUses **Bun**, not npm or pnpm.\n\n- When adding a page, register it in `navigation.json` after creating the file.\n- FAQs use a `faqItems` field in frontmatter (JSON array with `question` and `answer`) plus `{% faq /%}` in the body. See `billing.mdoc` for an example.\n- Local build: `bun run build`.",
"cost": {
"context_tokens": 78
}
}
Fetch it by URL: GET /api/v1/registry/buttondown-docs-docs/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.