create-nanostack
v1.0.1
Published
Install nanostack skills for your AI coding agent
Maintainers
Readme
Install
npx create-nanostackDetects your AI coding agents, installs everything, runs setup. Then open your agent and type /nano-run to configure your project.
What you get
A sprint workflow that runs inside your agent:
/think → /nano → build → /review → /qa → /security → /shipEach 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.
Supported agents
Works with Claude Code, Cursor, Codex, OpenCode, Gemini CLI, Amp, Cline, and Antigravity.
Commands
npx create-nanostack # detect agents, install skills, run setup
npx create-nanostack update # pull latest version
npx create-nanostack doctor # diagnose installationRequirements
- macOS, Linux, or Windows (Git Bash / WSL)
- Node.js 18+
- git
- jq
Security
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.
License
Apache 2.0
