By shaharia-lab
Autonomous GitHub issue-to-PR pipeline for Claude Code. Refines an issue into a WHAT/WHY/HOW spec, generates code via stack-specific developer agents, iterates on CI feedback until all quality gates pass, runs an automated PR review, and ships a draft-then-ready pull request — all without human babysitting. Ships 20 developer/QA/research agents (backend, frontend, CLI, website, docs, plus security, architecture, bug-finder, pr-reviewer) and 9 composable skills.
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
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.
Use this agent when: 1. **After implementing a new feature or module**: Review the technical design and implementation patterns to ensure consistency and maintainability. - Example: User says "I've just finished implementing the user authentication flow" → Launch this agent to review the architectural patterns, identify potential flaws, and suggest improvements. 2. **When reviewing code changes**: Proactively assess design patterns and architectural decisions in recent commits. - Example: User commits changes to backend service → Assistant: "Let me use the architecture-guardian agent to review the design patterns and architectural consistency of your recent changes." 3. **During feature planning**: Evaluate proposed technical approaches before implementation. - Example: User asks "What's the best way to implement real-time notifications?" → Assistant: "I'll engage the architecture-guardian agent to analyze this requirement against our current architecture and recommend an MVP-appropriate solution." 4. **When technical debt is suspected**: Identify areas where maintenance complexity is growing. - Example: User mentions "The payment module is getting harder to work with" → Launch this agent to analyze the module's architecture and identify refactoring opportunities. 5. **For architectural consistency checks**: Ensure new components align with established patterns across backend service, frontend, and website services. - Example: User implements a new API endpoint → Assistant: "I'm going to use the architecture-guardian agent to verify this follows our established API design patterns and identify any inconsistencies." 6. **When onboarding new patterns**: Evaluate if introducing a new technical pattern is justified for an MVP. - Example: User suggests "Should we use event sourcing for this?" → Launch this agent to assess the complexity-to-benefit ratio for the current MVP stage.
Analyzes the backend service (Golang/PostgreSQL) and creates surgical, precise developer guidelines documentation. Only captures essential context that AI agents need to work effectively on this service.
Autonomous Golang backend developer for the backend service. Works on features, bug fixes, refactoring, and maintenance following established patterns and guidelines. Can delegate to specialized agents and handle context limits via handoff.
Use this agent when you need to analyze, research, or understand the your project's golang backend service located at $HOME/Projects/your-project/backend service. This includes investigating code architecture, understanding implementation patterns, analyzing dependencies, reviewing API endpoints, examining database schemas, or researching specific features and functionalities within the backend service. Examples: - <example> user: "I need to understand how authentication works in the backend service" assistant: "I'll use the backend agent to analyze the authentication implementation in the backend service." <Task tool call to backend agent> </example> - <example> user: "Can you explain the database schema used in the your project backend?" assistant: "Let me launch the backend agent to investigate the database schema and models in the backend service." <Task tool call to backend agent> </example> - <example> user: "What API endpoints are available in the backend service?" assistant: "I'll use the backend agent to research and document all available API endpoints in the backend service." <Task tool call to backend agent> </example> - <example> user: "How is error handling implemented in the golang backend?" assistant: "I'm going to use the backend agent to analyze the error handling patterns and practices in the backend service codebase." <Task tool call to backend agent> </example>
---
Shared quality gates all phases must pass before proceeding. Single source of truth for pre-commit, tests, code quality, security, performance, documentation, CI, and acceptance criteria.
Refine GitHub issues by creating WHAT/WHY/HOW sections and preparing them for implementation. Adds issues to GitHub Projects V2, sets status to "Ready", and assigns the current iteration.
Transform a GitHub issue into a production-ready pull request with automated PR review. Executes full workflow including refinement check, code generation, RL loop, testing, PR creation, automated review, feedback application, and re-verification before marking ready for human review.
Shared skill for GitHub Projects V2 API operations. Includes GraphQL mutations for adding issues, updating status, and managing iterations.
Transform ambiguous GitHub issues into refined specifications with WHAT, WHY, and HOW sections. Use before implementing features or fixes when issue lacks clear requirements.
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.git
Install 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-lab
Efficient code navigation using codenav CLI. Save up to 92% on token usage by navigating codebases intelligently.
Features:
Benefits:
Usage:
# Automatic - just ask questions
"How does authentication work?"
"Find where data comes from"
# Manual invocation
/codenav-navigation functionName
Requires: codenav CLI tool and indexed codebase
20 specialized agents, 2 workflow commands, and 7 reusable skills for autonomous development.
Features:
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 module
5 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 guidanceUsage:
/engineering "fix the authentication bug"
/pr-reviewer 42
/security-reviewer
/architect-reviewer
/context-updater
Repo-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:
.cursorrules, and .github/copilot-instructions.md together; reports cross-file divergence.--dry-run for 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-sync
After 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-sync
npx claudepluginhub shaharia-lab/claude-power-user --plugin cc-power-user5 essential skills for engineering, code review, architecture audit, security audit, and documentation maintenance — works with any project.
Maintenance skills for keeping repositories healthy over time. Currently ships agent-context-sync — a periodic, repo-agnostic doctor for AI-context files (CLAUDE.md, AGENTS.md, .cursorrules, .github/copilot-instructions.md) that verifies concrete claims against the repo, flags bloat against an opinionated quality spec, and proposes minimal edits via report-only or pull-request mode.
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.
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
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
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