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.
Imported from spaice-ai/spaice-agent (spaice_agent/bundled_skills/antigravity/cc-skill-strategic-compact/SKILL.md). Install upstream with npx skills add spaice-ai/spaice-agent --skill cc-skill-strategic-compact. Copyright stays with the author.
cc-skill-strategic-compact
Development skill skill.
When to Use
This skill is applicable to execute the workflow or actions described in the overview.
Limitations
Use this skill only when the task clearly matches the scope described above.
Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
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": "spaice-ai-spaice-agent-cc-skill-strategic-compact",
"kind": "skill",
"name": "cc-skill-strategic-compact",
"description": "Development skill from everything-claude-code",
"publisher": "spaice-ai",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Development skill from everything-claude-code"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/spaice-ai/spaice-agent",
"path": "spaice_agent/bundled_skills/antigravity/cc-skill-strategic-compact/SKILL.md",
"ref": "a4118766be8fc14d42473da4e24dc826d14720f3",
"url": "https://github.com/spaice-ai/spaice-agent/blob/a4118766be8fc14d42473da4e24dc826d14720f3/spaice_agent/bundled_skills/antigravity/cc-skill-strategic-compact/SKILL.md",
"key": "spaice-ai/spaice-agent/spaice_agent/bundled_skills/antigravity/cc-skill-strategic-compact/SKILL.md"
}
},
"instructions": "# cc-skill-strategic-compact\n\nDevelopment skill skill.\n\n## When to Use\nThis skill is applicable to execute the workflow or actions described in the overview.\n\n## Limitations\n- Use this skill only when the task clearly matches the scope described above.\n- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.\n- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.",
"cost": {
"context_tokens": 119
}
}
Fetch it by URL: GET /api/v1/registry/spaice-ai-spaice-agent-cc-skill-strategic-compact/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.