ai-engineering: Skill for Claude Code

.agents/skills/ai-build/SKILL.md

ai-build is a skill for Claude Code from arcasilesgroup/ai-engineering. It costs 141 tokens per session (998 once invoked), scanned A, original, Apache-2.0.

A coding workflow for carrying out one task from an approved implementation plan. It writes a failing test, makes the smallest code change that passes it, and creates one unreviewed commit.

In plain words
What is it for?
Use it to implement the next approved task with test-first development, focused checks, a small change and a clean checkpoint.
Why use it?
It keeps implementation tied to an approved task and its checks, while making the test demonstrate the intended failure before the fix. It stops if the plan is missing, unapproved or changed.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is arcasilesgroup/ai-engineering's own configuration. It tells Claude Code how to work on ai-engineering 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 ai-engineering configures →

Reuse

Borrowing it

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

Made for: Claude Code.

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 ai-build

README.md
[![agentmods](https://agentmods.dev/badge/skills/arcasilesgroup/ai-engineering/ai-build.svg)](https://agentmods.dev/skills/arcasilesgroup/ai-engineering/ai-build)
Your own site
<a href="https://agentmods.dev/skills/arcasilesgroup/ai-engineering/ai-build"><img src="https://agentmods.dev/badge/skills/arcasilesgroup/ai-engineering/ai-build.svg" alt="Measured on agentmods" height="20"></a>
Per session 141 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 998 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00141 $0.00998
Opus 5 $0.00071 $0.00499
Sonnet 5 $0.00028 $0.00200
Haiku 4.5 $0.00014 $0.00100

Measured 8d ago against content hash 9d83df386954, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

ai-build 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 8d 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/ai-build/SKILL.md · 67 lines

How it starts

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

Build the task the plan already approved, and stop where the plan stops

What it produces

Code and tests for one task, and one commit nobody has reviewed yet — HEAD.

Steps

  1. Take the task, not the plan: ai-eng spec show <id> --task <n> prints it with the file, the check, the rollback and the digest of the plan it came from. It refuses when that digest no longer matches the file on disk, which is the approval saying so. If the task is not in a plan, or the plan is not approved, stop here: nothing to execute.
  2. Write the failing test first, and run it. A test that has never been red is a test that has never been shown to test anything, and the exact focal point matters — assert on the thing that would break, not on the shape around it.
  3. Make it green with the smallest change that works. Then refactor with the test still green, or leave it.
  4. One logical change per commit. A change that has outgrown the task it belongs to is two changes; split it and say so, rather than widening the commit around it.
  5. Run the task's own check and the test files the task names, by path. Not the whole gate: that runs once at block close, over every commit in the block at once, and at close it runs as just check-all — one red never relaunches a full pass; a new failure joins the others, the batch is repaired together, and the one pass lists every red step. --no-verify is denied by hooks/no_verify_guard.py on the way past — if that hook file is missing, stop: a repository whose hooks are not installed cannot attest what this step claims.
  6. Label the hand-off UNREVIEWED and say what happened — the parts that did not, too. Say it in the commit message and in the hand-off, and never by editing the plan. The approved bytes are what the approval was given for, so a task that rewrites them to record itself has withdrawn the permission it is running under. That is not a formatting preference; it is the loop this step exists to break.
  7. When the plan stops being true — the task is bigger than written, the design does not survive contact, a decision is missing — record the stop before you stop: ai-eng report blocked --what "<the gate>" --why "<what is missing>" --action "<the literal that clears it>", then regenerate the page with ai-eng report intent --html. A halt nobody can see is a halt nobody acts on, and the person is not at the keyboard. Say what is missing; never that it arrived. Then escalate to /ai-spec. Continuing on a plan you have privately rewritten is the failure this skill exists to prevent.

Read the full file on GitHub · 67 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 67 lines · 141 tokens per session scan A 9d83df386954

Subscribe to this mod's changes

ai-build is a skill published in the GitHub repository arcasilesgroup/ai-engineering (54 stars, last pushed 6d ago), licensed Apache-2.0. It adds 141 tokens to every session and 998 once invoked, about $0.0007 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-30.

Related

Other skills, from other repositories

commit

A workflow for turning current code changes into small, logically grouped Git commits. A commit is a saved set of changes in Git that can be reviewed or reverted together.

yuri-semenenko/ai-engineering-workspace · 96 tokens

pr-comment

A tool for drafting a GitHub pull request’s description from the current branch’s changes and the repository’s own template. It returns the result as raw Markdown that can be pasted into GitHub.

yuri-semenenko/ai-engineering-workspace · 69 tokens

atomic-commit

Create honest atomic Git commits by choosing one coherent work batch before editing, keeping the whole repository green, resolving every untracked file, staging the entire root with git add ., and pausing for human review before committing. Use when starting commit-sized work, completing a demonstrable implementation…

Accelerated-Innovation/governed-ai-delivery · 102 tokens

govkit-pr-author

Author and open a governed pull request that carries its governance evidence. Use when the user asks to open a PR, create a pull request, or invokes /govkit-pr-author.

Accelerated-Innovation/governed-ai-delivery · 41 tokens

git-workflow

Use this skill for anything related to Git and version control workflows. Trigger when the developer asks for help with commit messages, PR descriptions, pull request reviews, branching strategies, changelog generation, release notes, code review etiquette, or Git conventions. Keywords: commit, PR, pull request…

jamestorrevillas/dev-skills · 78 tokens

git-commit

Generate conventional commit messages for Java projects. Use when user says "commit", "create commit", "commit changes", or after completing code changes that need to be committed.

decebals/claude-code-java · 38 tokens