yeaight7/agent-powerups

175 agent markdown files indexed from yeaight7/agent-powerups. Install any of them pinned to an exact hash with mdr add yeaight7/agent-powerups/<name>.

AGENTS.md agents
yeaight7/agent-powerups · AGENTS.md
git:20260606.7ba0c89 · audit A · 6 stars
CLAUDE.md claude
yeaight7/agent-powerups · CLAUDE.md
git:20260602.7ef7075 · audit A · 6 stars
AGENTS.md@agents-md/dbt-project agents
yeaight7/agent-powerups · agents-md/dbt-project/AGENTS.md
git:20260428.06dc83e · audit A · 6 stars
AGENTS.md@agents-md/ml-project agents
yeaight7/agent-powerups · agents-md/ml-project/AGENTS.md
git:20260428.c8f26bf · audit A · 6 stars
AGENTS.md@agents-md/open-source-maintainer agents
yeaight7/agent-powerups · agents-md/open-source-maintainer/AGENTS.md
git:20260428.259b8b4 · audit A · 6 stars
AGENTS.md@agents-md/python-library agents
yeaight7/agent-powerups · agents-md/python-library/AGENTS.md
git:20260428.ee0647d · audit A · 6 stars
AGENTS.md@agents-md/typescript-app agents
yeaight7/agent-powerups · agents-md/typescript-app/AGENTS.md
git:20260428.8b5127b · audit A · 6 stars
prompt-evaluation-runner skill
yeaight7/agent-powerups · plugins/agent-evaluation-lab/skills/prompt-evaluation-runner/SKILL.md · Use when evaluating prompts, LLM outputs, red-team suites, or model behavior with local eval configs and safe…
git:20260606.f062e44 · audit A · 6 stars
red-team-eval-authoring skill
yeaight7/agent-powerups · plugins/agent-evaluation-lab/skills/red-team-eval-authoring/SKILL.md · Use when creating or reviewing red-team eval plugins, attack templates, grader rubrics, safety fixtures, or model-risk…
git:20260606.7a1fed0 · audit B · 6 stars
skill-evaluation-workbench skill
yeaight7/agent-powerups · plugins/agent-evaluation-lab/skills/skill-evaluation-workbench/SKILL.md · Use when designing, running, debugging, or hardening deterministic eval suites for agent skills, prompts, tool…
git:20260606.7a2d45f · audit A · 6 stars
agent-harness-design skill
yeaight7/agent-powerups · plugins/agentic-systems/skills/agent-harness-design/SKILL.md · Use when designing tool definitions for a new agent or subagent, an agent shows high retry rates, ambiguous tool…
git:20260606.362908d · audit A · 6 stars
canonical-advisor-routing skill
yeaight7/agent-powerups · plugins/agentic-systems/skills/canonical-advisor-routing/SKILL.md · Use when routing a prompt to a local provider CLI for a second opinion, review, or plan -- you are about to call a…
git:20260606.2fcb67e · audit A · 6 stars
context-retrieval-loop skill
yeaight7/agent-powerups · plugins/agentic-systems/skills/context-retrieval-loop/SKILL.md · Use when starting work in an unfamiliar area of a codebase, spawning a subagent that needs targeted file context, a…
git:20260606.0076a51 · audit A · 6 stars
model-routing skill
yeaight7/agent-powerups · plugins/agentic-systems/skills/model-routing/SKILL.md · Use when selecting a model for a new task or subagent, deciding whether to escalate after a failed attempt, or…
git:20260606.ab44b47 · audit A · 6 stars
tri-model-review skill
yeaight7/agent-powerups · plugins/agentic-systems/skills/tri-model-review/SKILL.md · Use when a request needs parallel external perspectives — combined backend and UI work, code review from multiple…
git:20260606.33dc980 · audit A · 6 stars
context-retrieval-loop skill
yeaight7/agent-powerups · plugins/codebase-intelligence/skills/context-retrieval-loop/SKILL.md · Use when starting work in an unfamiliar area of a codebase, spawning a subagent that needs targeted file context, a…
git:20260606.86865d2 · audit A · 6 stars
local-rag-mcp skill
yeaight7/agent-powerups · plugins/codebase-intelligence/skills/local-rag-mcp/SKILL.md · Use when querying, ingesting, or maintaining a local RAG MCP corpus for semantic document retrieval with privacy…
git:20260515.429a448 · audit A · 6 stars
managed-codebase-context skill
yeaight7/agent-powerups · plugins/codebase-intelligence/skills/managed-codebase-context/SKILL.md · Use when connecting to a managed codebase-context MCP/session service, checking stale maps, or safely using…
git:20260515.2096379 · audit A · 6 stars
search-before-building skill
yeaight7/agent-powerups · plugins/codebase-intelligence/skills/search-before-building/SKILL.md · Use when about to add a new helper, utility, or abstraction, a task sounds like a solved problem, a new external…
git:20260606.85976e8 · audit A · 6 stars
structured-code-search-mcp skill
yeaight7/agent-powerups · plugins/codebase-intelligence/skills/structured-code-search-mcp/SKILL.md · Use when designing or using MCP-backed structured code search with search, AST query, symbol inventory, and bounded…
git:20260606.cb80c27 · audit A · 6 stars
ai-slop-cleaner skill
yeaight7/agent-powerups · plugins/codebase-maintenance/skills/ai-slop-cleaner/SKILL.md · Use when a working code path feels bloated, noisy, or over-abstracted, when asked to clean up or deslop AI-generated…
git:20260606.900c3a6 · audit A · 6 stars
architecture-simplification skill
yeaight7/agent-powerups · plugins/codebase-maintenance/skills/architecture-simplification/SKILL.md · Use when a codebase carries over-engineered abstractions, unnecessary layers, or redundant logic that should be…
git:20260606.009d357 · audit A · 6 stars
context-retrieval-loop skill
yeaight7/agent-powerups · plugins/codebase-maintenance/skills/context-retrieval-loop/SKILL.md · Use when about to refactor, rename, or remove code, assessing dead code before deletion, or unsure of the blast radius…
git:20260606.f64a316 · audit A · 6 stars
dead-code-removal skill
yeaight7/agent-powerups · plugins/codebase-maintenance/skills/dead-code-removal/SKILL.md · Use when unused functions, classes, exports, or files need to be identified and safely deleted.
git:20260606.0d81f34 · audit A · 6 stars
dependency-cleanup skill
yeaight7/agent-powerups · plugins/codebase-maintenance/skills/dependency-cleanup/SKILL.md · Use when package manifests carry unused or redundant third-party dependencies that slow builds, widen the security…
git:20260606.73577ff · audit A · 6 stars
incremental-migration skill
yeaight7/agent-powerups · plugins/codebase-maintenance/skills/incremental-migration/SKILL.md · Use when migrating APIs, libraries, or patterns across a large codebase and a single mega-commit would be too risky to…
git:20260606.da26913 · audit A · 6 stars
naming-and-structure-cleanup skill
yeaight7/agent-powerups · plugins/codebase-maintenance/skills/naming-and-structure-cleanup/SKILL.md · Use when naming conventions or file structure drift across a project and need to be made consistent without changing…
git:20260606.8eb03e5 · audit A · 6 stars
safe-refactor skill
yeaight7/agent-powerups · plugins/codebase-maintenance/skills/safe-refactor/SKILL.md · Use when code needs restructuring without changing observable behavior.
git:20260606.26a6bfa · audit A · 6 stars
test-preserving-refactor skill
yeaight7/agent-powerups · plugins/codebase-maintenance/skills/test-preserving-refactor/SKILL.md · Use when code needs restructuring and observable behavior must stay unchanged, with existing tests kept green at every…
git:20260606.d9d0aab · audit A · 6 stars
deploy-pipeline-runbook skill
yeaight7/agent-powerups · plugins/connected-apps/skills/deploy-pipeline-runbook/SKILL.md · Use when a release spans multiple systems or vendors, order of operations matters with rollback planned up front, or a…
git:20260606.e56506d · audit A · 6 stars
bigquery-cost-audit skill
yeaight7/agent-powerups · plugins/data-engineering/skills/bigquery-cost-audit/SKILL.md · Use when reviewing BigQuery spend, query failure patterns, or scan inefficiencies -- identifying which jobs, users, or…
git:20260605.e56fe2c · audit A · 6 stars
data-quality skill
yeaight7/agent-powerups · plugins/data-engineering/skills/data-quality/SKILL.md · Use when adding or reviewing data quality tests for dbt models in warehouse-backed analytics projects. Covers dbt…
git:20260606.a26b489 · audit A · 6 stars
dbt-incremental-strategy-audit skill
yeaight7/agent-powerups · plugins/data-engineering/skills/dbt-incremental-strategy-audit/SKILL.md · Use when reviewing a new or changed dbt incremental model -- the strategy looks over-engineered, rebuild or delete…
git:20260605.f90edb4 · audit A · 6 stars
dbt-preflight skill
yeaight7/agent-powerups · plugins/data-engineering/skills/dbt-preflight/SKILL.md · Use when a dbt change needs preflight before a PR, review, or merge -- changed models, snapshots, seeds, macros, or…
git:20260605.44e23ce · audit A · 6 stars
dbt-strategy skill
yeaight7/agent-powerups · plugins/data-engineering/skills/dbt-strategy/SKILL.md · Use when creating or modifying dimensional dbt models in warehouse-backed analytics projects. Covers a four-layer…
git:20260606.52c8642 · audit A · 6 stars
metric-impact-analyzer skill
yeaight7/agent-powerups · plugins/data-engineering/skills/metric-impact-analyzer/SKILL.md · Use when a change may affect metrics, semantic models, dashboards, reporting, or stakeholder-facing KPIs and you need…
git:20260606.2fe8659 · audit A · 6 stars
semantic-layer-change-review skill
yeaight7/agent-powerups · plugins/data-engineering/skills/semantic-layer-change-review/SKILL.md · Use when a change touches dbt semantic models, metrics, saved queries, or other semantic-layer YAML -- especially when…
git:20260605.f27d14b · audit A · 6 stars
sql-business-logic-review skill
yeaight7/agent-powerups · plugins/data-engineering/skills/sql-business-logic-review/SKILL.md · Use when reviewing SQL that affects reporting, metrics, transformations, financial logic, product logic, or…
git:20260605.e787b66 · audit A · 6 stars
bug-hunt skill
yeaight7/agent-powerups · plugins/debugging-diagnostics/skills/bug-hunt/SKILL.md · Use when reproducing, isolating, and fixing a bug with the smallest safe change.
git:20260502.7e2d1d5 · audit A · 6 stars
failure-triage skill
yeaight7/agent-powerups · plugins/debugging-diagnostics/skills/failure-triage/SKILL.md · Use when confronted with an unknown failure in CI or production, before committing to a deep debugging approach.
git:20260605.869170c · audit A · 6 stars
flaky-test-investigation skill
yeaight7/agent-powerups · plugins/debugging-diagnostics/skills/flaky-test-investigation/SKILL.md · Use when tests pass and fail intermittently without code changes, or a test passes alone but fails in the full suite.
git:20260606.4d49a49 · audit A · 6 stars
incident-readout skill
yeaight7/agent-powerups · plugins/debugging-diagnostics/skills/incident-readout/SKILL.md · Use when a bug fix or complex debugging session concludes and a blameless post-mortem summary is needed for human…
git:20260606.8653d0e · audit A · 6 stars
log-driven-diagnosis skill
yeaight7/agent-powerups · plugins/debugging-diagnostics/skills/log-driven-diagnosis/SKILL.md · Use when debugging complex runtime failures, distributed systems, or issues where a local debugger cannot be attached.
git:20260606.c447f03 · audit A · 6 stars
minimal-reproduction skill
yeaight7/agent-powerups · plugins/debugging-diagnostics/skills/minimal-reproduction/SKILL.md · Use when a bug must be isolated from a large application into a standalone, runnable script or single test case.
git:20260606.0a3a7f5 · audit A · 6 stars
regression-bisecting skill
yeaight7/agent-powerups · plugins/debugging-diagnostics/skills/regression-bisecting/SKILL.md · Use when a bug was recently introduced but you don't know which commit caused it.
git:20260606.dba470d · audit A · 6 stars
systematic-debugging skill
yeaight7/agent-powerups · plugins/debugging-diagnostics/skills/systematic-debugging/SKILL.md · Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
git:20260606.eec6027 · audit A · 6 stars
agent-harness-design skill
yeaight7/agent-powerups · plugins/dev-vitals/skills/agent-harness-design/SKILL.md · Use when designing tool definitions for a new agent or subagent, an agent shows high retry rates, ambiguous tool…
git:20260606.a592844 · audit A · 6 stars
agent-runtime-patterns skill
yeaight7/agent-powerups · plugins/dev-vitals/skills/agent-runtime-patterns/SKILL.md · Use when optimizing agent runtime loops, card packs, MCP session lifecycle, tool-call count, or multi-agent…
git:20260515.387a0cd · audit A · 6 stars
agent-session-forensics skill
yeaight7/agent-powerups · plugins/dev-vitals/skills/agent-session-forensics/SKILL.md · Use when diagnosing agent session history, interrupted tool loops, missing tool results, timing bottlenecks, or…
git:20260515.43c2a0c · audit A · 6 stars
brainstorming skill
yeaight7/agent-powerups · plugins/dev-vitals/skills/brainstorming/SKILL.md · Use when starting any creative work — creating features, building components, adding functionality, or modifying…
git:20260606.4a9ab6a · audit A · 6 stars
context-compression skill
yeaight7/agent-powerups · plugins/dev-vitals/skills/context-compression/SKILL.md · Use when conversation context is bloated, constraints are being forgotten, or a compact handoff is needed before…
git:20260515.27306a3 · audit A · 6 stars
context-minimization skill
yeaight7/agent-powerups · plugins/dev-vitals/skills/context-minimization/SKILL.md · Use when a task runs long and the context window is filling -- large files are being read whole, command output is…
git:20260606.d8997b5 · audit A · 6 stars
context-retrieval-loop skill
yeaight7/agent-powerups · plugins/dev-vitals/skills/context-retrieval-loop/SKILL.md · Use when starting work in an unfamiliar area of a codebase, spawning a subagent that needs targeted file context, a…
git:20260606.e72533e · audit A · 6 stars
dispatching-parallel-agents skill
yeaight7/agent-powerups · plugins/dev-vitals/skills/dispatching-parallel-agents/SKILL.md · Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
git:20260606.b75a585 · audit A · 6 stars
handoff-discipline skill
yeaight7/agent-powerups · plugins/dev-vitals/skills/handoff-discipline/SKILL.md · Use when ending a session, handing a task back to the user, or approaching the context limit with work unfinished --…
git:20260606.0694997 · audit A · 6 stars
no-fluff skill
yeaight7/agent-powerups · plugins/dev-vitals/skills/no-fluff/SKILL.md · Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping…
git:20260606.84ad546 · audit A · 6 stars
repo-map skill
yeaight7/agent-powerups · plugins/dev-vitals/skills/repo-map/SKILL.md · Use when the task is to understand an unfamiliar codebase, locate key entry points, or summarize architecture before…
git:20260502.58bc579 · audit A · 6 stars
strategic-context-compaction skill
yeaight7/agent-powerups · plugins/dev-vitals/skills/strategic-context-compaction/SKILL.md · Use when deciding whether to compact agent context -- the window is filling up, you are about to switch from one phase…
git:20260606.c168b1f · audit A · 6 stars
task-intake skill
yeaight7/agent-powerups · plugins/dev-vitals/skills/task-intake/SKILL.md · Use at the start of a new task -- before writing or editing code -- when the request is vague, the scope boundaries are…
git:20260606.a18172b · audit A · 6 stars
using-powerups skill
yeaight7/agent-powerups · plugins/dev-vitals/skills/using-powerups/SKILL.md · Use when starting work in a repository with Agent Powerups installed, when a task may match a reusable local skill…
git:20260608.dbfffe4 · audit A · 6 stars
verification-before-completion skill
yeaight7/agent-powerups · plugins/dev-vitals/skills/verification-before-completion/SKILL.md · Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running…
git:20260606.0593eff · audit A · 6 stars
writing-plans skill
yeaight7/agent-powerups · plugins/dev-vitals/skills/writing-plans/SKILL.md · Use when you have a spec or requirements for a multi-step task, before touching code.
git:20260606.1a3461c · audit A · 6 stars
agent-readable-docs skill
yeaight7/agent-powerups · plugins/documentation-systems/skills/agent-readable-docs/SKILL.md · Use when writing technical documentation that needs to be readable by both humans and AI models, converting existing…
git:20260502.5c5da7b · audit A · 6 stars
api-doc-review skill
yeaight7/agent-powerups · plugins/documentation-systems/skills/api-doc-review/SKILL.md · Use when API documentation may have drifted from the implementation -- endpoints changed without a spec update…
git:20260606.bac6a8f · audit A · 6 stars
architecture-decision-records skill
yeaight7/agent-powerups · plugins/documentation-systems/skills/architecture-decision-records/SKILL.md · Use when a significant architectural choice is being finalized, revisited, or reversed -- technology selection…
git:20260606.4f8d3f3 · audit A · 6 stars
context-docs skill
yeaight7/agent-powerups · plugins/documentation-systems/skills/context-docs/SKILL.md · Use when a subsystem needs persistent context for future agents or engineers -- its boundaries keep being rediscovered…
git:20260606.750db3b · audit A · 6 stars
context-retrieval-loop skill
yeaight7/agent-powerups · plugins/documentation-systems/skills/context-retrieval-loop/SKILL.md · Use when about to write a new doc, README section, or ADR, updating existing documentation with unclear scope, or…
git:20260606.07591ea · audit A · 6 stars
doc-consistency-check skill
yeaight7/agent-powerups · plugins/documentation-systems/skills/doc-consistency-check/SKILL.md · Use when documentation may have rotted against the code -- files were renamed or moved, scripts or env vars changed, or…
git:20260606.c191da4 · audit A · 6 stars
handoff-discipline skill
yeaight7/agent-powerups · plugins/documentation-systems/skills/handoff-discipline/SKILL.md · Use when ending a session, handing a task back to the user, or approaching the context limit with work unfinished --…
git:20260606.eccf0b4 · audit A · 6 stars
readme-hardening skill
yeaight7/agent-powerups · plugins/documentation-systems/skills/readme-hardening/SKILL.md · Use when a README cannot be followed verbatim -- setup or test commands fail or are vague, environment requirements are…
git:20260606.80be54d · audit A · 6 stars
review-comment-style-mining skill
yeaight7/agent-powerups · plugins/documentation-systems/skills/review-comment-style-mining/SKILL.md · Use when mining PR review comments and text diffs for reusable writing, documentation, tone, and editorial improvement…
git:20260606.4f4c7b5 · audit A · 6 stars
gh-address-comments skill
yeaight7/agent-powerups · plugins/github-ops/skills/gh-address-comments/SKILL.md · Address actionable GitHub pull request review feedback. Use when the user wants to inspect unresolved review threads…
git:20260606.5d8bf48 · audit A · 6 stars
github-ci-failure-triage skill
yeaight7/agent-powerups · plugins/github-ops/skills/github-ci-failure-triage/SKILL.md · Use when a GitHub PR shows failing checks and a clean failure readout is needed before changing any code.
git:20260606.4555ea5 · audit A · 6 stars
pr-review-ci-loop skill
yeaight7/agent-powerups · plugins/github-ops/skills/pr-review-ci-loop/SKILL.md · Use when a pull request needs one bounded review and CI triage cycle with explicit approval before edits or remote…
git:20260606.9cac44d · audit A · 6 stars
baseline-comparison-review skill
yeaight7/agent-powerups · plugins/machine-learning-ops/skills/baseline-comparison-review/SKILL.md · Use when a new or more complex ML model is proposed and its value over simple baselines is not yet demonstrated --…
git:20260605.d942981 · audit A · 6 stars
dataset-split-review skill
yeaight7/agent-powerups · plugins/machine-learning-ops/skills/dataset-split-review/SKILL.md · Use when reviewing how data is split into train/validation/test sets -- especially with time-series data, repeated…
git:20260605.eeda9f1 · audit A · 6 stars
experiment-tracking-review skill
yeaight7/agent-powerups · plugins/machine-learning-ops/skills/experiment-tracking-review/SKILL.md · Use when reviewing ML training code to confirm a run could be reconstructed later -- hyperparameters, metrics, data…
git:20260605.1d56493 · audit A · 6 stars
ml-leakage-check skill
yeaight7/agent-powerups · plugins/machine-learning-ops/skills/ml-leakage-check/SKILL.md · Use when reviewing ML preprocessing or feature pipelines for target leakage -- validation metrics look suspiciously…
git:20260605.148165e · audit A · 6 stars
model-evaluation-reporting skill
yeaight7/agent-powerups · plugins/machine-learning-ops/skills/model-evaluation-reporting/SKILL.md · Use when writing or reviewing a model evaluation report -- accuracy is being quoted alone, or stakeholders need failure…
git:20260605.687eb4a · audit A · 6 stars
reproducible-training-runs skill
yeaight7/agent-powerups · plugins/machine-learning-ops/skills/reproducible-training-runs/SKILL.md · Use when reviewing or modifying ML training scripts that must produce identical results across runs or machines -- runs…
git:20260605.597546b · audit A · 6 stars
training-pipeline-debugging skill
yeaight7/agent-powerups · plugins/machine-learning-ops/skills/training-pipeline-debugging/SKILL.md · Use when an ML training run fails or misbehaves -- NaN losses, out-of-memory errors, shape mismatches, or a model that…
git:20260605.2671f86 · audit A · 6 stars
mcp-server-builder skill
yeaight7/agent-powerups · plugins/mcp-development/skills/mcp-server-builder/SKILL.md · Design high-quality MCP servers around workflows, narrow schemas, context-aware outputs, and actionable errors. Use…
git:20260606.37ed5ec · audit A · 6 stars
defuddle skill
yeaight7/agent-powerups · plugins/memory-optimization/skills/defuddle/SKILL.md · Use when the user provides a URL to a standard web page and clean Markdown extraction with Defuddle would reduce…
git:20260509.2a0b52e · audit A · 6 stars
graphify skill
yeaight7/agent-powerups · plugins/memory-optimization/skills/graphify/SKILL.md · any input (code, docs, papers, images) → knowledge graph → clustered communities → HTML + JSON + audit report. Use when…
git:20260606.b16a66a · audit A · 6 stars
CLAUDE.md@plugins/memory-optimization/skills/graphify/references claude
yeaight7/agent-powerups · plugins/memory-optimization/skills/graphify/references/CLAUDE.md
git:20260509.51e1d31 · audit B · 6 stars
markitdown-file-intake skill
yeaight7/agent-powerups · plugins/memory-optimization/skills/markitdown-file-intake/SKILL.md · Use when the user provides a MarkItDown-supported file or URL and converting it to Markdown first will make inspection…
git:20260509.7489e0b · audit A · 6 stars
memory-build-workflow skill
yeaight7/agent-powerups · plugins/memory-optimization/skills/memory-build-workflow/SKILL.md · Use when a user needs to build or refresh persistent graph memory from a mixed corpus and the right path may include…
git:20260606.19c883c · audit A · 6 stars
memory-optimization-workflow skill
yeaight7/agent-powerups · plugins/memory-optimization/skills/memory-optimization-workflow/SKILL.md · Use when deciding the lowest-cost context path for a mixed corpus, especially when choosing among direct reading…
git:20260606.a243cb8 · audit A · 6 stars
memory-query-workflow skill
yeaight7/agent-powerups · plugins/memory-optimization/skills/memory-query-workflow/SKILL.md · Use when a graph already exists and the user needs retrieval, tracing, explanation, or gap detection from graph memory…
git:20260606.b4c6095 · audit A · 6 stars
search-before-building skill
yeaight7/agent-powerups · plugins/memory-optimization/skills/search-before-building/SKILL.md · Use when about to add a new helper, utility, or abstraction, a task sounds like a solved problem, a new external…
git:20260606.b54c795 · audit A · 6 stars
using-powerups skill
yeaight7/agent-powerups · plugins/memory-optimization/skills/using-powerups/SKILL.md · Use when starting work in a repository with Agent Powerups installed, when a task may match a reusable local skill…
git:20260608.295a62d · audit A · 6 stars
ai-regression-testing skill
yeaight7/agent-powerups · plugins/quality-gates/skills/ai-regression-testing/SKILL.md · Use when an agent has modified logic, API routes, or data-transformation code, a bug was just fixed and must not be…
git:20260606.ede7734 · audit A · 6 stars
change-impact-check skill
yeaight7/agent-powerups · plugins/quality-gates/skills/change-impact-check/SKILL.md · Use before submitting a PR or considering a task done to evaluate the blast radius of your changes -- you touched a…
git:20260606.eacb624 · audit A · 6 stars
ci-failure-readout skill
yeaight7/agent-powerups · plugins/quality-gates/skills/ci-failure-readout/SKILL.md · Use when a CI pipeline has failed and the real error must be extracted from thousands of lines of noisy logs.
git:20260606.6ac314e · audit A · 6 stars
gh-address-comments skill
yeaight7/agent-powerups · plugins/quality-gates/skills/gh-address-comments/SKILL.md · Address actionable GitHub pull request review feedback. Use when the user wants to inspect unresolved review threads…
git:20260606.ae910a4 · audit A · 6 stars
pre-release-verification skill
yeaight7/agent-powerups · plugins/quality-gates/skills/pre-release-verification/SKILL.md · Use when a release candidate needs final checks before tagging, publishing, or production deployment.
git:20260606.3b3bb9d · audit A · 6 stars
prompt-evaluation-runner skill
yeaight7/agent-powerups · plugins/quality-gates/skills/prompt-evaluation-runner/SKILL.md · Use when evaluating prompts, LLM outputs, red-team suites, or model behavior with local eval configs and safe…
git:20260606.2be894f · audit A · 6 stars
receiving-code-review skill
yeaight7/agent-powerups · plugins/quality-gates/skills/receiving-code-review/SKILL.md · Use when receiving code review feedback, before implementing suggestions — requires technical verification and reasoned…
git:20260606.5a149c7 · audit A · 6 stars
red-team-eval-authoring skill
yeaight7/agent-powerups · plugins/quality-gates/skills/red-team-eval-authoring/SKILL.md · Use when creating or reviewing red-team eval plugins, attack templates, grader rubrics, safety fixtures, or model-risk…
git:20260606.3da44a1 · audit B · 6 stars
requesting-code-review skill
yeaight7/agent-powerups · plugins/quality-gates/skills/requesting-code-review/SKILL.md · Use when completing tasks, implementing major features, or before merging to verify work meets requirements.
git:20260606.3a4ceff · audit A · 6 stars
risk-based-review skill
yeaight7/agent-powerups · plugins/quality-gates/skills/risk-based-review/SKILL.md · Use when reviewing a PR or your own change plan and you need to decide how much scrutiny it deserves -- the diff…
git:20260606.6c21432 · audit A · 6 stars
skill-evaluation-workbench skill
yeaight7/agent-powerups · plugins/quality-gates/skills/skill-evaluation-workbench/SKILL.md · Use when designing, running, debugging, or hardening deterministic eval suites for agent skills, prompts, tool…
git:20260606.7d1394f · audit A · 6 stars
test-driven-development skill
yeaight7/agent-powerups · plugins/quality-gates/skills/test-driven-development/SKILL.md · Use when implementing any feature or bugfix, before writing implementation code
git:20260606.0acd84f · audit A · 6 stars
verification-before-completion skill
yeaight7/agent-powerups · plugins/quality-gates/skills/verification-before-completion/SKILL.md · Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running…
git:20260606.9a0f3b7 · audit A · 6 stars
agent-config-security-audit skill
yeaight7/agent-powerups · plugins/security-guardrails/skills/agent-config-security-audit/SKILL.md · Use when modifying agent config files, committing configuration changes, onboarding a repository with existing agent…
git:20260606.7394e83 · audit A · 6 stars
filesystem-mcp-guardrails skill
yeaight7/agent-powerups · plugins/security-guardrails/skills/filesystem-mcp-guardrails/SKILL.md · Use when designing or reviewing filesystem MCP access, path boundaries, allowed roots, method allowlists, and safe…
git:20260515.fd2a546 · audit A · 6 stars
hook-safety-review skill
yeaight7/agent-powerups · plugins/security-guardrails/skills/hook-safety-review/SKILL.md · Use when a hook is about to be enabled or modified -- a hook recipe proposed for activation, a pre/post-tool or…
git:20260606.29053ce · audit A · 6 stars
mcp-risk-review skill
yeaight7/agent-powerups · plugins/security-guardrails/skills/mcp-risk-review/SKILL.md · Use when an MCP server is about to be enabled, added to agent config, or upgraded -- a staged server config is a…
git:20260606.835b58a · audit A · 6 stars
red-team-eval-authoring skill
yeaight7/agent-powerups · plugins/security-guardrails/skills/red-team-eval-authoring/SKILL.md · Use when creating or reviewing red-team eval plugins, attack templates, grader rubrics, safety fixtures, or model-risk…
git:20260606.0de8272 · audit B · 6 stars
secret-leak-preflight skill
yeaight7/agent-powerups · plugins/security-guardrails/skills/secret-leak-preflight/SKILL.md · Use when about to commit, push, or publish -- staged changes touch config or environment files, generated artifacts…
git:20260606.1a16b8f · audit A · 6 stars
hard-won-skill-extractor skill
yeaight7/agent-powerups · plugins/skill-authoring/skills/hard-won-skill-extractor/SKILL.md · Use when a tricky bug, non-obvious workaround, hidden gotcha, or undocumented behavior took real debugging effort to…
git:20260606.a1fabe5 · audit A · 6 stars
skill-authoring-guide skill
yeaight7/agent-powerups · plugins/skill-authoring/skills/skill-authoring-guide/SKILL.md · Create or refactor high-quality skills with lean frontmatter, progressive disclosure, and optional bundled helpers. Use…
git:20260606.80db1e0 · audit A · 6 stars
autonomous-delivery-pipeline skill
yeaight7/agent-powerups · plugins/software-engineering/skills/autonomous-delivery-pipeline/SKILL.md · Use when the user wants end-to-end autonomous execution from a brief idea to working, verified code -- multi-phase work…
git:20260605.e014ad1 · audit A · 6 stars
codebase-migration-batches skill
yeaight7/agent-powerups · plugins/software-engineering/skills/codebase-migration-batches/SKILL.md · Use when a wide refactor or migration is too large to ship as one change — API renames across many files, framework or…
git:20260606.f44b3f5 · audit A · 6 stars
parallel-execution-engine skill
yeaight7/agent-powerups · plugins/software-engineering/skills/parallel-execution-engine/SKILL.md · Use when latency matters and several independent tasks can run at once -- a bounded implementation or investigation…
git:20260606.0d9154f · audit A · 6 stars
persistent-completion-loop skill
yeaight7/agent-powerups · plugins/software-engineering/skills/persistent-completion-loop/SKILL.md · Use when a task must run to verified completion rather than best effort -- the user says "don't stop", "must complete"…
git:20260605.7517ce7 · audit A · 6 stars
subagent-team-orchestration skill
yeaight7/agent-powerups · plugins/software-engineering/skills/subagent-team-orchestration/SKILL.md · Use when a task is too large or too mixed for one agent -- it splits into research, planning, implementation, review…
git:20260606.ee19117 · audit A · 6 stars
requirements-clarifier skill
yeaight7/agent-powerups · plugins/spec-driven-development/skills/requirements-clarifier/SKILL.md · Use when an implementation request is vague or underspecified and needs structured clarification before coding -- the…
git:20260605.326dd22 · audit A · 6 stars
agent-runtime-patterns skill
yeaight7/agent-powerups · plugins/tool-integrations/skills/agent-runtime-patterns/SKILL.md · Use when optimizing agent runtime loops, card packs, MCP session lifecycle, tool-call count, or multi-agent…
git:20260515.8a12905 · audit A · 6 stars
agent-session-forensics skill
yeaight7/agent-powerups · plugins/tool-integrations/skills/agent-session-forensics/SKILL.md · Use when diagnosing agent session history, interrupted tool loops, missing tool results, timing bottlenecks, or…
git:20260515.14666f6 · audit A · 6 stars
browser-automation-safety skill
yeaight7/agent-powerups · plugins/tool-integrations/skills/browser-automation-safety/SKILL.md · Use when validating rendered web pages, local dev servers, browser automation, screenshots, forms, auth sessions, or UI…
git:20260515.4491775 · audit A · 6 stars
filesystem-mcp-guardrails skill
yeaight7/agent-powerups · plugins/tool-integrations/skills/filesystem-mcp-guardrails/SKILL.md · Use when designing or reviewing filesystem MCP access, path boundaries, allowed roots, method allowlists, and safe…
git:20260515.a1b057c · audit A · 6 stars
local-rag-mcp skill
yeaight7/agent-powerups · plugins/tool-integrations/skills/local-rag-mcp/SKILL.md · Use when querying, ingesting, or maintaining a local RAG MCP corpus for semantic document retrieval with privacy…
git:20260515.087c63f · audit A · 6 stars
managed-codebase-context skill
yeaight7/agent-powerups · plugins/tool-integrations/skills/managed-codebase-context/SKILL.md · Use when connecting to a managed codebase-context MCP/session service, checking stale maps, or safely using…
git:20260515.e1432a3 · audit A · 6 stars
structured-code-search-mcp skill
yeaight7/agent-powerups · plugins/tool-integrations/skills/structured-code-search-mcp/SKILL.md · Use when designing or using MCP-backed structured code search with search, AST query, symbol inventory, and bounded…
git:20260606.d8d11a2 · audit A · 6 stars
agent-config-security-audit skill
yeaight7/agent-powerups · skills/agent-config-security-audit/SKILL.md · Use when modifying agent config files, committing configuration changes, onboarding a repository with existing agent…
git:20260606.1a5d3e2 · audit A · 6 stars
agent-harness-design skill
yeaight7/agent-powerups · skills/agent-harness-design/SKILL.md · Use when designing tool definitions for a new agent or subagent, an agent shows high retry rates, ambiguous tool…
git:20260606.19f992e · audit A · 6 stars
agent-readable-docs skill
yeaight7/agent-powerups · skills/agent-readable-docs/SKILL.md · Use when writing technical documentation that needs to be readable by both humans and AI models, converting existing…
git:20260602.d93cfd5 · audit A · 6 stars
agent-runtime-patterns skill
yeaight7/agent-powerups · skills/agent-runtime-patterns/SKILL.md · Use when optimizing agent runtime loops, card packs, MCP session lifecycle, tool-call count, or multi-agent…
git:20260515.a97d9e7 · audit A · 6 stars
agent-session-forensics skill
yeaight7/agent-powerups · skills/agent-session-forensics/SKILL.md · Use when diagnosing agent session history, interrupted tool loops, missing tool results, timing bottlenecks, or…
git:20260515.e726a9d · audit A · 6 stars
ai-regression-testing skill
yeaight7/agent-powerups · skills/ai-regression-testing/SKILL.md · Use when an agent has modified logic, API routes, or data-transformation code, a bug was just fixed and must not be…
git:20260606.ac2bb7e · audit A · 6 stars
ai-slop-cleaner skill
yeaight7/agent-powerups · skills/ai-slop-cleaner/SKILL.md · Use when a working code path feels bloated, noisy, or over-abstracted, when asked to clean up or deslop AI-generated…
git:20260606.b765041 · audit A · 6 stars
api-doc-review skill
yeaight7/agent-powerups · skills/api-doc-review/SKILL.md · Use when API documentation may have drifted from the implementation -- endpoints changed without a spec update…
git:20260606.3196432 · audit A · 6 stars
architecture-decision-records skill
yeaight7/agent-powerups · skills/architecture-decision-records/SKILL.md · Use when a significant architectural choice is being finalized, revisited, or reversed -- technology selection…
git:20260606.f8ac0c2 · audit A · 6 stars
architecture-simplification skill
yeaight7/agent-powerups · skills/architecture-simplification/SKILL.md · Use when a codebase carries over-engineered abstractions, unnecessary layers, or redundant logic that should be…
git:20260606.d04ecb2 · audit A · 6 stars
ask-claude skill
yeaight7/agent-powerups · skills/ask-claude/SKILL.md · Use when a Codex or generic local agent needs a focused second opinion from Claude CLI without MCP routing.
git:20260429.498f026 · audit A · 6 stars
ask-codex skill
yeaight7/agent-powerups · skills/ask-codex/SKILL.md · Use when a Claude Code agent needs to delegate a question, subtask, or review to a local Codex instance.
git:20260429.74655e1 · audit A · 6 stars
ask-gemini skill
yeaight7/agent-powerups · skills/ask-gemini/SKILL.md · Use when a Codex or generic local agent needs a focused second opinion from Gemini CLI without MCP routing.
git:20260504.64fd74b · audit A · 6 stars
autonomous-delivery-pipeline skill
yeaight7/agent-powerups · skills/autonomous-delivery-pipeline/SKILL.md · Use when the user wants end-to-end autonomous execution from a brief idea to working, verified code -- multi-phase work…
git:20260605.7c42468 · audit A · 6 stars
baseline-comparison-review skill
yeaight7/agent-powerups · skills/baseline-comparison-review/SKILL.md · Use when a new or more complex ML model is proposed and its value over simple baselines is not yet demonstrated --…
git:20260605.c1b39a0 · audit A · 6 stars
bigquery-cost-audit skill
yeaight7/agent-powerups · skills/bigquery-cost-audit/SKILL.md · Use when reviewing BigQuery spend, query failure patterns, or scan inefficiencies -- identifying which jobs, users, or…
git:20260606.2252fa6 · audit A · 6 stars
brainstorming skill
yeaight7/agent-powerups · skills/brainstorming/SKILL.md · Use when starting any creative work — creating features, building components, adding functionality, or modifying…
git:20260606.0ed95ee · audit A · 6 stars
browser-automation-safety skill
yeaight7/agent-powerups · skills/browser-automation-safety/SKILL.md · Use when validating rendered web pages, local dev servers, browser automation, screenshots, forms, auth sessions, or UI…
git:20260515.a053be1 · audit A · 6 stars
bug-hunt skill
yeaight7/agent-powerups · skills/bug-hunt/SKILL.md · Use when reproducing, isolating, and fixing a bug with the smallest safe change.
git:20260427.9e3c858 · audit A · 6 stars
build-fix-minimal-diff skill
yeaight7/agent-powerups · skills/build-fix-minimal-diff/SKILL.md · Use when a build, test, type check, or lint is failing — locally or in CI — and the fix must be the smallest safe diff…
git:20260606.c30a8ea · audit A · 6 stars
canonical-advisor-routing skill
yeaight7/agent-powerups · skills/canonical-advisor-routing/SKILL.md · Use when routing a prompt to a local provider CLI for a second opinion, review, or plan -- you are about to call a…
git:20260606.293d190 · audit A · 6 stars
change-impact-check skill
yeaight7/agent-powerups · skills/change-impact-check/SKILL.md · Use before submitting a PR or considering a task done to evaluate the blast radius of your changes -- you touched a…
git:20260606.bb52817 · audit A · 6 stars
changelog-generator skill
yeaight7/agent-powerups · skills/changelog-generator/SKILL.md · Use when preparing release notes or a changelog entry from commits, PRs, or diffs, summarizing a sprint or version…
git:20260606.e74ae21 · audit A · 6 stars
ci-failure-readout skill
yeaight7/agent-powerups · skills/ci-failure-readout/SKILL.md · Use when a CI pipeline has failed and the real error must be extracted from thousands of lines of noisy logs.
git:20260606.04f1b4b · audit A · 6 stars
codebase-migration-batches skill
yeaight7/agent-powerups · skills/codebase-migration-batches/SKILL.md · Use when a wide refactor or migration is too large to ship as one change — API renames across many files, framework or…
git:20260606.ffe19c2 · audit A · 6 stars
context-compression skill
yeaight7/agent-powerups · skills/context-compression/SKILL.md · Use when conversation context is bloated, constraints are being forgotten, or a compact handoff is needed before…
git:20260515.0272602 · audit A · 6 stars
context-docs skill
yeaight7/agent-powerups · skills/context-docs/SKILL.md · Use when a subsystem needs persistent context for future agents or engineers -- its boundaries keep being rediscovered…
git:20260606.91a5254 · audit A · 6 stars
context-minimization skill
yeaight7/agent-powerups · skills/context-minimization/SKILL.md · Use when a task runs long and the context window is filling -- large files are being read whole, command output is…
git:20260606.e89c95e · audit A · 6 stars
context-retrieval-loop skill
yeaight7/agent-powerups · skills/context-retrieval-loop/SKILL.md · Use when starting work in an unfamiliar area of a codebase, spawning a subagent that needs targeted file context, a…
git:20260606.226e8b5 · audit A · 6 stars
data-quality skill
yeaight7/agent-powerups · skills/data-quality/SKILL.md · Use when adding or reviewing data quality tests for dbt models in warehouse-backed analytics projects. Covers dbt…
git:20260502.e5ff691 · audit A · 6 stars
dataset-split-review skill
yeaight7/agent-powerups · skills/dataset-split-review/SKILL.md · Use when reviewing how data is split into train/validation/test sets -- especially with time-series data, repeated…
git:20260605.b3dee57 · audit A · 6 stars
dbt-incremental-strategy-audit skill
yeaight7/agent-powerups · skills/dbt-incremental-strategy-audit/SKILL.md · Use when reviewing a new or changed dbt incremental model -- the strategy looks over-engineered, rebuild or delete…
git:20260605.79eb03f · audit A · 6 stars
dbt-preflight skill
yeaight7/agent-powerups · skills/dbt-preflight/SKILL.md · Use when a dbt change needs preflight before a PR, review, or merge -- changed models, snapshots, seeds, macros, or…
git:20260605.0e1a602 · audit A · 6 stars
dbt-strategy skill
yeaight7/agent-powerups · skills/dbt-strategy/SKILL.md · Use when creating or modifying dimensional dbt models in warehouse-backed analytics projects. Covers a four-layer…
git:20260606.fc96dc0 · audit A · 6 stars
dead-code-removal skill
yeaight7/agent-powerups · skills/dead-code-removal/SKILL.md · Use when unused functions, classes, exports, or files need to be identified and safely deleted.
git:20260606.27855e0 · audit A · 6 stars
defuddle skill
yeaight7/agent-powerups · skills/defuddle/SKILL.md · Use when the user provides a URL to a standard web page and clean Markdown extraction with Defuddle would reduce…
git:20260427.9217b6f · audit A · 6 stars
dependency-cleanup skill
yeaight7/agent-powerups · skills/dependency-cleanup/SKILL.md · Use when package manifests carry unused or redundant third-party dependencies that slow builds, widen the security…
git:20260606.e052fb9 · audit A · 6 stars
deploy-pipeline-runbook skill
yeaight7/agent-powerups · skills/deploy-pipeline-runbook/SKILL.md · Use when a release spans multiple systems or vendors, order of operations matters with rollback planned up front, or a…
git:20260606.2ed8341 · audit A · 6 stars
dispatching-parallel-agents skill
yeaight7/agent-powerups · skills/dispatching-parallel-agents/SKILL.md · Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
git:20260602.6b9f280 · audit A · 6 stars
doc-consistency-check skill
yeaight7/agent-powerups · skills/doc-consistency-check/SKILL.md · Use when documentation may have rotted against the code -- files were renamed or moved, scripts or env vars changed, or…
git:20260606.8170cd0 · audit A · 6 stars
environment-doctor skill
yeaight7/agent-powerups · skills/environment-doctor/SKILL.md · Use when apx commands fail or assets are missing from listings, MCP servers fail to start, builds hit command-not-found…
git:20260606.d7b4984 · audit A · 6 stars
experiment-tracking-review skill
yeaight7/agent-powerups · skills/experiment-tracking-review/SKILL.md · Use when reviewing ML training code to confirm a run could be reconstructed later -- hyperparameters, metrics, data…
git:20260605.9de4340 · audit A · 6 stars
failure-triage skill
yeaight7/agent-powerups · skills/failure-triage/SKILL.md · Use when confronted with an unknown failure in CI or production, before committing to a deep debugging approach.
git:20260606.08e9c42 · audit A · 6 stars
filesystem-mcp-guardrails skill
yeaight7/agent-powerups · skills/filesystem-mcp-guardrails/SKILL.md · Use when designing or reviewing filesystem MCP access, path boundaries, allowed roots, method allowlists, and safe…
git:20260515.a36c329 · audit A · 6 stars
finishing-a-development-branch skill
yeaight7/agent-powerups · skills/finishing-a-development-branch/SKILL.md · Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides…
git:20260606.0a780d6 · audit A · 6 stars
flaky-test-investigation skill
yeaight7/agent-powerups · skills/flaky-test-investigation/SKILL.md · Use when tests pass and fail intermittently without code changes, or a test passes alone but fails in the full suite.
git:20260606.62e2213 · audit A · 6 stars
gh-address-comments skill
yeaight7/agent-powerups · skills/gh-address-comments/SKILL.md · Address actionable GitHub pull request review feedback. Use when the user wants to inspect unresolved review threads…
git:20260606.48003f5 · audit A · 6 stars
github-ci-failure-triage skill
yeaight7/agent-powerups · skills/github-ci-failure-triage/SKILL.md · Use when a GitHub PR shows failing checks and a clean failure readout is needed before changing any code.
git:20260606.07e774d · audit A · 6 stars
graphify skill
yeaight7/agent-powerups · skills/graphify/SKILL.md · any input (code, docs, papers, images) → knowledge graph → clustered communities → HTML + JSON + audit report. Use when…
git:20260606.256094d · audit A · 6 stars
CLAUDE.md@skills/graphify/references claude
yeaight7/agent-powerups · skills/graphify/references/CLAUDE.md
git:20260430.b96694d · audit B · 6 stars

Source

github.com/yeaight7/agent-powerups · 6 stars · license Apache-2.0 · pushed 2026-09-21