Skip to content
Skillv1.0.0

skill-creator

Git commit rules

by Undertone0809(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from Undertone0809/skill-creator (AGENTS.md). Install upstream with npx skills add Undertone0809/skill-creator. Copyright stays with the author.

Git commit rules

  • After completing a feature, small functionality, test change, or bug fix, and after the necessary validation passes, default to running git commit to the current branch.
  • Continue using the repository's Conventional Commit format for commit messages (for example feat:, fix:, test:, chore:).
  • If there are unrelated dirty changes in the working tree, default to committing only the files changed for the current task instead of asking for confirmation.
  • Exception: if the user explicitly asks not to commit, or the commit scope is ambiguous / conflict risk is high, stop and confirm before committing or pushing.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/undertone0809-skill-creator-skill-creator/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

undertone0809-skill-creator-skill-creator.ocm.jsonjson
{
  "ocm": "1",
  "id": "undertone0809-skill-creator-skill-creator",
  "kind": "skill",
  "name": "skill-creator",
  "description": "Git commit rules",
  "publisher": "Undertone0809",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Git commit rules"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Undertone0809/skill-creator",
      "path": "AGENTS.md",
      "ref": "b63390a0d0fc78f9517afa05a1c5dd1dcbda49a3",
      "url": "https://github.com/Undertone0809/skill-creator/blob/b63390a0d0fc78f9517afa05a1c5dd1dcbda49a3/AGENTS.md",
      "key": "Undertone0809/skill-creator/AGENTS.md"
    }
  },
  "instructions": "## Git commit rules\n\n- After completing a feature, small functionality, test change, or bug fix, and after the necessary validation passes, default to running `git commit` to the current branch.\n- Continue using the repository's Conventional Commit format for commit messages (for example `feat:`, `fix:`, `test:`, `chore:`).\n- If there are unrelated dirty changes in the working tree, default to committing only the files changed for the current task instead of asking for confirmation.\n- Exception: if the user explicitly asks not to commit, or the commit scope is ambiguous / conflict risk is high",
  "cost": {
    "context_tokens": 162
  }
}

Fetch it by URL: GET /api/v1/registry/undertone0809-skill-creator-skill-creator/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.