npx claudepluginhub noeljackson/nstack --plugin sessionClaude Code plugin marketplace. Install what you need per-project.
Add the marketplace (once per machine):
claude plugin marketplace add noeljackson/nstack
Pick the plugins you need. --scope project writes to .claude/settings.json (per-repo). --scope user installs globally.
claude plugin install dev@nstack --scope project
claude plugin install git@nstack --scope project
claude plugin install session@nstack --scope project
claude plugin install brain@nstack --scope user
claude plugin install sysadmin@nstack --scope user
The core development plugin. Planning, debugging, testing, code review, and execution.
| Command | What it does |
|---|---|
/dev:plan | Explore codebase, write structured implementation plan |
/dev:execute | Execute a plan with review checkpoints |
/dev:subagent-dev | Execute plans via per-task subagents with two-stage review |
/dev:brainstorm | Collaborative design before implementation |
/dev:debug | Systematic 4-phase debugging (no fixes without root cause) |
/dev:tdd | Test-driven development (no code without failing test) |
/dev:review | Dispatch code reviewer or handle review feedback |
/dev:dispatch | Parallel subagent dispatch for independent tasks |
/dev:worktree | Create isolated git worktree for feature work |
/dev:finish | Complete branch — verify tests, merge/PR/keep/discard |
/dev:write-skill | Create or improve reusable skills |
/dev:research | Deep research in isolated context |
/dev:sup | Quick 5-second status (30 lines max) |
Typical workflow:
/dev:brainstorm → /dev:plan → /dev:execute → /dev:review → /dev:finish
| Command | What it does |
|---|---|
/git:c | Commit files modified in this conversation |
/git:ca | Commit all changes |
/git:cp | Commit all + push |
/git:cpv | Commit all + push + version tag |
Context persistence between conversations via WIP.md.
| Command | What it does |
|---|---|
/session:start | Load context from WIP.md (auto via hook or manual) |
/session:stop | Save context to WIP.md |
/session:wrap | Full closure — commit + update WIP.md + optional brain capture |
Requires ~/src/brain/ repository.
| Command | What it does |
|---|---|
/brain:brain | Query the second brain |
/brain:capture | Write to the brain (progress, thinking, tasks) |
/brain:daily | Morning check-in |
/brain:weekly | Weekly review |
/brain:monthly | Monthly strategic review |
| Command | What it does |
|---|---|
/sysadmin:cleanse | Clean sensitive data from ~/.claude/ |
/sysadmin:gitea-actions | View Gitea CI workflow runs |
/sysadmin:organize-desktop | Organize Desktop/Downloads |
/sysadmin:security-audit | macOS security audit |
claude plugin marketplace update nstack
claude plugin update dev@nstack
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Share bugs, ideas, or general feedback.
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Persistent memory system for Claude Code - seamlessly preserve context across sessions
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress