spae-build

spae-build is a skill for Claude Code from mystilleef/spae-framework. It costs 21 tokens per session (2,186 once invoked), scanned C, original, MIT.

A SPAE build skill that executes exactly one planned task and updates the project’s source, tests, and execution state. SPAE is the project framework named in the add-on.

In plain words
What is it for?
Use it during the SPAE build phase to implement and verify the next task in PLAN.md.
Why use it?
It keeps build work aligned with the active plan and acceptance checks while leaving completion confirmation to a later check step.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

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/mystilleef/spae-framework/spae-build
Any agent
npx skills add mystilleef/spae-framework --skill spae-build
Clone the repo
git clone --depth 1 https://github.com/mystilleef/spae-framework

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/mystilleef/spae-framework/spae-build.svg)](https://agentmods.dev/skills/mystilleef/spae-framework/spae-build)
Your own site
<a href="https://agentmods.dev/skills/mystilleef/spae-framework/spae-build"><img src="https://agentmods.dev/badge/skills/mystilleef/spae-framework/spae-build.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,186 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.1 $0.00021 $0.02186
Opus 5 $0.00010 $0.01093
Sonnet 5 $0.00004 $0.00437
Haiku 4.5 $0.00002 $0.00219

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

Security

Grade C, and why

spae-build scanned grade C with 1 finding 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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- prettier-ignore-start -->
skills/spae-build/SKILL.md · 222 lines

How it starts

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

Build

When to use

  • STATE.json has phase: build.
  • The work stream needs the next planned task completed.

Goal

  • Execute exactly one task from PLAN.md, mutating source/tests plus STATE.json, while preserving the framework execution cursor.
  • Complete the active task with minimal production code that meets exhaustive tests, serves its Intent and the plan ## Goal, and leaves seams for downstream tasks.
  • Meet the task acceptance criteria through exhaustive tests and task verification steps.
  • Hand off to /check for the done transition and cursor advance; never claim either.

Input

Read:

  • .spae/current/STATE.json for phase, cursor, and task registry (consult references/STATE.md for field reference, directives, and phase snapshots).
  • .spae/current/PLAN.md for the plan ## Goal, the active task, its Intent, acceptance criteria, and verification steps; they carry all the goal context build needs.
  • Relevant project source, tests, docs, and configuration needed for the active task.

Testing

See references/testing-guide.md for test structure, isolation, mocking, assertion, and performance standards.

Cleanup

See references/cleanup-guide.md for the self-introduced-artifact checklist and diff-only audit scope.

Workflow

  1. GATE—Confirm .spae/current/STATE.json has phase: build and an active task. Halt on state drift: if tasks[active_task_id] reads "done", halt; report and make no changes. Read the plan ## Goal and active task section — including its Intent — from .spae/current/PLAN.md. Read dependent and forward task titles plus acceptance criteria to map seams, not build them. Verify every task ID in the active task's Dependencies field carries status "done" in tasks registry in STATE.json; fail the task for any incomplete dependency.
  2. ORIENT—State the goal in one sentence: execute the active task and hand off to /check. Name what won't change: PLAN.md, SPEC.md, and forward-task seams. Task status update: set tasks[active_task_id] to "in_progress" in .spae/current/STATE.json.
  3. PLAN—Declare the full implementation path that satisfies every acceptance criterion, advances the task Intent and plan ## Goal, and leaves seams for forward tasks. Read references/testing-guide.md, references/shell-command-guide.md, and references/cleanup-guide.md. Map the test surface per criterion: expected behaviors, failure modes, and edge cases. Choose among valid implementations by goal fit, not local convenience.
  4. ACT—Iterate over every acceptance criterion:
    • Write a failing test: expected behavior, failure modes, and edge cases.
    • Write minimal code to pass it.
    • Drive green; repeat test→implement until the criterion passes.

Read the full file on GitHub · 222 lines

Files

What ships with it

4 files 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. 6d ago First seen · 222 lines · 21 tokens per session scan C 58da4d53ec59

Subscribe to this mod's changes

spae-build is a skill published in the GitHub repository mystilleef/spae-framework (1 stars, last pushed 1mo ago), licensed MIT. It adds 21 tokens to every session and 2,186 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.