One command. Full engineering team.
Turns your AI agent into an engineering team that challenges scope, plans, reviews, tests, audits and ships.
nanostack.sh · GitHub · Apache 2.0
npx create-nanostackDetects your AI coding agents, installs everything, runs setup. Then open your agent and type /nano-run to configure your project.
A sprint workflow that runs inside your agent:
/think → /nano → build → /review → /qa → /security → /ship
Each step is a skill. Each skill saves an artifact. The next skill reads it. Nothing falls through the cracks.
| Skill | What it does |
|---|---|
/think |
Challenges the scope before building. Three thinking modes. |
/nano |
Plans the implementation. Files, steps, risks. |
/review |
Two-pass code review. Scope drift detection. |
/qa |
Tests it. Browser, API, CLI, or debug. |
/security |
OWASP Top 10 + STRIDE audit. Graded A-F. |
/ship |
Creates PR, verifies CI, generates sprint journal. |
Plus /feature for incremental work, /guard for safety, /compound for knowledge capture, and /conductor for parallel sprints.
Run /think --autopilot and the agent runs the full sprint automatically. Or go step by step.
Works with Claude Code, Cursor, Codex, OpenCode, Gemini CLI, Amp, Cline, and Antigravity.
npx create-nanostack # detect agents, install skills, run setup
npx create-nanostack update # pull latest version
npx create-nanostack doctor # diagnose installation- macOS, Linux, or Windows (Git Bash / WSL)
- Node.js 18+
- git
- jq
Zero dependencies. All shell execution uses execFileSync (no shell injection). Repository URL hardcoded to github.com/garagon/nanostack. Cloned repos verified against expected file signatures. No eval, no dynamic require, no credential handling.
Apache 2.0