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.
cc-plan - Skill - OpenSmartRoute
Skillv1.0.0
cc-plan
Create a concrete implementation plan with scope, risks, verification, and rollback. Use before any code changes.
Imported from majiayu000/claude-skill-registry (skills/development/cc-plan-akitana-airtanker-codex-plan-workflow-/SKILL.md). Install upstream with npx skills add majiayu000/claude-skill-registry --skill cc-plan-akitana-airtanker-codex-plan-workflow-. Copyright stays with the author.
cc-plan
Produce a plan only. Do not implement.
Required sections
Goal / Non-goals
Scope (known vs unknown)
Risks / assumptions
Verification (what to check)
Rollback
Rules
If evidence is missing, say so and request cc-explore.
Avoid unverified assumptions; mark unknowns explicitly.
Keep the plan concise and actionable.
References
If needed, read references/claude-plan-system-prompt.md for the source prompt text.
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": "majiayu000-claude-skill-registry-cc-plan-akitana-airtank-b7f31a",
"kind": "skill",
"name": "cc-plan",
"description": "Create a concrete implementation plan with scope, risks, verification, and rollback. Use before any code changes.",
"publisher": "majiayu000",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Create a concrete implementation plan with scope, risks, verification, and rollback. Use before any code changes."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/majiayu000/claude-skill-registry",
"path": "skills/development/cc-plan-akitana-airtanker-codex-plan-workflow-/SKILL.md",
"ref": "a16e8e7bdddc9a7406a56f51e520cef7a8646208",
"url": "https://github.com/majiayu000/claude-skill-registry/blob/a16e8e7bdddc9a7406a56f51e520cef7a8646208/skills/development/cc-plan-akitana-airtanker-codex-plan-workflow-/SKILL.md",
"key": "majiayu000/claude-skill-registry/skills/development/cc-plan-akitana-airtanker-codex-plan-workflow-/SKILL.md"
}
},
"instructions": "# cc-plan\n\nProduce a plan only. Do not implement.\n\n## Required sections\n- Goal / Non-goals\n- Scope (known vs unknown)\n- Risks / assumptions\n- Verification (what to check)\n- Rollback\n\n## Rules\n- If evidence is missing, say so and request cc-explore.\n- Avoid unverified assumptions; mark unknowns explicitly.\n- Keep the plan concise and actionable.\n\n## References\n- If needed, read references/claude-plan-system-prompt.md for the source prompt text.",
"cost": {
"context_tokens": 111
}
}
Fetch it by URL: GET /api/v1/registry/majiayu000-claude-skill-registry-cc-plan-akitana-airtank-b7f31a/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.