Comprehensive AI agent systems and development workflows for Claude Code CLI.
Add the marketplace:
/plugin marketplace add https://github.com/shaharia-lab/claude-power-user.gitInstall plugins:
# Install CC Power User
/plugin install cc-power-user@shaharia-lab
# Install Power User Basic
/plugin install power-user-basic@shaharia-lab
# Install Code Navigator
/plugin install code-navigator@shaharia-lab
# Install GitHub Maintenance
/plugin install github-maintenance@shaharia-labEfficient code navigation using codenav CLI. Save up to 92% on token usage by navigating codebases intelligently.
Features:
- Codenav-based navigation skill
- Token-efficient code exploration
- Call graph analysis
- Dependency tracing
- Smart function finding
Benefits:
- 87-92% token savings vs blind file reading
- Faster code understanding
- Precise navigation to relevant code
- Architectural insights without reading files
Usage:
# Automatic - just ask questions
"How does authentication work?"
"Find where data comes from"
# Manual invocation
/codenav-navigation functionNameRequires: codenav CLI tool and indexed codebase
20 specialized agents, 2 workflow commands, and 7 reusable skills for autonomous development.
Features:
- 8 development agents (backend, frontend, CLI, website, docs)
- 5 QA agents (security, architecture, bug finder, PR review, error analysis)
- 7 context & automation agents
- 7 reusable workflow skills
- 2 workflow commands (issue refinement, full development cycle)
Tech stack: Go, React/TypeScript, Node.js CLI, Docusaurus
Commands:
/cc-power-user:github-issue-refiner 123
/cc-power-user:github-issue-to-pr 456
/cc-power-user:backend-developer Add API endpoint
/cc-power-user:security-guardian Audit payment module5 essential, project-agnostic skills for everyday development — works with any project, language, or framework.
Skills:
/engineering— Implement features, fix bugs, refactor code/context-updater— Keep CLAUDE.md, README.md, and docs accurate after changes/pr-reviewer— 11-dimension code review (correctness, security, performance, architecture, UI/UX, observability)/architect-reviewer— Architecture audit with 100-point checklist and code smell detection/security-reviewer— Security audit with CWE references, OWASP checks, and remediation guidance
Usage:
/engineering "fix the authentication bug"
/pr-reviewer 42
/security-reviewer
/architect-reviewer
/context-updaterRepo-agnostic maintenance skills designed to be run periodically — on a cron, from CI, or by hand. Ships agent-context-sync: a periodic doctor that keeps AI-context files (CLAUDE.md, AGENTS.md, .cursorrules, .github/copilot-instructions.md) accurate, lean, and useful.
Skills:
/github-maintenance:agent-context-sync— Verify every concrete claim in your AI-context files against the repo, lint against an opinionated quality spec, surface newly-added subsystems the docs miss, and open a PR (or print a report) with the minimum edits to restore health.
Highlights:
- No-op when healthy — safe to run weekly on a cron without producing churn.
- Conservative pruning — only deletes claims it can programmatically prove are wrong; flags bloat without removing.
- Multi-file — handles CLAUDE.md, AGENTS.md,
.cursorrules, and.github/copilot-instructions.mdtogether; reports cross-file divergence. - Two modes —
--dry-runfor report-only, default for branch + PR.
Usage:
# Print a structured health report, no edits.
/github-maintenance:agent-context-sync --dry-run
# Apply edits, create a branch, open a PR.
/github-maintenance:agent-context-syncAfter installation, use the plugin commands:
# CC Power User - workflow commands
/cc-power-user:github-issue-refiner <issue-number>
/cc-power-user:github-issue-to-pr <issue-number>
# CC Power User - direct agent usage
/cc-power-user:backend-developer <task>
/cc-power-user:frontend-developer <task>
/cc-power-user:security-guardian <task>
# Power User Basic - project-agnostic skills
/engineering <task>
/pr-reviewer <pr-number>
/security-reviewer
/architect-reviewer
/context-updater
# GitHub Maintenance - periodic repo upkeep
/github-maintenance:agent-context-sync --dry-run
/github-maintenance:agent-context-syncMore plugins coming soon:
- Security Auditor - Comprehensive security scanning and vulnerability detection
- Deployment Tools - Infrastructure automation and deployment workflows
- Performance Analyzer - Performance profiling and optimization recommendations
- Test Automation - Automated test generation and execution
See CONTRIBUTING.md for guidelines on contributing plugins.
MIT - See LICENSE file for details.
- Issues: GitHub Issues
- Documentation: See individual plugin READMEs in
plugins/directory
Repository: https://github.com/shaharia-lab/claude-power-user
Marketplace: shaharia-lab
Version: 1.2.0