Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By yeaight7
Analytics engineering, dbt patterns, BigQuery optimization, data quality, and pipeline workflows.
npx claudepluginhub yeaight7/agent-powerups --plugin data-engineeringBuild a new analytics feature or dbt model guided by business requirements and data exploration
Audit changes to dbt Semantic Layer definitions for breaking changes and aggregation risks.
Audit a BigQuery SQL query or dbt model for potential cost traps before it hits production.
Review or design a data pipeline architecture based on requirements
Analyzes BigQuery SQL and dbt configurations to predict and reduce query costs. Identifies full table scans, poor partitioning, and inefficient joins.
Analytics engineer for warehouse-backed dbt projects on BigQuery. Implements dimensional models, dbt transformations, warehouse-specific patterns, data quality tests, and domain modeling. Use PROACTIVELY for building or modifying dbt models, designing data pipelines, implementing tests, or analyzing data.
Dimensional modeling architect for dbt projects. Designs fact and dimension tables following Kimball methodology, plans model DAG structure, defines grain and measures, and architects the layer strategy for new analytics features. Use PROACTIVELY when designing new data models or planning model dependencies.
Analytics engineer specializing in dbt projects on a cloud data warehouse. Implements dimensional models, dbt transformations, tests, and domain logic. Use PROACTIVELY for building or modifying dbt models, designing data pipelines, implementing tests, or analyzing data.
Reviews changes to the dbt Semantic Layer, ensuring metrics and dimensions remain mathematically sound and backwards-compatible.
Analyze BigQuery usage, identify cost hotspots, repeated failures, and practical optimization opportunities.
Use when adding or reviewing data quality tests for dbt models in warehouse-backed analytics projects. Covers dbt generic tests, singular tests (assert_*.sql), accepted-values macros, dbt_utils patterns, cross-system consistency tests, and warehouse-oriented validation. Use when writing data tests, creating assert_*.sql files, testing business logic, or validating referential integrity.
Audit whether a dbt incremental model uses the right incremental strategy for the repo, the data shape, and the operational constraints.
Inspect changed dbt assets, estimate blast radius, identify missing tests, and recommend the narrowest safe validation plan.
Use when creating or modifying dimensional dbt models in warehouse-backed analytics projects. Covers a four-layer warehouse architecture (sources/staging/core/marts), naming conventions, no-alias SQL rule, surrogate-key and missing-record patterns, incremental strategies, deduplication, and common project macros. Use when building fact tables, dimension tables, staging models, writing SQL, or designing tests.
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 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.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
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.
Spec-driven project lifecycle: new-project initialization, discuss/plan/execute/verify phase pipeline with research and goal-backward planning.
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: