conventional-commits

conventional-commits is a skill for Claude Code, Codex from IkarusMK/AIcortex. It costs 29 tokens per session (288 once invoked), scanned A, original, Apache-2.0.

A guide for writing Conventional Commits, a standard format for git commit messages that labels changes such as fixes, features, tests, and documentation.

In plain words
What is it for?
Choosing a commit type and scope, writing an imperative summary, explaining why a change was made, and marking breaking changes.
Why use it?
It keeps project history clear and makes commit messages easier to use in changelogs and reviews.

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/ikarusmk/aicortex/conventional-commits
Any agent
npx skills add IkarusMK/AIcortex --skill conventional-commits
Clone the repo
git clone --depth 1 https://github.com/IkarusMK/AIcortex

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 conventional-commits

README.md
[![agentmods](https://agentmods.dev/badge/skills/ikarusmk/aicortex/conventional-commits.svg)](https://agentmods.dev/skills/ikarusmk/aicortex/conventional-commits)
Your own site
<a href="https://agentmods.dev/skills/ikarusmk/aicortex/conventional-commits"><img src="https://agentmods.dev/badge/skills/ikarusmk/aicortex/conventional-commits.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 288 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.00029 $0.00288
Opus 5 $0.00015 $0.00144
Sonnet 5 $0.00006 $0.00058
Haiku 4.5 $0.00003 $0.00029

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

Security

Grade A, and why

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 3d 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.

examples/skills/conventional-commits/SKILL.md · 38 lines

What it actually says

Conventional Commits

When to use

Before committing code. Keeps history readable and changelog-friendly.

Format

<type>(<optional scope>): <imperative summary, ≤72 chars>

<body: what changed and WHY, wrapped ~72 cols. Not how — the diff shows how.>

<optional footer: BREAKING CHANGE: …, Refs: #123>

Types

feat (feature) · fix (bug) · refactor · perf · docs · test · chore · ci · build

Rules

  • Imperative summary: "add", not "added"/"adds".
  • One logical change per commit; split unrelated work.
  • The body answers why and notes trade-offs/risks, not a play-by-play.
  • Mark breaking changes explicitly in the footer.

Examples

fix: stop double-charging on retried webhooks

Stripe re-sends events on timeout; we keyed off event time, not id, so a
retry created a second charge. Key idempotency on the event id instead.
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. 3d ago First seen · 38 lines · 0 tokens per session scan A b83f7a3a86af

Subscribe to this mod's changes

conventional-commits is a skill published in the GitHub repository IkarusMK/AIcortex (9 stars, last pushed 14d ago), licensed Apache-2.0. It adds 29 tokens to every session and 288 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-31.