npx claudepluginhub noeljackson/nstack --plugin gitCommit only files that were modified during this conversation. No co-authoring.
Commit ALL staged and unstaged changes with a descriptive commit message. No co-authoring.
Commit ALL staged and unstaged changes and push to remote. No co-authoring.
Commit ALL changes, create a new version tag, and push everything. No co-authoring.
Claude 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
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Share bugs, ideas, or general feedback.
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use