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.
npx agentmods add skills/aiatelie/ai-atelie/semantic-commitnpx skills add aiatelie/ai-atelie --skill semantic-commitgit clone --depth 1 https://github.com/aiatelie/ai-atelieWrote 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.
[](https://agentmods.dev/skills/aiatelie/ai-atelie/semantic-commit)<a href="https://agentmods.dev/skills/aiatelie/ai-atelie/semantic-commit"><img src="https://agentmods.dev/badge/skills/aiatelie/ai-atelie/semantic-commit.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00084 | $0.01942 |
| Opus 5 | $0.00042 | $0.00971 |
| Sonnet 5 | $0.00017 | $0.00388 |
| Haiku 4.5 | $0.00008 | $0.00194 |
Grade A, and why
semantic-commit 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.
How it starts
The opening of the file, as written. The whole thing — 187 lines — stays where its author put it; the contents beside it link to each section on GitHub.
semantic-commit
A contributor workflow for AI Atelie. Drafts a Conventional Commits 1.0.0 message tailored to this repo's release pipeline (bun run release, powered by changelogen reading changelog.config.ts).
This skill is dev-time only. It does not load into adapter sessions spawned by the editor.
When to invoke
- Before any
git commitin this repo. - After staging changes if the user asks "commit this" / "ship it" / "make a commit".
- When asked to amend the message of the most recent commit.
Do NOT invoke in unrelated repos — the scope set is specific to AI Atelie's workspace layout.
Workflow (paste this checklist into your reply and tick as you go)
- Read
git statusandgit diff --staged(or unstaged if nothing is staged). - Classify the change against the type taxonomy below.
- Pick the correct scope from the closed set.
- Draft the header (≤72 chars, imperative, lowercase after colon, no period).
- Draft the body if the change is user-visible or non-obvious. Wrap at 72.
- Add footers (
Closes #N,Refs #N,BREAKING CHANGE:,Co-Authored-By:). - Show the full message to the user.
- On confirm, create the commit using a HEREDOC.
Type taxonomy
The full set in changelog.config.ts. The three semver-bumping types come first because they're the ones that move version numbers.
| Type | Use when | Bumps |
|---|---|---|
feat |
New user-visible capability or surface | minor |
fix |
Corrects broken behaviour | patch |
perf |
Faster / lighter without behaviour change | patch |
refactor |
Internal restructuring, no behaviour change | patch |
docs |
README, CONTRIBUTING, code comments | patch |
chore |
Repo plumbing that isn't build/ci/docs |
— |
test |
Adding or fixing tests | — |
build |
Build system or dependency tooling | — |
ci |
GitHub Actions, automation | — |
style |
Whitespace, formatting only | — |
revert |
Reverts a prior commit (include Refs:) |
— |
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.
- 4d ago First seen · 187 lines · 84 tokens per session scan A d8c072bb7fa5
semantic-commit is a skill published in the GitHub repository aiatelie/ai-atelie (7 stars, last pushed 3mo ago), licensed MIT. It adds 84 tokens to every session and 1,942 once invoked, about $0.0004 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.
Other skills, from other repositories
diff-review
Render the patch-edit run's accumulated changes as a reviewable diff, surface it through a GenUI choice surface, and persist the user's accept / reject decision into the artifact manifest.
magazine-web-ppt
For marketing and gtm work: bind launches, campaigns, events, and brand plans to growth and pipeline outcomes. Built around the core query "annual-marketing-plan", with GTM strategy lead judgment, buyer-ready proof, and this outcome: approve launch plan, campaign budget, or GTM motion.
od-contribute
One-click contribution flow for OpenDesign (nexu-io/open-design) — even for non-coders. Pick one of four cards (ship a Skill or Design System you made with OD; translate docs; fix a typo / write a blog; report a bug), the agent validates and opens a PR (or issue) for you. Trigger words contribute to open design, ship…
clinical-case-report
Structured medical case presentation for clinical rounds, conferences, and documentation. Generates SOAP-format or narrative case reports with physiologically accurate vitals, labs, and evidence-based plans. Use when the brief mentions "case report", "case presentation", "SOAP note", "clinical case", "ward rounds"…
critique
Run a 5-dimension expert design review on any HTML artifact in the project — Philosophy / Visual hierarchy / Detail / Functionality / Innovation, each scored 0–10. Outputs a single self-contained HTML report with a radar chart, evidence-backed scores, and three lists: Keep / Fix / Quick-wins. Use when the brief asks…
github-dashboard
GitHub repository analytics dashboard — stars, forks, contributors, issues, pull requests, recent activity, and top contributors. Use when the brief asks for a GitHub repo dashboard, open-source growth report, repository health page, or GitHub analytics view.