By yeaight7
Safely refactor codebases by removing dead code, reducing complexity, eliminating unused dependencies, and migrating APIs in small test-verified steps. Includes autonomous code review and technical debt analysis with prioritized remediation roadmaps.
Run a systematic cleanup on the provided code to resolve smells, simplify complexity, and enforce best practices.
Perform a technical debt audit on the specified components and generate a prioritized remediation roadmap.
Draft a step-by-step refactoring strategy for complex code changes to ensure behavior is preserved.
Safely rename a variable, function, class, or file across the entire repository while ensuring tests continue to pass.
Reviews code for quality, security, and performance. Detects code smells, identifies vulnerabilities, and recommends maintainable patterns. Use when aiming to proactively improve codebase health.
Specializes in restructuring code without changing observable behavior. Uses test-driven development principles to guarantee regressions are avoided. Use when migrating frameworks or cleaning up legacy components.
Audits codebases for technical debt, legacy patterns, and outdated dependencies. Proposes structured remediation roadmaps. Use when prioritizing engineering investments or modernizing systems.
Use when a working code path feels bloated, noisy, or over-abstracted, when asked to clean up or deslop AI-generated code, or when a reviewer-only anti-slop pass is requested.
Use when a codebase carries over-engineered abstractions, unnecessary layers, or redundant logic that should be collapsed without changing behavior.
Use when about to refactor, rename, or remove code, assessing dead code before deletion, or unsure of the blast radius of a change.
Use when unused functions, classes, exports, or files need to be identified and safely deleted.
Use when package manifests carry unused or redundant third-party dependencies that slow builds, widen the security surface, or complicate updates.
Uses power tools
Uses Bash, Write, or Edit tools
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Oh My Zsh for coding agents.
Quickstart · Agent Quickstart · Plugins · Installation · Security Model · Contributing
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 inspection (apx plugins list)apx profiles for curated skill/plugin setsNative install is direct for humans. Safety boundaries stay around external tools, secrets, shell profiles, and MCP enablement.
| 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 | Plugins with local-first discovery, validation, native install, and marketplace metadata (apx plugins list) |
scripts/ | shipped | Validation and tool-check helpers for this repo |
examples/ | shipped | Minimal safe setup examples |
If you are an agent working in a repo with Agent Powerups available, route tasks to capabilities yourself instead of waiting to be told:
Match first. On Claude Code the host already lists skills natively — match the task to the narrowest fitting skill (plus obvious fits like no-fluff). On Codex, Gemini, or generic agents, start with apx discover.
Discover the rest — anything not natively loaded (MCP configs, hooks, AGENTS.md templates, installed-only assets):
apx discover "<the user's task>" --target <codex|claude-code|gemini|generic> --json
apx info <chosen-asset> # what it is, when to use it, source path, next action
Read, apply, verify. Read the asset's SKILL.md (or file) before applying it; run apx check <asset> only if it declares external requirements; then verify the result against the task.
Gate risky assets. MCP configs and hooks are review-before-use — surface them for approval, never auto-enable.
npm install -g agent-powerups
apx install claude --full
npx claudepluginhub yeaight7/agent-powerups --plugin codebase-maintenanceWorkflow-first MCP server design with schema-first tools, context-aware outputs, and evaluation discipline.
Browser, MCP, retrieval, and agent runtime integration skills with conservative setup and safety boundaries.
Quality gates for spec-driven development: adversarial plan verification and structured code review.
Documentation architecture, API reference authoring, ADR writing, readme hardening, and doc quality.
Multi-model orchestration and advisor routing: tri-model review and canonical advisor routing.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
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.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
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.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems