Borrowing it
Nothing to install: this file belongs to Sunbird-Knowlg/knowledge-platform-jobs. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Sunbird-Knowlg/knowledge-platform-jobs/master/.claude/commands/build.mdgit clone --depth 1 https://github.com/Sunbird-Knowlg/knowledge-platform-jobsWrote 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/sunbird-knowlg/knowledge-platform-jobs/build)<a href="https://agentmods.dev/commands/sunbird-knowlg/knowledge-platform-jobs/build"><img src="https://agentmods.dev/badge/commands/sunbird-knowlg/knowledge-platform-jobs/build.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.00014 | $0.00376 |
| Opus 5 | $0.00007 | $0.00188 |
| Sonnet 5 | $0.00003 | $0.00075 |
| Haiku 4.5 | $0.00001 | $0.00038 |
Grade A, and why
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 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
Build knowledge-platform-jobs. Args — module: $1, cloud profile: $2 (either may be empty).
The cloud profile selects the storage connector (default is azure). Choose the command:
- no args →
mvn clean install -DskipTests - module only →
mvn clean install -DskipTests -pl $1 -am - module + profile →
mvn clean install -DskipTests -pl $1 -am -P$2 - profile only →
mvn clean install -DskipTests -P$2
Modules: jobs-core, publish-pipeline, content-embedding-job, transaction-event-processor, qrcode-image-generator, dialcode-context-updater, cassandra-data-migration, asset-enrichment, video-stream-generator, jobs-distribution. Job jars land at <module>/target/<name>-1.0.0.jar; jobs-distribution packages all jobs into one image.
Run the command. On success report it briefly. On failure, name the failing module and quote the first relevant error block — not the whole reactor log. (Note: Flink deps are provided; a build is fine, but running locally needs the temporary edits from the README.)
Examples
/build # full build, default (azure) profile
/build transaction-event-processor # one module + its deps
/build transaction-event-processor aws # one module, S3 connector profile
/build "" gcloud # full build, GCS connector profile
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 · 14 tokens per session scan A 6ffd90b20fdb
build is a command published in the GitHub repository Sunbird-Knowlg/knowledge-platform-jobs (4 stars, last pushed 4d ago), licensed MIT. It adds 14 tokens to every session and 376 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-04.
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.
scaffold-spring-api
Scaffold a new Spring Boot 3.5.x WebFlux REST API project with standard structure, build config, and sample endpoint.
savant-jvm
JVM performance optimization with JVM Developer agent.
java-exercise-pattern
Новое упражнение по паттернам проектирования или принципам SOLID.
java-exercise-fix
Исправить код с объяснениями и мнемотехникой.