garagongaragonCommunityยท14 Agent Skills Included

nanostack

Scoped planning, code review, security audits, and verified shipping

Runs a full delivery sprint for coding agents: idea refinement, implementation planning, two-pass code review, OWASP security audit, QA testing, and PR shipping. Eliminates vague prompts, silent scope drift, skipped security checks, and PRs that explain nothing. Saves every decision as a local artifact so each step reads verified evidence instead of chat history.
npx skills add garagon/nanostack --all -g -y
Available:

Tells the agent which built-in skills exist, what each one does, and how to route work through the sprint phases and custom workflow stacks.

All Skills in This Repository (14)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
garagongaragon

nanostack

Orchestrate end-to-end engineering sprints for AI agents to plan, build, review, test, audit, and ship code.

Community
Advanced
๐Ÿ“ฆ In Repo
garagongaragon

think

Diagnose product premises and scope minimal viable starting points.

Community
Advanced
๐Ÿ“ฆ In Repo
garagongaragon

security

Audit codebases for OWASP Top 10 and STRIDE threats with evidence-backed reports.

Community
Advanced
๐Ÿ“ฆ In Repo
garagongaragon

nano

Create scoped implementation plans with per-file changes and verification steps.

Community
Advanced
๐Ÿ“ฆ In Repo
garagongaragon

nano-run

Configure nanostack and guide users through first-time project setup and sprint initiation.

Community
Intermediate
๐Ÿ“ฆ In Repo
garagongaragon

qa

Execute Playwright browser, API, and CLI quality assurance with screenshot evidence.

Community
Advanced
๐Ÿ“ฆ In Repo
garagongaragon

review

Perform two-pass code reviews of git diffs to detect structural bugs and edge cases.

Community
Advanced
๐Ÿ“ฆ In Repo
garagongaragon

compound

Extract sprint artifacts into structured markdown solution documents with frontmatter and metadata.

Community
Intermediate
๐Ÿ“ฆ In Repo
garagongaragon

feature

Orchestrate an end-to-end sprint to add a feature to an existing codebase.

Community
Advanced
๐Ÿ“ฆ In Repo
garagongaragon

ship

Create PRs, run CI checks, deploy builds, and verify production with rollback.

Community
Advanced
๐Ÿ“ฆ In Repo
garagongaragon

guard

Block destructive shell and version-control commands with configurable policies and audit logs.

Community
Advanced
๐Ÿ“ฆ In Repo
garagongaragon

conductor

Coordinate parallel agent phases with atomic filesystem locks and dependency checks.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’