nanostack
Scoped planning, code review, security audits, and verified shipping
All Skills in This Repository (14)
Pure Emerald Level Indicatorsnanostack
Orchestrate end-to-end engineering sprints for AI agents to plan, build, review, test, audit, and ship code.
think
Diagnose product premises and scope minimal viable starting points.
security
Audit codebases for OWASP Top 10 and STRIDE threats with evidence-backed reports.
nano
Create scoped implementation plans with per-file changes and verification steps.
nano-run
Configure nanostack and guide users through first-time project setup and sprint initiation.
qa
Execute Playwright browser, API, and CLI quality assurance with screenshot evidence.
review
Perform two-pass code reviews of git diffs to detect structural bugs and edge cases.
compound
Extract sprint artifacts into structured markdown solution documents with frontmatter and metadata.
feature
Orchestrate an end-to-end sprint to add a feature to an existing codebase.
ship
Create PRs, run CI checks, deploy builds, and verify production with rollback.
guard
Block destructive shell and version-control commands with configurable policies and audit logs.
conductor
Coordinate parallel agent phases with atomic filesystem locks and dependency checks.
Frequently Asked Questions
FAQPage SchemaHow to install nanostack?โผ
Run `npx skills add garagon/nanostack --all -g -y` in your terminal to install all skills globally. Then run /nano-run in your agent to configure your project.
What does nanostack do?โผ
It gives your coding agent a full delivery workflow: scope the idea, plan the files, review the code, audit security, test it, and ship a PR with evidence saved at every step.
Which agents work with nanostack?โผ
Verified adapters exist for Claude Code, Cursor, OpenAI Codex, OpenCode, and Gemini CLI. Other agents can load the plain-text skills but without verified enforcement.
Can nanostack block dangerous commands?โผ
Yes. The /guard skill blocks destructive commands like force pushes and mass deletions, and can gate git commits until review, security, and QA pass.
Can I build custom workflows on nanostack?โผ
Yes. You can declare your own phases and skills in .nanostack/config.json, and they get the same artifact tracking, gating, and orchestration as the built-in sprint.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core