Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By yeaight7
Spec-driven project lifecycle: new-project initialization, discuss/plan/execute/verify phase pipeline with research and goal-backward planning.
npx claudepluginhub yeaight7/agent-powerups --plugin spec-driven-developmentGather phase context through adaptive questioning before planning.
Execute all plans in a phase with wave-based parallelization
Initialize a new project with deep context gathering and PROJECT.md
Create detailed phase plan (PLAN.md files) with verification loop
Validate built features through conversational UAT
Executes plans with deviation handling, checkpoint protocols, and state management. Spawned by execute-phase orchestrator.
Creates executable phase plans with task breakdown, dependency analysis, and goal-backward verification. Spawned by /plan-phase orchestrator.
Researches how to implement a phase before planning. Produces RESEARCH.md consumed by phase-planner. Spawned by /plan-phase orchestrator.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
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.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Analytics engineering, dbt patterns, BigQuery optimization, data quality, and pipeline workflows.
Codebase mapping and analysis: parallel mapper agents producing structured codebase documents (STACK, ARCHITECTURE, CONVENTIONS, CONCERNS, etc.).
Multi-model orchestration and advisor routing: tri-model review and canonical advisor routing.
Error diagnosis, fault isolation, log forensics, and incident investigation.
Core developer workflow skills: planning, execution, communication, and powerup discovery.
Oh My Zsh for coding agents.
Agent Powerups is an Oh My Zsh-style collection of reusable skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for coding agents.
Today, this repo ships:
apx) with runnable local checksapx plugins discovery, validation, and install flowapx profiles for curated skill/plugin setsEverything else stays conservative. No global mutation. No hidden install hooks. No fake marketplace claims.
| Path | Status | Notes |
|---|---|---|
skills/ | shipped | Reusable agent workflows such as systematic-debugging and writing-plans |
mcp/ | shipped | Local-first GitHub MCP config with check, smoke, and explicit install commands |
agents-md/ | shipped | Starter AGENTS.md templates |
commands/ | shipped | Review-first command prompts plus safe runnable checks |
hooks/ | shipped | Review-before-use hook recipes plus safe runnable checks |
workflows/ | shipped | Scenario guides |
plugins/ | shipped | 14 plugin bundles (7 beta, 7 experimental) with local-first discovery, validation, and install commands |
scripts/ | shipped | Validation and tool-check helpers for this repo |
examples/ | shipped | Minimal safe setup examples |
git clone https://github.com/yeaight7/agent-powerups.git
cd agent-powerups
npm install
npm run build
npm link
apx doctor
apx doctor --full
apx list
apx info markitdown-file-intake
apx commands run ship-check
apx hooks run no-secrets-preflight --all
apx mcp check github-local --target generic
apx mcp smoke github-local --json
apx mcp install github-local --target codex --dry-run
apx plugins list
apx plugins info dev-vitals
apx plugins validate --all
apx plugins install dev-vitals --target codex --dry-run
apx ask-codex "Return OK only" --json
apx ask-claude "Return OK only" --json
apx ask-gemini "Return OK only" --json
apx relay init second-opinion
apx relay start second-opinion --provider gemini
apx relay ask second-opinion "Review this plan" --json
apx relay status second-opinion
apx relay stop second-opinion
apx profiles list
apx profiles info safe-core
apx profiles apply safe-core --dry-run
apx check markitdown-file-intake
apx check ask-codex
apx check ask-claude
apx check ask-gemini
Preview supported dependency installers before asking for approval:
apx check defuddle --install-missing --dry-run
apx check markitdown-file-intake --install-missing --dry-run
apx install markitdown-file-intake --target codex --dry-run
apx install ask-claude --target codex --dry-run
apx setup codex --dry-run
apx setup codex --mode minimal --yes # bootstrap only
apx setup codex --mode recommended --yes # main agent setup (recommended)
apx setup codex --mode full --yes # broad staging
Give your agent access to this repo and ask it to run:
apx list
apx profiles list
apx setup <codex|claude-code|gemini> --mode recommended --yes
Agent will inspect available skills/plugins, propose a plan, and apply it.
Dry-run first, then apply:
apx setup codex --dry-run
apx setup codex --mode recommended --yes
Agent setup docs:
python scripts/validate-skills.py
python scripts/validate-catalog.py
python scripts/check-requirements.py
Current shipped skills:
systematic-debuggingno-fluffwriting-plansai-slop-cleanerbigquery-cost-auditdata-qualitydbt-incremental-strategy-auditdbt-preflightdbt-strategymetric-impact-analyzerrequesting-code-reviewreceiving-code-reviewpr-triagerepo-mapbug-huntsafe-refactorsql-business-logic-reviewdefuddlemarkitdown-file-intakeask-claudeask-geminiask-codexusing-powerupsCurrent shipped scripts: