Run 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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub noeljackson/nstack --plugin sysadminDevelopment workflow — planning, debugging, testing, code review, execution, and branch management
Session lifecycle — context loading, persistence, and closure via WIP.md
Git commit workflows with conventional commit messages
Second brain integration — query, capture, and structured reviews
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration
5 essential safety hooks for Claude Code. Blocks rm -rf, force-push, hard-reset, .env overwrites, and package publish. The minimum viable safety net from 800+ hours of autonomous operation.
Installer for TÂCHES' Get-Shit-Done workflow system - meta-prompting, context engineering and spec-driven development
Claude Code hooks for enforcing best practices and workflow automation
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
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.