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.
before-storybook - Skill - OpenSmartRoute
Skillv1.0.0
before-storybook
Before editing files for a substantial task: - Run `npx @tanstack/intent@latest list` from the workspace root to see available local skills. - If a listed skill matches the task, run `npx @tanstack/in
Imported from storybookjs/sandboxes (tanstack-react-start/default-ts/before-storybook/AGENTS.md). Install upstream with npx skills add storybookjs/sandboxes --skill before-storybook. Copyright stays with the author.
Skill Loading
Before editing files for a substantial task:
Run npx @tanstack/intent@latest list from the workspace root to see available local skills.
If a listed skill matches the task, run npx @tanstack/intent@latest load <package>#<skill> before changing files.
Use the loaded SKILL.md guidance while making the change.
Monorepos: when working across packages, run the skill check from the workspace root and prefer the local skill for the package being changed.
Multiple matches: prefer the most specific local skill for the package or concern you are changing; load additional skills only when the task spans multiple packages or concerns.
Use it
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}'
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": "storybookjs-sandboxes-before-storybook",
"kind": "skill",
"name": "before-storybook",
"description": "Before editing files for a substantial task: - Run `npx @tanstack/intent@latest list` from the workspace root to see available local skills. - If a listed skill matches the task, run `npx @tanstack/intent@latest load <package>#<skill>` before changing files. - Use the loaded `SKILL.md` guidance while making the change. - Monorepos: when working across packages, run the skill check from the workspace root and prefer the local skill for the package being changed. - Multiple matches: prefer the most specific local skill for the package or concern you are changing; load additional skills only when the task spans multiple packages or concerns. <!-- intent-skills:end -->",
"publisher": "storybookjs",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Before editing files for a substantial task: - Run `npx @tanstack/intent@latest list` from the workspace root to see available local skills. - If a listed skill matches the task, run `npx @tanstack/intent@latest load <package>#<skill>` before changing files. - Use the loaded `SKILL.md` guidance while making the change. - Monorepos: when working across packages, run the skill check from the workspace root and prefer the local skill for the package being changed. - Multiple matches: prefer the most specific local skill for the package or concern you are changing; load additional skills only when the task spans multiple packages or concerns. <!-- intent-skills:end -->"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/storybookjs/sandboxes",
"path": "tanstack-react-start/default-ts/before-storybook/AGENTS.md",
"ref": "1ba5b405949e48be40828438243b11b80aa7453f",
"url": "https://github.com/storybookjs/sandboxes/blob/1ba5b405949e48be40828438243b11b80aa7453f/tanstack-react-start/default-ts/before-storybook/AGENTS.md",
"key": "storybookjs/sandboxes/tanstack-react-start/default-ts/before-storybook/AGENTS.md"
}
},
"instructions": "<!-- intent-skills:start -->\n## Skill Loading\n\nBefore editing files for a substantial task:\n- Run `npx @tanstack/intent@latest list` from the workspace root to see available local skills.\n- If a listed skill matches the task, run `npx @tanstack/intent@latest load <package>#<skill>` before changing files.\n- Use the loaded `SKILL.md` guidance while making the change.\n- Monorepos: when working across packages, run the skill check from the workspace root and prefer the local skill for the package being changed.\n- Multiple matches: prefer the most specific local skill for the package or concern you",
"cost": {
"context_tokens": 180
}
}
Fetch it by URL: GET /api/v1/registry/storybookjs-sandboxes-before-storybook/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.