conventional-commits

conventional-commits is a skill for Claude Code from tuliosousapro/SaaS-blueprint. It costs 34 tokens per session (605 once invoked), scanned A, original, MIT.

A rule set for writing Git commit messages in Conventional Commits format, a shared structure that labels changes such as features, fixes, and documentation.

In plain words
What is it for?
Use it whenever you create or validate commit messages, including commits for features, fixes, tests, releases, and documentation.
Why use it?
It makes a project's history easier to read and helps tools identify the type of change in each commit.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the SaaS-blueprint plugin — 14 skills shipped together

Good fit Use it whenever you create or validate commit messages, including commits for features, fixes, tests, releases, and documentation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tuliosousapro/saas-blueprint/conventional-commits
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.

Any agent
npx skills add tuliosousapro/SaaS-blueprint --skill conventional-commits
Clone the repo
git clone --depth 1 https://github.com/tuliosousapro/SaaS-blueprint

Made for: Claude Code.

Or install SaaS-blueprint, the plugin that ships this one along with the rest of its 14 skills.

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/tuliosousapro/saas-blueprint/conventional-commits/github.svg)](https://agentmods.dev/skills/tuliosousapro/saas-blueprint/conventional-commits)
Your own site
<a href="https://agentmods.dev/skills/tuliosousapro/saas-blueprint/conventional-commits"><img src="https://agentmods.dev/badge/skills/tuliosousapro/saas-blueprint/conventional-commits/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for conventional-commits

Your own site · 80×15
<a href="https://agentmods.dev/skills/tuliosousapro/saas-blueprint/conventional-commits"><img src="https://agentmods.dev/badge/skills/tuliosousapro/saas-blueprint/conventional-commits.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 605 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00034 $0.00605
Opus 5 $0.00017 $0.00302
Sonnet 5 $0.00007 $0.00121
Haiku 4.5 $0.00003 $0.00060

Measured 10d ago against content hash 072710f7863b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 10d 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.

skills/conventional-commits/SKILL.md · 90 lines

How it starts

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

Conventional Commits Skill

When to Use

  • Every time a git commit is made
  • When the user asks to "commit this" or "save progress"
  • When auto-committing after task completion

Reference

Conventional Commits v1.0.0

Instructions

1. Commit Message Format

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

2. Types

Type When to Use
feat New feature or capability
fix Bug fix
docs Documentation only changes
style Formatting, missing semicolons, etc. (no code change)
refactor Code change that neither fixes a bug nor adds a feature
perf Performance improvement
test Adding or correcting tests
build Build system or external dependency changes
ci CI configuration changes
chore Other changes that don't modify src or test files

3. Scope (Optional)

Use the BRAINIAC phase or module name:

  • feat(idea): add competitor analysis playbook
  • docs(planning): update tech stack playbook
  • feat(skills): add market-research skill
  • fix(landing-page): correct CTA link

4. Breaking Changes

Add ! after type/scope for breaking changes:

feat(api)!: change authentication flow to OAuth2

Or use footer:

feat(api): change authentication flow

BREAKING CHANGE: JWT tokens are no longer accepted.

5. Examples

feat(idea): add structured competitor analysis playbook

docs(skills): create market-research skill with Firecrawl integration

fix(landing-page): correct hero section gradient on mobile

chore(tasks): reset todo.md for foundations sprint

refactor(playbooks): rewrite idea phase to match new template

6. Rules

  • Description: lowercase, imperative mood, no period at end
  • Max 72 characters for the first line
  • Body wraps at 100 characters
  • One logical change per commit
  • Reference issue numbers in footer when applicable: Refs: #123

Read the full file on GitHub · 90 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. 10d ago First seen · 90 lines · 34 tokens per session scan A 072710f7863b

Subscribe to this mod's changes

conventional-commits is a skill published in the GitHub repository tuliosousapro/SaaS-blueprint (4 stars, last pushed 10d ago), licensed MIT. It adds 34 tokens to every session and 605 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

commit-convention

Professional Commit Convention Expert skill. Improve code delivery speed and developer workflows through automation and modern tooling.

AtulPurohit/Antigravity-Awesome-Skills · 23 tokens

git-pr-workflows-git-workflow

Orchestrate a comprehensive git workflow from code review through PR creation, leveraging specialized agents for quality assurance, testing, and deployment readiness. This workflow implements modern g.

rmyndharis/antigravity-skills · 41 tokens

github

Manages all git operations (commit, push, branch management, PR creation) in a standardized, safe, and consistent way. Automatically runs the code-review skill before any commit. Enforces Conventional Commits standard. Handles the full lifecycle: branch → review → commit → push → PR.

omergocmen/vibe-coder-kit · 60 tokens

commit

Creates a well-formed git commit following conventional commit format with type, scope, and descriptive message. Use when the user is ready to commit changes or mentions conventional commits.

tranhieutt/software_development_department · 36 tokens

git-workflow-and-versioning

Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams.

borhen68/SkillEngine · 40 tokens

shipping-and-launch

Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

borhen68/SkillEngine · 45 tokens