code-build

code-build is a skill for Claude Code, Codex from alexeyshishin/as-skill. It costs 57 tokens per session (476 once invoked), scanned A, original, MIT.

A code implementation workflow that carries out an approved software plan by assigning file-level work to the appropriate specialist.

In plain words
What is it for?
It implements plans for frontend, backend, infrastructure, or mobile work, runs tests, and records the results.
Why use it?
It prevents coding from starting without a plan and provides a structured way to test and report the completed changes.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/alexeyshishin/as-skill/code-build
Any agent
npx skills add alexeyshishin/as-skill --skill code-build
Clone the repo
git clone --depth 1 https://github.com/alexeyshishin/as-skill

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/alexeyshishin/as-skill/code-build.svg)](https://agentmods.dev/skills/alexeyshishin/as-skill/code-build)
Your own site
<a href="https://agentmods.dev/skills/alexeyshishin/as-skill/code-build"><img src="https://agentmods.dev/badge/skills/alexeyshishin/as-skill/code-build.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 476 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00057 $0.00476
Opus 5 $0.00028 $0.00238
Sonnet 5 $0.00011 $0.00095
Haiku 4.5 $0.00006 $0.00048

Measured 4d ago against content hash a4cee30bda6d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

code-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 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.

domains/code/skills/code-build/SKILL.md · 35 lines

What it actually says

Skill: /code-build

ORCHESTRATOR. You route work to executing agents by file scope. No code edits in the main loop.

Invocation

/code-build <slug>

Steps

  1. Find the plan: swarm-report/<slug>-plan.md. Missing → abort: "Run /code-plan \"<feature>\" first."
  2. Check Blockers in the plan. Any unresolved HIGH → abort and name it. The user must resolve or explicitly waive it.
  3. Route by scope: read the plan's affected_files. Match each against the Executing table in AGENTS.md (frontend / backend / devops / mobile). Group files by agent. No match for a file → ask the user which agent owns it.
  4. Spawn the matched exec agents — one Task call each, in parallel when a feature spans several layers (single message, N calls, subagent_type: general-purpose). Prompt each:

    Answer TERSE. Read .claude/agents/<scope>.md and follow it exactly. Plan: swarm-report/-plan.md. Your scope: . If one agent's output changes a contract another needs (e.g. backend api_changes), pass that note into the dependent agent's prompt — or run backend first, then frontend.

  5. Verify: read each agent's tests_result. Any status: blocked or failing test → do NOT claim success. Report the failures verbatim and stop. Offer /code-build <slug> retry after the fix.
  6. Write swarm-report/<slug>-build.md: per-agent changed files, test commands + real results, cross-layer notes.
  7. Report to user: status per scope + test results. Quote real output — no "done" without proof.
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. 4d ago First seen · 35 lines · 57 tokens per session scan A a4cee30bda6d

Subscribe to this mod's changes

code-build is a skill published in the GitHub repository alexeyshishin/as-skill (4 stars, last pushed 16d ago), licensed MIT. It adds 57 tokens to every session and 476 once invoked, about $0.0003 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

review-loop

Iterative code review — fix P1+P2 until clean, report P3 as an offer.

swDomass/AI_orchestrator · 23 tokens

plannotator-annotate

Open Plannotator's annotation UI for a file, folder, or URL, then address the returned annotations.

backnotprop/plannotator · 29 tokens

golang-testing

Production-ready Golang tests — table-driven tests, testify suites and mocks, parallel tests, fuzzing, fixtures, goroutine leak detection with goleak, snapshot testing, code coverage, integration tests, idiomatic test naming. Use when writing or reviewing Go tests, choosing a testing approach, setting up Go test CI…

samber/cc-skills-golang · 115 tokens

obsidian-bases

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

kepano/obsidian-skills · 63 tokens

livecodes/sdk-methods

Use SDK methods to interact with playgrounds: run, getCode, setConfig, getConfig, watch, runTests, format, getShareUrl, show, destroy. Load this skill when programmatically controlling embedded playgrounds, reacting to code changes, or retrieving compiled output.

live-codes/livecodes · 62 tokens

livecodes/language-support

Work with 90+ supported languages, compilers, CSS processors, and WASM-compiled languages for markup, style, and script editors. Load this skill when configuring languages, setting up CSS processors, or working with WASM-based languages like Python, Ruby, or Go.

live-codes/livecodes · 62 tokens