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 skills add kreek/consult --skill scaffoldinggit clone --depth 1 https://github.com/kreek/consultWrote 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/kreek/consult/scaffolding)<a href="https://agentmods.dev/skills/kreek/consult/scaffolding"><img src="https://agentmods.dev/badge/skills/kreek/consult/scaffolding.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.1 | $0.00023 | $0.01014 |
| Opus 5 | $0.00012 | $0.00507 |
| Sonnet 5 | $0.00005 | $0.00203 |
| Haiku 4.5 | $0.00002 | $0.00101 |
Grade A, and why
scaffolding 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 3d 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 — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Scaffolding
Iron Law
NO FEATURE CODE BEFORE THE TOOLCHAIN PROVES IT CAN FAIL AND PASS.
A scaffold is done only when a clean clone can install, check, test, and run the baseline without local knowledge.
When to Use
- Starting a new repo or app, or adding missing package management, linting, formatting, typechecking, testing, coverage, or CI.
When NOT to Use
- Adding a feature to a healthy project; use the domain skill plus
proof. - Release pipeline beyond baseline CI; use
release. - UI design choices after the framework is chosen; use
ui-design.
Rules
- The user owns scaffold choices. Before creating files, installing packages,
or running generators, present a Scaffold Decision Gate (project intent
and kind, language/runtime, deployment assumption, framework/template,
quality baseline, files and commands) with this menu, and wait:
- Approve: create files, install packages, run generators
- Refine: change the scaffold plan
- Cancel: stop scaffolding
- Research is free. Audit candidate dependencies without asking, then get approval before selecting or installing a structural runtime dependency (framework, database, ORM, auth client, SDK, state library, job queue), unless the user or the selected stack already named it.
- Recommend one option per choice in priority order (language/runtime, deployment assumption, framework/template, framework-local choices) and name the tradeoff. Fresh web apps default to a mature framework unless the user asks for smaller.
- Requested artifact names are literal. Create
tsconfig.json,package.json,pyproject.toml, CI, or README by name; substitute a nearby config only with approval. - Commands are the contract:
test,lint,format,typecheck, andcoveragewhere applicable, and CI runs the same checks developers run. Every added config is consumed by a standard command. typecheckruns a real type checker using the config added for it. A syntax check such asnode --checkis lint, not typecheck.- Fresh scaffolds get git and
.gitignorebefore feature code, one package manager with a committed lockfile, one smoke test that can fail and pass, secret hygiene with.env.exampleplaceholders, and a README with purpose, install, run, and test. - Prototypes keep the same command names even when checks are lightweight, and are promoted to the full checklist before production or collaboration.
What ships with it
29 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.
- agents/openai.yaml 196 B
- references/language-defaults.md 6.4 KB
- references/stacks/clojure/api-ring-reitit.yaml 3.4 KB
- references/stacks/clojure/service-clojure.yaml 4.0 KB
- references/stacks/csharp/api-aspnet-minimal.yaml 3.5 KB
- references/stacks/csharp/web-aspnet-mvc.yaml 3.7 KB
- references/stacks/elixir/api-plug-bandit.yaml 2.6 KB
- references/stacks/elixir/web-phoenix.yaml 3.0 KB
- references/stacks/fsharp/api-giraffe.yaml 3.3 KB
- references/stacks/fsharp/web-saturn.yaml 3.2 KB
- references/stacks/go/api-go-stdlib.yaml 3.1 KB
- references/stacks/go/service-fiber.yaml 3.4 KB
- references/stacks/index.yaml 2.3 KB
- references/stacks/java/api-javalin.yaml 3.5 KB
- references/stacks/java/service-quarkus.yaml 4.5 KB
- references/stacks/java/service-spring-boot.yaml 4.2 KB
- references/stacks/kotlin/api-ktor.yaml 3.7 KB
- references/stacks/kotlin/service-ktor.yaml 3.9 KB
- references/stacks/python/api-fastapi.yaml 2.3 KB
- references/stacks/python/web-django.yaml 2.8 KB
- references/stacks/ruby/api-sinatra.yaml 2.4 KB
- references/stacks/ruby/web-rails.yaml 3.5 KB
- references/stacks/rust/api-axum.yaml 2.9 KB
- references/stacks/rust/service-axum.yaml 3.0 KB
- references/stacks/schema.md 2.3 KB
- references/stacks/typescript/edge-api-cf-hono.yaml 2.8 KB
- references/stacks/typescript/frontend-spa.yaml 4.7 KB
- references/stacks/typescript/fullstack-sveltekit.yaml 2.7 KB
- references/stacks/typescript/static-site-astro.yaml 2.6 KB
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.
- 3d ago Changed · -39 lines 7de7f20792a4
- 7d ago First seen · 129 lines · 23 tokens per session scan A 0e1e6f7bbbdc
scaffolding is a skill published in the GitHub repository kreek/consult (1 stars, last pushed 4d ago), licensed MIT. It adds 23 tokens to every session and 1,014 once invoked, about $0.0001 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
ci-workflow
Design and maintain .NET CI workflows for F#, C#, and mixed solutions with SDK setup, restore, build, test, format checks, package checks, caching, and matrix decisions.
dockerized-service-release-deployment-workflow
Create a Dockerized-service release contract with clean GitHub Actions builds, main-anchored tags, immutable digest manifests, published-release deployments, production approval, health checks, and exact-digest rollback.
pr-watch
Local PR watcher. Monitors CI status, automatically fixes failing checks by reading failure logs and applying targeted fixes, then optionally merges when all checks pass. Local CLI analog to Claude Code's cloud auto-fix feature.
rust-tooling-cicd
Use when structuring a Cargo workspace or building a Rust CI pipeline — fmt, clippy, cargo-deny/audit, nextest, coverage, MSRV. Not for writing the tests themselves (rust-testing-quality).
clarify
Lightweight spec clarification scan for jig projects — a six-category ambiguity audit that asks up to five prioritized questions and appends them to the spec's ## Clarifications section. Auto-triggers when you say clarify this spec, audit this spec for ambiguities, is this spec ready for review, find unknowns in this…
explain
Explain jig vocabulary and artifacts in plain language. Three modes: term mode defines one lexicon term; artifact mode walks through a spec or ADR and its linked references; passage mode explains pasted jig output. Output is ephemeral (chat-only). Auto-triggers when you say explain this term, walk me through this…