Git
v1.0.0

Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Gemini CLI and more

by @yeaight70 pulls
URLopenbooklet.com/s/agent-powerups
Pinnedopenbooklet.com/s/agent-powerups@1.0.0
APIGET /api/v1/skills/agent-powerups

21 skills from this repoyeaight7/agent-powerups
Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Gemini CLI and moreviewing
agent-harness-designplugins/dev-vitals/skills/agent-harness-design/SKILL.md

Design agent tool sets with stable names, narrow schemas, deterministic output shapes, and explicit error paths. No catch-all tools unless unavoidable.

agent-runtime-patternsplugins/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 orchestration patterns.

agent-session-forensicsplugins/dev-vitals/skills/agent-session-forensics/SKILL.md

Use when diagnosing agent session history, interrupted tool loops, missing tool results, timing bottlenecks, or subagent trace correlation.

api-doc-reviewplugins/documentation-systems/skills/api-doc-review/SKILL.md

Verify that API endpoints match their OpenAPI/Swagger specifications.

architecture-simplificationplugins/codebase-maintenance/skills/architecture-simplification/SKILL.md

Use to collapse over-engineered abstractions, remove unnecessary layers, or consolidate redundant logic.

ask-geminiskills/ask-gemini/SKILL.md

Use when a Codex or generic local agent needs a focused second opinion from Gemini CLI without MCP routing.

bigquery-cost-auditplugins/data-engineering/skills/bigquery-cost-audit/SKILL.md

Analyze BigQuery usage, identify cost hotspots, repeated failures, and practical optimization opportunities.

Build Fix — Minimal Diffskills/build-fix-minimal-diff/SKILL.md

Fix the failing build, test, or type check. Nothing else.

canonical-advisor-routingskills/canonical-advisor-routing/SKILL.md

Process-first advisor routing with artifact capture

change-impact-checkskills/change-impact-check/SKILL.md

Use before submitting a PR or considering a task done to evaluate the 'blast radius' of your changes.

ci-failure-readoutplugins/quality-gates/skills/ci-failure-readout/SKILL.md

Use when a CI pipeline fails to extract the actual error from thousands of lines of logs.

Context Retrieval Loop (Documentation)plugins/documentation-systems/skills/context-retrieval-loop/SKILL.md

Gather documentation context before writing or updating docs. Prevents duplicating existing content or violating project conventions.

dataset-split-reviewskills/dataset-split-review/SKILL.md

Audit the methodology used to split data into train, validation, and test sets.

dbt-incremental-strategy-auditskills/dbt-incremental-strategy-audit/SKILL.md

Audit whether a dbt incremental model uses the right incremental strategy for the repo, the data shape, and the operational constraints.

dbt-preflightplugins/data-engineering/skills/dbt-preflight/SKILL.md

Inspect changed dbt assets, estimate blast radius, identify missing tests, and recommend the narrowest safe validation plan.

deploy-pipeline-runbookplugins/connected-apps/skills/deploy-pipeline-runbook/SKILL.md

Coordinate multi-system deployment steps as a review-first runbook with explicit approval before any external write or promotion action.

doc-consistency-checkskills/doc-consistency-check/SKILL.md

Audit documentation for broken file paths, outdated commands, and renamed variables.

failure-triageplugins/debugging-diagnostics/skills/failure-triage/SKILL.md

Use when confronted with an unknown failure in CI or production to rapidly categorize the issue before deep debugging.

filesystem-mcp-guardrailsplugins/security-guardrails/skills/filesystem-mcp-guardrails/SKILL.md

Use when designing or reviewing filesystem MCP access, path boundaries, allowed roots, method allowlists, and safe local file operations.

flaky-test-investigationplugins/debugging-diagnostics/skills/flaky-test-investigation/SKILL.md

Use to diagnose tests that pass and fail intermittently without code changes.

Auto-indexed from yeaight7/agent-powerups

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0