git-conventional-commits

git-conventional-commits is a skill for Claude Code, Codex from Sistema2D/FrameCode-VibeWork. It costs 18 tokens per session (750 once invoked), scanned A, original, Apache-2.0.

A guide for creating reviewable Git commits, version tags, and release messages using a shared commit format. It also sets boundaries for actions such as pushing or publishing.

In plain words
What is it for?
Use it to prepare commit messages, stage and commit changes, create annotated version tags, push to a remote, or write release messages.
Why use it?
It helps keep changes organized and release information consistent, while making clear when explicit permission is needed for actions that change the repository or publish work.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/sistema2d/framecode-vibework/git-conventional-commits
Any agent
npx skills add Sistema2D/FrameCode-VibeWork --skill git-conventional-commits
Clone the repo
git clone --depth 1 https://github.com/Sistema2D/FrameCode-VibeWork

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for git-conventional-commits

README.md
[![agentmods](https://agentmods.dev/badge/skills/sistema2d/framecode-vibework/git-conventional-commits.svg)](https://agentmods.dev/skills/sistema2d/framecode-vibework/git-conventional-commits)
Your own site
<a href="https://agentmods.dev/skills/sistema2d/framecode-vibework/git-conventional-commits"><img src="https://agentmods.dev/badge/skills/sistema2d/framecode-vibework/git-conventional-commits.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 750 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00018 $0.00750
Opus 5 $0.00009 $0.00375
Sonnet 5 $0.00004 $0.00150
Haiku 4.5 $0.00002 $0.00075

Measured 4d ago against content hash 75987208e92b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

git-conventional-commits scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

FCVW/skills/git-conventional-commits/SKILL.md · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Git conventional commits

Purpose

Prepare or execute a reviewable Git commit, annotated version tag, push, or release message while preserving scope, version namespaces, and external-action authority.

Use conditions

Use when the user requests commit-message preparation, staging/commit, tag creation, push, or release-message generation. Load release-checklist as well when a version or publication is involved.

Non-responsibilities

  • inferring authority to commit, tag, push, publish, merge, or rewrite history;
  • staging unrelated worktree changes;
  • choosing an application release record for an FCVW release, or the reverse;
  • creating mandatory wiki/session records when no reusable knowledge or policy requires them;
  • exposing secrets through diffs, messages, tags, or release notes.

Inputs

Valid Git worktree, status and diff, active/completed plans, application changelog or framework release record, target branch/remote, target version, validation evidence, and explicit authority for each external mutation.

Commit format

<type>(<scope>): <short imperative summary>

<optional body describing why and impact>

<optional issue, plan, or BREAKING CHANGE footer>

Common types: feat, fix, docs, refactor, test, perf, build, ci, chore, and revert. Scope names the smallest stable responsibility, not an agent or temporary filename.

A breaking footer describes the actual compatibility impact and migration, for example:

feat(schema)!: require regression contract in new plans

BREAKING CHANGE: new plans use fcvw/plan@2; plan@1 remains legacy-readable.

Procedure

  1. Confirm the directory is a valid Git worktree and inspect branch, remotes, status, staged diff, and unstaged diff.
  2. Identify user-owned pre-existing changes and exclude them unless explicitly included.
  3. Confirm plan, regression evidence, and application changelog or framework release record are coherent.
  4. Scan the intended diff for secrets, generated noise, unresolved conflicts, and out-of-scope paths.
  5. Select type/scope and draft a concise imperative summary; add compatibility and issue/plan references only when useful.
  6. Stage and commit only when authorized, then verify the resulting commit content and worktree state.
  7. For a version tag, confirm semantic version, namespace, release record, target commit, and publication state; create an annotated tag only when authorized.
  8. Push branch, tag, or release only with explicit authority and record actual remote evidence separately.

Read the full file on GitHub · 84 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 84 lines · 18 tokens per session scan A 75987208e92b

Subscribe to this mod's changes

git-conventional-commits is a skill published in the GitHub repository Sistema2D/FrameCode-VibeWork (23 stars, last pushed 4d ago), licensed Apache-2.0. It adds 18 tokens to every session and 750 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.