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 commands/kumaran-is/claude-code-onboarding/scaffold-spring-apigit clone --depth 1 https://github.com/kumaran-is/claude-code-onboardingWrote 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/commands/kumaran-is/claude-code-onboarding/scaffold-spring-api)<a href="https://agentmods.dev/commands/kumaran-is/claude-code-onboarding/scaffold-spring-api"><img src="https://agentmods.dev/badge/commands/kumaran-is/claude-code-onboarding/scaffold-spring-api.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.00026 | $0.00442 |
| Opus 5 | $0.00013 | $0.00221 |
| Sonnet 5 | $0.00005 | $0.00088 |
| Haiku 4.5 | $0.00003 | $0.00044 |
Grade A, and why
scaffold-spring-api 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 yesterday.
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.
What it actually says
Scaffold Spring Boot WebFlux API
Project name: $ARGUMENTS (default to "my-api" if not provided)
Delegate to the java-spring-api skill for all patterns, templates, and reference files. Use the java-coding-standard skill for naming, immutability, and style rules.
Steps
- Create
.gitignorefirst — before any other file. Include:target/,.env,*.pem,*.key,.idea/,*.iml,.DS_Store,*.log - Read the
java-spring-apiskill and its reference files for exact code templates - Create Maven project via Spring Initializr or manual
pom.xmlper skill config reference - Set up package
com.company.<projectname>with directory structure:controller/,service/,repository/,model/entity/,model/dto/,config/,exception/ - Add
application.ymlwith R2DBC + Flyway config (PostgreSQL, Flyway disabled by default viaenabled: ${FLYWAY_ENABLED:false}) - Create
HealthControlleratGET /api/v1/health, a sample entity, DTO (record), repository, service, and controller - Add
GlobalExceptionHandlerwith@ControllerAdvicereturningProblemDetail(RFC 9457) - Add
V1__initial_schema.sqlFlyway migration,Dockerfile, anddocker-compose.ymlwith PostgreSQL - Add a basic integration test using
WebTestClient - Add OWASP dependency-check plugin to
pom.xmland runmvn dependency-check:check— fix or document any critical/high CVEs - Verify —
mvn compile
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.
- yesterday First seen · 27 lines · 26 tokens per session scan A 997bc4bdf696
scaffold-spring-api is a command published in the GitHub repository kumaran-is/claude-code-onboarding (35 stars, last pushed 2mo ago), licensed MIT. It adds 26 tokens to every session and 442 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-09-03.
Other commands, from other repositories
profile
Coordinate a reproducible Java profiling and optimization lifecycle.
openrewrite-violations
Fix each violated OpenRewrite recipe in its own commit on an openrewrite-violations branch.
savant-jvm
JVM performance optimization with JVM Developer agent.
java-exercise-pattern
Новое упражнение по паттернам проектирования или принципам SOLID.
java-exercise-fix
Исправить код с объяснениями и мнемотехникой.
ContinuationTask
Package: net.minecraft.commands.execution.tasks Type: class implements EntryAction.