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-do - Skill - OpenSmartRoute
Skillv1.0.0
commit-do
Classify the staged changes and create a Conventional Commit. Use when asked to commit changes, write a commit message, or finalize a set of code changes into a commit following the project's commit c
Imported from gesinn-it-pub/EditAccount (.agents/skills/commit-do/SKILL.md). Install upstream with npx skills add gesinn-it-pub/EditAccount --skill commit-do. Copyright stays with the author.
Load the following reference files before starting work:
references/01-universal-general.md
references/02-universal-conventional-commits.md
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.
gesinn-it-pub-editaccount-commit-do.ocm.jsonjson
{
"ocm": "1",
"id": "gesinn-it-pub-editaccount-commit-do",
"kind": "skill",
"name": "commit-do",
"description": "Classify the staged changes and create a Conventional Commit. Use when asked to commit changes, write a commit message, or finalize a set of code changes into a commit following the project's commit convention.",
"publisher": "gesinn-it-pub",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Classify the staged changes and create a Conventional Commit. Use when asked to commit changes, write a commit message, or finalize a set of code changes into a commit following the project's commit convention."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/gesinn-it-pub/EditAccount",
"path": ".agents/skills/commit-do/SKILL.md",
"ref": "399e6c490b15562c56e5d004cd93e02a20c8be18",
"url": "https://github.com/gesinn-it-pub/EditAccount/blob/399e6c490b15562c56e5d004cd93e02a20c8be18/.agents/skills/commit-do/SKILL.md",
"key": "gesinn-it-pub/EditAccount/.agents/skills/commit-do/SKILL.md"
}
},
"instructions": "Load the following reference files before starting work:\n\n- `references/01-universal-general.md`\n- `references/02-universal-conventional-commits.md`",
"cost": {
"context_tokens": 37
}
}
Fetch it by URL: GET /api/v1/registry/gesinn-it-pub-editaccount-commit-do/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.