npx claudepluginhub noeljackson/nstack --plugin sysadminRun comprehensive macOS security audit - check for malware, suspicious processes, unauthorized access
Clean sensitive data from `~/.claude/` — JWT tokens, debug logs, old sessions, clipboard caches.
View Gitea Actions workflow runs for a repository.
Organize the user's Desktop by:
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
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Share bugs, ideas, or general feedback.
The most comprehensive Claude Code plugin — 48 agents, 182 skills, 68 legacy command shims, selective install profiles, and production-ready hooks for TDD, security scanning, code review, and continuous learning
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
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.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification