antigravity-scribe: Skill for Claude Code

.agents/skills/conventional_commits/SKILL.md

conventional_commits is a skill for Claude Code, Codex from SciScend/antigravity-scribe. It costs 0 tokens per session (12 once invoked), scanned A, original, MIT.

A coding skill whose description only points to a file named conventional_commits.md. Conventional Commits is a format for writing consistent Git commit messages.

In plain words
What is it for?
Use it in work involving the project’s conventional_commits.md guidance.
Why use it?
The available description does not explain the skill’s specific rules or behavior beyond that file reference.

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 SciScend/antigravity-scribe's own configuration. It tells Claude Code and Codex how to work on antigravity-scribe 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 antigravity-scribe configures →

Reuse

Borrowing it

Nothing to install: this file belongs to SciScend/antigravity-scribe. 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/SciScend/antigravity-scribe/main/.agents/skills/conventional_commits/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/SciScend/antigravity-scribe

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/sciscend/antigravity-scribe/conventional_commits.svg)](https://agentmods.dev/skills/sciscend/antigravity-scribe/conventional_commits)
Your own site
<a href="https://agentmods.dev/skills/sciscend/antigravity-scribe/conventional_commits"><img src="https://agentmods.dev/badge/skills/sciscend/antigravity-scribe/conventional_commits.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 12 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.00000 $0.00012
Opus 5 $0.00000 $0.00006
Sonnet 5 $0.00000 $0.00002
Haiku 4.5 $0.00000 $0.00001

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

.agents/skills/conventional_commits/SKILL.md · 1 lines

What it actually says

/home/nemsys/projects/skills/conventional_commits.md

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. 7d ago First seen · 1 lines · 0 tokens per session scan A e18c78203a60

Subscribe to this mod's changes

conventional_commits is a skill published in the GitHub repository SciScend/antigravity-scribe (2 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 12 tokens. 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

persona-commit

A skill for writing concise Git commit messages in Conventional Commits format, a shared style that labels changes such as features, fixes, tests, or documentation.

atman-33/workhub · 54 tokens

develop-small-feature

Implement a small, well-scoped feature or fix end-to-end from spec to PR — reuse or create a feature branch, implement test-first, run static checks, get user verification, commit, then open a PR to main.

atman-33/workhub · 50 tokens

commit-changes

Commit the current changes with a Conventional Commits message. Use when the user asks to commit, or when a workflow (e.g. develop-small-feature) reaches its commit step after implementation is verified.

atman-33/workhub · 44 tokens

start-pbi

Start work on a PBI - set it to doing and issue the convention-compliant work branch name (pbi/ - ). Use when a developer picks up a backlog item, or asks which branch name to use for a PBI.

atman-33/workhub · 55 tokens

git-master

MUST USE whenever a task needs a commit or git-history investigation. Covers atomic commits, staging, commit-message style, rebase, squash, fixup/autosquash, blame, bisect, reflog, git log -S/-G, and questions like who wrote this or when was this added. Do not use for ordinary code edits unless the user asks for git…

daeryundf2-prog/LAZYANTIGRAVITY · 81 tokens

conventional-commit

Use this skill any time the user asks for a git commit. Writes messages in Conventional Commit format.

siracalaks/claude-code-antigravity-a-z · 25 tokens