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/dinhnguyenngoc/spec-driven-claude-code/deploygit clone --depth 1 https://github.com/dinhnguyenngoc/spec-driven-claude-codeWhat 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.00010 | $0.07270 |
| Opus 5 | $0.00005 | $0.03635 |
| Sonnet 5 | $0.00002 | $0.01454 |
| Haiku 4.5 | $0.00001 | $0.00727 |
Grade A, and why
deploy scanned grade A 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 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -f http://localhost:${API_PORT}/health && echo "✓ Health OK" How it starts
The opening of the file, as written. The whole thing — 557 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/deploy — Release & Deployment (STAGING)
"Ship with confidence."
Purpose
Execute deployment to the STAGING environment (Docker Desktop / staging server): build images, run containers, verify health, rollback if needed.
Workspace Mode: if the session root declares
Mode: workspace→ resolve the target repo perCLAUDE.md§Workspace Mode before anything else; every path, probe, and gate below is relative to the target repo, and the workspace disk-check applies at the gate.
The kit's boundary (by design):
/deployis the last automated step — it pushes the artifact to staging with Status =STAGED, NOT production. AfterSTAGED: the human test team checks it manually on staging (usingreports/VERIFY_MATRIX.mdas the test script) → decides go/no-go → promoting to production is a MANUAL step outside the kit, carried out perDEPLOY_RUNBOOK §8 Promote production. The kit never needs (and should never have) production credentials — least privilege. If you want to automate further later → add a separate/promotecommand, do not extend this one.
Note: Dockerfile and docker compose are created in
/infra. This command executes deployment.
Stack Profile note: the
sqlcmd/DB anddotnet efcommands below use the default profile (C#/.NET + SQL Server). ReadProject Profilefirst: Oracle →sqlplus· MySQL →mysql· PostgreSQL →psql· MongoDB →mongosh(perrules/overrides/database-*.md); Core = Node.js → the migration steps map to the declared tool (prisma migrate deploy/migrate-mongo up) instead ofdotnet ef. Core = PHP →php artisan migrate --force(--forcebecause the deploy environment is non-interactive; add--isolatedwhen several app instances start concurrently, so only one runs the migration), andphp artisan config:cache/route:cacheare part of the release step — seerules/overrides/framework-php-laravel.md§H for theconfig:cachecaveat that makesenv()returnnulloutsideconfig/.
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 First seen · 557 lines · 10 tokens per session scan A 8527bc983197
deploy is a command published in the GitHub repository dinhnguyenngoc/spec-driven-claude-code (20 stars, last pushed 4d ago), licensed MIT. It adds 10 tokens to every session and 7,270 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
deploy
Build a container image, push it, and deploy the service to the Akka platform. This is the transition from local development to development on the AAO platform.
cisco-isovalent-platform-setup
Install the Isovalent platform on Kubernetes (Cilium CNI, Hubble observability, Tetragon eBPF runtime security) in either OSS or Enterprise edition. Renders Helm values and install/upgrade scripts; this is the platform install prerequisite for the Splunk Observability + Splunk Platform integration done by…
deploy
Deploy the current branch to staging.
extract-infrastructure
Extract Azure infrastructure and generate Docker Compose stack for local development.
migrate-k8s
Migrate Kubernetes manifests, Docker Compose projects, or Helm charts to Control Plane.
remote-status
Check if remote Docker environment needs updating.