Skip to content

garagon/nanostack-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nanostack

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


Install

npx create-nanostack

Detects 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 → /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.

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 installation

Requirements

  • 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

About

Installer for nanostack skills. Detects AI coding agents, installs skills, verifies installation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors