← Back to catalog
yeaight7

Author in the catalog

yeaight7

184 skills1,288 stars totalgithub.com/yeaight7

Published skills

Showing 48 of 184

bigquery-cost-audit

7

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

Desenvolvimento#mcp#aiby yeaight7

writing-skills

7

Use when creating new skills, editing existing skills, or verifying skills work before deployment

Desenvolvimento#deploy#mcpby yeaight7

canonical-advisor-routing

7

Process-first advisor routing with artifact capture

Desenvolvimento#mcpby yeaight7

ask-claude

7

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

Desenvolvimento#mcpby yeaight7

managed-codebase-context

7

Use when connecting to a managed codebase-context MCP/session service, checking stale maps, or safely using MCP-provided repository context.

Desenvolvimento#mcpby yeaight7

agent-runtime-patterns

7

Use when optimizing agent runtime loops, card packs, MCP session lifecycle, tool-call count, or multi-agent orchestration patterns.

Automação#mcpby yeaight7

relay-gemini

7

Relay questions and tasks to a persistent local Gemini ACP session with cross-turn context.

Desenvolvimento#mcpby yeaight7

dependency-cleanup

7

Use to audit and remove unused or redundant third-party dependencies from package manifests.

Desenvolvimento#mcpby yeaight7

context-minimization

7

Use continuously during long tasks. Teaches how to read less, output less, and keep the LLM context window lean and fast.

Desenvolvimento#llm#mcpby yeaight7

search-before-building

7

Check existing repo capability, external libraries, MCP options, and maintenance risk before writing custom code. Decide adopt/wrap/build with explicit criteria.

Desenvolvimento#mcp#aiby yeaight7

ai-slop-cleaner

7

Run an anti-slop cleanup workflow on AI-generated code — regression-tests-first, smell-by-smell, behavior preserved.

Desenvolvimento#mcp#aiby yeaight7

structured-code-search-mcp

7

Use when designing or using MCP-backed structured code search with search, AST query, symbol inventory, and bounded extraction workflows.

Desenvolvimento#mcpby yeaight7

prompt-evaluation-runner

7

Use when evaluating prompts, LLM outputs, red-team suites, or model behavior with local eval configs and safe provider/cost controls.

Desenvolvimento#llm#mcpby yeaight7

context-retrieval-loop

7

Deterministic 3-cycle loop for gathering codebase context before acting. Broad search → exact source and tests → target-specific docs and setup. Stop after enough context or report what is still missing.

Desenvolvimento#mcp#testby yeaight7

context-retrieval-loop

7

Deterministic 3-cycle loop for gathering codebase context before acting. Broad search → exact source and tests → target-specific docs and setup. Stop after enough context or report what is still missing.

Desenvolvimento#mcp#testby yeaight7

red-team-eval-authoring

7

Use when creating or reviewing red-team eval plugins, attack templates, grader rubrics, safety fixtures, or model-risk test metadata.

Desenvolvimento#mcp#testby yeaight7

local-rag-mcp

7

Use when querying, ingesting, or maintaining a local RAG MCP corpus for semantic document retrieval with privacy controls.

Desenvolvimento#mcp#aiby yeaight7

agent-session-forensics

7

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

Automação#mcpby yeaight7

skill-evaluation-workbench

7

Use when designing, running, debugging, or hardening deterministic eval suites for agent skills, prompts, tool workflows, or MCP-backed cases.

Desenvolvimento#mcpby yeaight7

agent-harness-design

7

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

Desenvolvimento#mcpby yeaight7

model-routing

7

Vendor-neutral routing guide for choosing the right model tier by task type. Mechanical work uses a smaller/faster model; implementation uses a standard model; architecture, security, and release audit use the most capable model.

Segurança#mcpby yeaight7

tri-model-review

7

Multi-model orchestration — route to two external advisors, then synthesize

Automação#mcpby yeaight7

architecture-simplification

7

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

Desenvolvimento#mcpby yeaight7

bigquery-cost-audit

7

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

Desenvolvimento#mcp#aiby yeaight7

data-quality

7

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.

Dados e Análise#sql#mcpby yeaight7

dbt-strategy

7

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 desi

Dados e Análise#sql#mcpby yeaight7

metric-impact-analyzer

7

Evaluate metric and semantic model changes for BI/reporting breakage and business meaning drift.

Desenvolvimento#mcpby yeaight7

semantic-layer-change-review

7

Use when modifying dbt metrics or semantic models to ensure mathematical correctness and backwards compatibility.

Desenvolvimento#mcpby yeaight7

sql-business-logic-review

7

Review SQL for business logic correctness, semantic drift, aggregation risk, and silent definition changes.

Desenvolvimento#sql#mcpby yeaight7

context-retrieval-loop

7

Deterministic 3-cycle loop for gathering codebase context before refactoring or maintenance work. Broad search → exact source and tests → config and build setup.

Desenvolvimento#mcp#aiby yeaight7

incremental-migration

7

Use when migrating APIs, libraries, or patterns across a large codebase. Ensures safe, step-by-step progress rather than risky mega-commits.

Automação#mcp#apiby yeaight7

test-preserving-refactor

7

Use to restructure code while guaranteeing that all existing tests continue to pass.

Desenvolvimento#mcp#testby yeaight7

dead-code-removal

7

Use to identify and safely delete unused functions, classes, exports, and files.

Desenvolvimento#mcpby yeaight7

naming-and-structure-cleanup

7

Use to enforce consistent naming conventions and file structures across a project without changing business logic.

Desenvolvimento#mcpby yeaight7

safe-refactor

7

Use when code needs restructuring without changing observable behavior.

Desenvolvimento#mcpby yeaight7

deploy-pipeline-runbook

7

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

DevOps e Infra#deploy#mcpby yeaight7

dbt-incremental-strategy-audit

7

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

Desenvolvimento#mcp#aiby yeaight7

incident-readout

7

Use after fixing a bug to generate a blameless post-mortem summary for human review.

Desenvolvimento#mcpby yeaight7

dbt-preflight

7

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

Desenvolvimento#mcp#testby yeaight7

bug-hunt

7

Use when reproducing, isolating, and fixing a bug with the smallest safe change.

Desenvolvimento#mcpby yeaight7

failure-triage

7

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

Desenvolvimento#mcp#aiby yeaight7

brainstorming

7

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

Design e Frontend#mcp#aiby yeaight7

context-compression

7

Use when conversation context is bloated, constraints are being forgotten, or a compact handoff is needed before continuing work.

Desenvolvimento#mcp#aiby yeaight7

flaky-test-investigation

7

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

Desenvolvimento#mcp#aiby yeaight7

regression-bisecting

7

Use when a bug was recently introduced but you don't know which commit caused it.

Desenvolvimento#mcpby yeaight7

context-retrieval-loop

7

Deterministic 3-cycle loop for gathering codebase context before acting. Broad search → exact source and tests → target-specific docs and setup. Stop after enough context or report what is still missing.

Desenvolvimento#mcp#testby yeaight7

dispatching-parallel-agents

7

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

Desenvolvimento#mcpby yeaight7

api-doc-review

7

Verify that API endpoints match their OpenAPI/Swagger specifications.

Automação#mcp#apiby yeaight7

Category alert

Get new Desenvolvimento skills every Monday