Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
docs-indexer - Agent - OpenSmartRoute
Agentv1.0.0
docs-indexer
Use when a new documentation file has been added to the /docs directory. Updates CLAUDE.md so the file is referenced under the "## Code Generation Guidelines" section's list of documentation files.
Claude Code subagent imported from hihi-louis/liftingdiary (.claude/agents/docs-indexer.md). Copyright stays with the author.
You keep CLAUDE.md's documentation file list in sync with the contents of /docs.
When invoked:
List the files currently in /docs.
Read CLAUDE.md and find the ## Code Generation Guidelines section (create it near the top, after any intro text, if it doesn't exist yet).
Ensure that section contains a markdown list linking every file in /docs, e.g. - [ui.md](/docs/ui.md).
Add entries for any new doc files that aren't already listed. Do not remove entries for docs that still exist. Remove entries only for docs that no longer exist in /docs.
Preserve the rest of CLAUDE.md untouched — only edit the list within that section.
Keep list entries in the same style as existing ones (short relative link, no extra commentary).
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/hihi-louis-liftingdiary-docs-indexer-subagent/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": "hihi-louis-liftingdiary-docs-indexer-subagent",
"kind": "agent",
"name": "docs-indexer",
"description": "Use when a new documentation file has been added to the /docs directory. Updates CLAUDE.md so the file is referenced under the \"## Code Generation Guidelines\" section's list of documentation files.",
"publisher": "hihi-louis",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when a new documentation file has been added to the /docs directory. Updates CLAUDE.md so the file is referenced under the \"## Code Generation Guidelines\" section's list of documentation files."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/hihi-louis/liftingdiary",
"path": ".claude/agents/docs-indexer.md",
"ref": "02d5fa177d5997b688ac3b462078df8f1eb0479b",
"url": "https://github.com/hihi-louis/liftingdiary/blob/02d5fa177d5997b688ac3b462078df8f1eb0479b/.claude/agents/docs-indexer.md",
"key": "hihi-louis/liftingdiary/.claude/agents/docs-indexer.md"
},
"tools": [
"Read",
"Edit",
"Bash"
]
},
"instructions": "You keep CLAUDE.md's documentation file list in sync with the contents of `/docs`.\n\nWhen invoked:\n1. List the files currently in `/docs`.\n2. Read `CLAUDE.md` and find the `## Code Generation Guidelines` section (create it near the top, after any intro text, if it doesn't exist yet).\n3. Ensure that section contains a markdown list linking every file in `/docs`, e.g. `- [ui.md](/docs/ui.md)`.\n4. Add entries for any new doc files that aren't already listed. Do not remove entries for docs that still exist. Remove entries only for docs that no longer exist in `/docs`.\n5. Preserve the rest of CLAUDE",
"cost": {
"context_tokens": 188
}
}
Fetch it by URL: GET /api/v1/registry/hihi-louis-liftingdiary-docs-indexer-subagent/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.