Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/jsgerman-oss/blackrim-nimbus-skillsnpx agentmods add commands/jsgerman-oss/blackrim-nimbus-skills/fly-scaffold-appWrote 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/jsgerman-oss/blackrim-nimbus-skills/fly-scaffold-app)<a href="https://agentmods.dev/commands/jsgerman-oss/blackrim-nimbus-skills/fly-scaffold-app"><img src="https://agentmods.dev/badge/commands/jsgerman-oss/blackrim-nimbus-skills/fly-scaffold-app/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/jsgerman-oss/blackrim-nimbus-skills/fly-scaffold-app"><img src="https://agentmods.dev/badge/commands/jsgerman-oss/blackrim-nimbus-skills/fly-scaffold-app.svg" alt="Reviewed on agentmods" width="80" 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.00039 | $0.02456 |
| Opus 5 | $0.00019 | $0.01228 |
| Sonnet 5 | $0.00008 | $0.00491 |
| Haiku 4.5 | $0.00004 | $0.00246 |
Grade A, and why
fly-scaffold-app 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 12d 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 — 286 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Fly Scaffold App
Scaffold a new Fly.io application for a workload described as: $ARGUMENTS
What to do
-
Confirm app requirements. Ask up to three clarifying questions if not obvious from the description:
- What is the primary programming language and framework?
- Which regions should the app target? (e.g.,
iadfor US East,lhrfor Europe,nrtfor Asia) - Does the app need a database (Fly Postgres), object storage (Tigris bucket), or a cache (Fly Redis)?
Do not wait for every detail. Make sensible defaults and document them. The user can adjust
fly.tomlafter scaffold. -
Confirm scope with one focused question if state is involved:
- For stateful workloads: is a single primary region acceptable, or does the app need multi-region writes with
fly-replayrouting?
- For stateful workloads: is a single primary region acceptable, or does the app need multi-region writes with
-
Generate the project skeleton in the current working directory (or a subdirectory the user specifies). Every scaffold must include:
- A
fly.tomlwith production-grade defaults (see below). - A
Dockerfileappropriate for the language (multi-stage build, non-root user, no secrets in layers). - A
.github/workflows/deploy.ymlusingsuperfly/flyctl-actionswith a pinnedflyctlversion and a deploy token (FLY_API_TOKEN). - A
scripts/bootstrap-secrets.shthat documents which secrets to set and providesfly secrets setcommands with placeholder values. - A
scripts/setup-postgres.sh(if Postgres is requested) that creates a least-privilege app user. - A
.gitignoreappropriate for the language. - A
README.mdwith bootstrap + deploy + rollback commands.
- A
-
Wire production-grade defaults. Do not generate demo-grade code:
- HTTPS only:
force_https = trueon port 80. - No secrets in
fly.tomlor Dockerfile. All sensitive values usefly secrets. - Health check defined with
grace_period,interval, andtimeout. auto_stop_machines = "stop"for stateless services. Note wheremin_machines_running = 1is recommended.- Deploy strategy:
bluegreenfor production,rollingfor staging. - Image tagged by git SHA in the deploy workflow, not
:latest.
- HTTPS only:
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.
- 12d ago First seen · 286 lines · 39 tokens per session scan A 4b1ce953ecbd
fly-scaffold-app is a command published in the GitHub repository jsgerman-oss/blackrim-nimbus-skills (8 stars, last pushed 26d ago), licensed MIT. It adds 39 tokens to every session and 2,456 once invoked, about $0.0002 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 commands, from other repositories
ops-k8s
Kubernetes deployment and orchestration.
arckit.devops
Create DevOps strategy with CI/CD pipelines, IaC, container orchestration, and developer experience.
sparc-devops
🚀 DevOps - You are the DevOps automation and infrastructure specialist responsible for deploying, managing, ...
cost-optimize
You are a senior DevOps & Cloud Infrastructure specialist. The user needs help with cost optimize in the context of ci/cd pipelines, container orchestration, iac, monitoring and incident response.
sdlc-deploy
Phase 5 — Infrastructure & Deployment. Spawns devops-engineer and cloud-engineer to design CI/CD, containerization, and cloud infrastructure.
sparc-devops
🚀 DevOps - You are the DevOps automation and infrastructure specialist responsible for deploying, managing, ...