SarvTerminal: Skill for Claude Code

.agents/skills/writing-commit-messages/SKILL.md

writing-commit-messages is a skill for Claude Code, Codex from Sarv/SarvTerminal. It costs 31 tokens per session (489 once invoked), scanned A, a copy of writing-commit-messages, MIT.

A writing guide for creating Git commit messages, which are short records describing changes made to a code repository.

In plain words
What is it for?
It drafts messages based on the changed files, using a subsystem label, concise summary, relevant issue references, and an optional explanation.
Why use it?
It removes guesswork about the message format and keeps the project history consistent and easier to understand.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is Sarv/SarvTerminal's own configuration. It tells Claude Code and Codex how to work on SarvTerminal itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything SarvTerminal configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Sarv/SarvTerminal. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Sarv/SarvTerminal/main/.agents/skills/writing-commit-messages/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Sarv/SarvTerminal

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 writing-commit-messages

README.md
[![agentmods](https://agentmods.dev/badge/skills/sarv/sarvterminal/writing-commit-messages.svg)](https://agentmods.dev/skills/sarv/sarvterminal/writing-commit-messages)
Your own site
<a href="https://agentmods.dev/skills/sarv/sarvterminal/writing-commit-messages"><img src="https://agentmods.dev/badge/skills/sarv/sarvterminal/writing-commit-messages.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 489 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00031 $0.00489
Opus 5 $0.00015 $0.00244
Sonnet 5 $0.00006 $0.00098
Haiku 4.5 $0.00003 $0.00049

Measured 6d ago against content hash d76298141711, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

writing-commit-messages 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 6d 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.

Origin

This is a copy

100% identical to writing-commit-messages — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/skills/writing-commit-messages/SKILL.md · 63 lines

What it actually says

Writing Commit Messages

Write commit messages that follow commit style guidelines for the project.

Format

<subsystem>: <summary>

<reference issues/PRs/etc.>

<long form description>

Rules

Subject line

  • Subsystem prefix: Use a short, lowercase identifier for the area of code changed (e.g., terminal, vt, lib, config, font). Determine this from the file paths in the diff. If changes span the macOS app, use macos. For GTK, use gtk. For build system, use build. Use nested subsystems with / when helpful and exclusive (e.g., terminal/osc).
  • Summary: Lowercase start (not capitalized), imperative mood, no trailing period. Keep it concise—ideally under 60 characters total for the whole subject line.

References

  • If the change relates to a GitHub issue, PR, or discussion, list the relevant numbers on their own lines after the subject, separated by a blank line. E.g. #1234
  • If there are no references, omit this section entirely (no blank line).

Long form description

  • Describe what changed, what the previous behavior was, and how the new behavior works at a high level.
  • Use plain prose, not bullet points. Wrap lines at ~72 characters.
  • Focus on the why and how rather than restating the diff.
  • Keep the tone direct and technical without filler phrases.
  • Don't exceed a handful of paragraphs; less is more.

Workflow

  • If .jj is present, use jj instead of git for all commands.
  • Run a diff to see what changes are present since the last commit.
  • Identify the subsystem from the changed file paths.
  • Identify any referenced issues/PRs from the diff context or branch name.
  • Draft the commit message following the format above.
  • Apply the commit
  • Don't push the commit; leave that to the user.
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. 6d ago First seen · 63 lines · 31 tokens per session scan A d76298141711

Subscribe to this mod's changes

writing-commit-messages is a skill published in the GitHub repository Sarv/SarvTerminal (56 stars, last pushed today), licensed MIT. It adds 31 tokens to every session and 489 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to writing-commit-messages, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

pier-canvas

Create or update a Pier Canvas under .pier/canvases using pier/canvas, pier/host, and project components. When mode / recipe / content are omitted, you infer the preview shell from intent (world mockup, fill board, docs, or methodology overview). Use only when explicitly invoked from Pier.

runloom/pier · 68 tokens

publish-project

发布 Pier:合入 main 后先插件后宿主。宿主默认发候选版(vX.Y.Z-rc.N prerelease), 「晋升正式版」打稳定 tag;「直接发布」显式跳过候选直达正式版。触发:/publish-project、 发版、晋升正式版、直接发布。默认全自动,不中途询问版本号 / 合并 / 打 tag。.

runloom/pier · 94 tokens

pier-subagent-panels

Delegate work to sub-agents as visible Pier terminal panels. Check your agent type first: if you are Claude Code with teams mode active, use your native teammate spawning instead (the adapter already maps teammates to Pier panels). For all other agents (omp, codex, opencode without omo, gemini, etc.), use pier agents…

runloom/pier · 84 tokens

deslop

Skill "deslop" from runloom/pier, covering remove ai code slop, focus areas and guardrails.

runloom/pier · 6 tokens

git-workflow

This skill should be used when the user asks to "create git commit", "manage branches", "follow git workflow", "use Conventional Commits", "handle merge conflicts", or asks about git branching strategies, version control best practices, pull request workflows. Provides comprehensive Git workflow guidance for team…

Galaxy-Dawn/claude-scholar · 64 tokens

git-workflow

安全处理 Git 状态检查、提交信息、commit、分支、push、PR 和 rebase。用于用户要求检查改动、生成或创建提交、管理分支、推送、发起 PR 或整理历史时;严格区分每个动作的授权,并保护工作树中已有和无关的修改。.

laolaoshiren/claude-code-skills-zh · 73 tokens