Instruction file imported from LevonBecker/template_ai_vault (
.github/instructions/topics.instructions.md). Copyright stays with the author.
Source of truth: .fireball_ai_toolkit/toolkit/instructions/topics.md
Use when working in topics/ — topic structure, chat-vs-docs rules, the research workflow, and the templates.py change rule.
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsInstruction file imported from LevonBecker/template_ai_vault (
.github/instructions/topics.instructions.md). Copyright stays with the author.
Source of truth: .fireball_ai_toolkit/toolkit/instructions/topics.md
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "levonbecker-template-ai-vault-topics-instructions",
"kind": "skill",
"name": "topics",
"description": "Use when working in topics/ — topic structure, chat-vs-docs rules, the research workflow, and the templates.py change rule.",
"publisher": "LevonBecker",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when working in topics/ — topic structure, chat-vs-docs rules, the research workflow, and the templates.py change rule."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/LevonBecker/template_ai_vault",
"path": ".github/instructions/topics.instructions.md",
"ref": "da2d5e4be296dddf5fd4eaabf03eeb3755363a76",
"url": "https://github.com/LevonBecker/template_ai_vault/blob/da2d5e4be296dddf5fd4eaabf03eeb3755363a76/.github/instructions/topics.instructions.md",
"key": "LevonBecker/template_ai_vault/.github/instructions/topics.instructions.md"
},
"applies_to": "topics/**"
},
"instructions": "<!-- DO NOT EDIT. Generated by fireball_ai_toolkit — edit the `.fireball_ai_toolkit/` source, not this file. Run `invoke ai_toolkit.sync`. -->\n\nSource of truth: `.fireball_ai_toolkit/toolkit/instructions/topics.md`",
"cost": {
"context_tokens": 53
}
}Fetch it by URL: GET /api/v1/registry/levonbecker-template-ai-vault-topics-instructions/manifest?version=1.0.0
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.