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.
commit - Skill - OpenSmartRoute
Skillv1.0.0
commit
Create well-formatted git commits with conventional commit messages
Imported from idossha/lazyclaude (demo/claude-home/skills/commit/SKILL.md). Install upstream with npx skills add idossha/lazyclaude --skill commit. Copyright stays with the author.
Git Commit
When asked to commit:
Run git status and git diff --staged to understand changes
Draft a conventional commit message (feat/fix/refactor/docs/test)
Keep the subject line under 72 characters
Add a body if the change is non-trivial
Create the commit
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.
idossha-lazyclaude-commit.ocm.jsonjson
{
"ocm": "1",
"id": "idossha-lazyclaude-commit",
"kind": "skill",
"name": "commit",
"description": "Create well-formatted git commits with conventional commit messages",
"publisher": "idossha",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Create well-formatted git commits with conventional commit messages"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/idossha/lazyclaude",
"path": "demo/claude-home/skills/commit/SKILL.md",
"ref": "28e08ae1b015b3ec6f723c24006f9615feeee4ff",
"url": "https://github.com/idossha/lazyclaude/blob/28e08ae1b015b3ec6f723c24006f9615feeee4ff/demo/claude-home/skills/commit/SKILL.md",
"key": "idossha/lazyclaude/demo/claude-home/skills/commit/SKILL.md"
}
},
"instructions": "# Git Commit\n\nWhen asked to commit:\n1. Run `git status` and `git diff --staged` to understand changes\n2. Draft a conventional commit message (feat/fix/refactor/docs/test)\n3. Keep the subject line under 72 characters\n4. Add a body if the change is non-trivial\n5. Create the commit",
"cost": {
"context_tokens": 69
}
}
Fetch it by URL: GET /api/v1/registry/idossha-lazyclaude-commit/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.