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.
App Theming - Skill - OpenSmartRoute
Skillv1.0.0
App Theming
Your approach to handling app theming. Use this skill when working on files where app theming comes into play.
Imported from cotw-fabier/cosboard (.claude/skills/app-theming/SKILL.md). Install upstream with npx skills add cotw-fabier/cosboard --skill app-theming. Copyright stays with the author.
App Theming
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle app theming.
Instructions
For details, refer to the information provided in this file:
app theming
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.
cotw-fabier-cosboard-app-theming.ocm.jsonjson
{
"ocm": "1",
"id": "cotw-fabier-cosboard-app-theming",
"kind": "skill",
"name": "App Theming",
"description": "Your approach to handling app theming. Use this skill when working on files where app theming comes into play.",
"publisher": "cotw-fabier",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Your approach to handling app theming. Use this skill when working on files where app theming comes into play."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/cotw-fabier/cosboard",
"path": ".claude/skills/app-theming/SKILL.md",
"ref": "29dea83ace66038802cac6336c4e896b4284deae",
"url": "https://github.com/cotw-fabier/cosboard/blob/29dea83ace66038802cac6336c4e896b4284deae/.claude/skills/app-theming/SKILL.md",
"key": "cotw-fabier/cosboard/.claude/skills/app-theming/SKILL.md"
}
},
"instructions": "# App Theming\n\nThis Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle app theming.\n\n## Instructions\n\nFor details, refer to the information provided in this file:\n[app theming](../../../agent-os/standards/app/theming.md)",
"cost": {
"context_tokens": 73
}
}
Fetch it by URL: GET /api/v1/registry/cotw-fabier-cosboard-app-theming/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.