Skills publicadas
Mostrando 48 de 184
bigquery-cost-audit
Analyze BigQuery usage, identify cost hotspots, repeated failures, and practical optimization opportunities.
writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
canonical-advisor-routing
Process-first advisor routing with artifact capture
ask-claude
Use when a Codex or generic local agent needs a focused second opinion from Claude CLI without MCP routing.
managed-codebase-context
Use when connecting to a managed codebase-context MCP/session service, checking stale maps, or safely using MCP-provided repository context.
agent-runtime-patterns
Use when optimizing agent runtime loops, card packs, MCP session lifecycle, tool-call count, or multi-agent orchestration patterns.
relay-gemini
Relay questions and tasks to a persistent local Gemini ACP session with cross-turn context.
dependency-cleanup
Use to audit and remove unused or redundant third-party dependencies from package manifests.
context-minimization
Use continuously during long tasks. Teaches how to read less, output less, and keep the LLM context window lean and fast.
search-before-building
Check existing repo capability, external libraries, MCP options, and maintenance risk before writing custom code. Decide adopt/wrap/build with explicit criteria.
ai-slop-cleaner
Run an anti-slop cleanup workflow on AI-generated code — regression-tests-first, smell-by-smell, behavior preserved.
structured-code-search-mcp
Use when designing or using MCP-backed structured code search with search, AST query, symbol inventory, and bounded extraction workflows.
prompt-evaluation-runner
Use when evaluating prompts, LLM outputs, red-team suites, or model behavior with local eval configs and safe provider/cost controls.
context-retrieval-loop
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.
context-retrieval-loop
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.
red-team-eval-authoring
Use when creating or reviewing red-team eval plugins, attack templates, grader rubrics, safety fixtures, or model-risk test metadata.
local-rag-mcp
Use when querying, ingesting, or maintaining a local RAG MCP corpus for semantic document retrieval with privacy controls.
agent-session-forensics
Use when diagnosing agent session history, interrupted tool loops, missing tool results, timing bottlenecks, or subagent trace correlation.
skill-evaluation-workbench
Use when designing, running, debugging, or hardening deterministic eval suites for agent skills, prompts, tool workflows, or MCP-backed cases.
agent-harness-design
Design agent tool sets with stable names, narrow schemas, deterministic output shapes, and explicit error paths. No catch-all tools unless unavoidable.
model-routing
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.
tri-model-review
Multi-model orchestration — route to two external advisors, then synthesize
architecture-simplification
Use to collapse over-engineered abstractions, remove unnecessary layers, or consolidate redundant logic.
bigquery-cost-audit
Analyze BigQuery usage, identify cost hotspots, repeated failures, and practical optimization opportunities.
data-quality
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.
dbt-strategy
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
metric-impact-analyzer
Evaluate metric and semantic model changes for BI/reporting breakage and business meaning drift.
semantic-layer-change-review
Use when modifying dbt metrics or semantic models to ensure mathematical correctness and backwards compatibility.
sql-business-logic-review
Review SQL for business logic correctness, semantic drift, aggregation risk, and silent definition changes.
context-retrieval-loop
Deterministic 3-cycle loop for gathering codebase context before refactoring or maintenance work. Broad search → exact source and tests → config and build setup.
incremental-migration
Use when migrating APIs, libraries, or patterns across a large codebase. Ensures safe, step-by-step progress rather than risky mega-commits.
test-preserving-refactor
Use to restructure code while guaranteeing that all existing tests continue to pass.
dead-code-removal
Use to identify and safely delete unused functions, classes, exports, and files.
naming-and-structure-cleanup
Use to enforce consistent naming conventions and file structures across a project without changing business logic.
safe-refactor
Use when code needs restructuring without changing observable behavior.
deploy-pipeline-runbook
Coordinate multi-system deployment steps as a review-first runbook with explicit approval before any external write or promotion action.
dbt-incremental-strategy-audit
Audit whether a dbt incremental model uses the right incremental strategy for the repo, the data shape, and the operational constraints.
incident-readout
Use after fixing a bug to generate a blameless post-mortem summary for human review.
dbt-preflight
Inspect changed dbt assets, estimate blast radius, identify missing tests, and recommend the narrowest safe validation plan.
bug-hunt
Use when reproducing, isolating, and fixing a bug with the smallest safe change.
failure-triage
Use when confronted with an unknown failure in CI or production to rapidly categorize the issue before deep debugging.
brainstorming
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.
context-compression
Use when conversation context is bloated, constraints are being forgotten, or a compact handoff is needed before continuing work.
flaky-test-investigation
Use to diagnose tests that pass and fail intermittently without code changes.
regression-bisecting
Use when a bug was recently introduced but you don't know which commit caused it.
context-retrieval-loop
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.
dispatching-parallel-agents
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
api-doc-review
Verify that API endpoints match their OpenAPI/Swagger specifications.
Alerta por categoría