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
Stage, commit, and push changes with a plain message, no diff review. Use for 'commit this' or 'commit and push'.
Imported from kitfunso/claude-config (skills/commit/SKILL.md). Install upstream with npx skills add kitfunso/claude-config --skill commit. Copyright stays with the author.
Stage only the files the user specifies (default: all changed files); commit and push without reviewing diffs or touching anything else.
Write a concise commit message.
Push to the current branch.
If pre-commit hooks fail, ask user if they want --no-verify.
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.
kitfunso-claude-config-commit.ocm.jsonjson
{
"ocm": "1",
"id": "kitfunso-claude-config-commit",
"kind": "skill",
"name": "commit",
"description": "Stage, commit, and push changes with a plain message, no diff review. Use for 'commit this' or 'commit and push'.",
"publisher": "kitfunso",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Stage, commit, and push changes with a plain message, no diff review. Use for 'commit this' or 'commit and push'."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/kitfunso/claude-config",
"path": "skills/commit/SKILL.md",
"ref": "2db9a62d3a7d33b5bedbab06a69e77cee65a5d6f",
"url": "https://github.com/kitfunso/claude-config/blob/2db9a62d3a7d33b5bedbab06a69e77cee65a5d6f/skills/commit/SKILL.md",
"key": "kitfunso/claude-config/skills/commit/SKILL.md"
}
},
"instructions": "1. Stage only the files the user specifies (default: all changed files); commit and push without reviewing diffs or touching anything else.\n2. Write a concise commit message.\n3. Push to the current branch.\n4. If pre-commit hooks fail, ask user if they want --no-verify.",
"cost": {
"context_tokens": 67
}
}
Fetch it by URL: GET /api/v1/registry/kitfunso-claude-config-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.