Skills publicadas
Mostrando 48 de 184
autonomous-delivery-pipeline
Full autonomous execution from idea to working code
codebase-migration-batches
Run large codebase migrations in reviewable local batches with codemods, checkpoints, and verification. Use when a wide refactor is too risky to ship as one monolithic change.
parallel-execution-engine
Run independent work in parallel with explicit wave boundaries, lightweight coordination, and bounded verification. Use when latency matters and the work does not need a persistent completion loop.
persistent-completion-loop
Self-referential loop until task completion with configurable verification reviewer
subagent-team-orchestration
Coordinate multiple subagents through dependency-aware waves, stage handoffs, monitoring, and verification loops. Use when the work is too large or too mixed for a single agent.
requirements-clarifier
Turn vague implementation requests into testable requirements before coding.
agent-runtime-patterns
Use when optimizing agent runtime loops, card packs, MCP session lifecycle, tool-call count, or multi-agent orchestration patterns.
agent-session-forensics
Use when diagnosing agent session history, interrupted tool loops, missing tool results, timing bottlenecks, or subagent trace correlation.
browser-automation-safety
Use when validating rendered web pages, local dev servers, browser automation, screenshots, forms, auth sessions, or UI evidence with strict browser safety boundaries.
filesystem-mcp-guardrails
Use when designing or reviewing filesystem MCP access, path boundaries, allowed roots, method allowlists, and safe local file operations.
local-rag-mcp
Use when querying, ingesting, or maintaining a local RAG MCP corpus for semantic document retrieval with privacy controls.
managed-codebase-context
Use when connecting to a managed codebase-context MCP/session service, checking stale maps, or safely using MCP-provided repository context.
structured-code-search-mcp
Use when designing or using MCP-backed structured code search with search, AST query, symbol inventory, and bounded extraction workflows.
agent-config-security-audit
Audit agent configuration files for security vulnerabilities and misconfigurations. Covers settings.json, .mcp.json, .codex/config.toml, AGENTS.md, hooks, plugin manifests, and relay config. Classify findings as P0 or P1.
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.
agent-session-forensics
Use when diagnosing agent session history, interrupted tool loops, missing tool results, timing bottlenecks, or subagent trace correlation.
ai-slop-cleaner
Run an anti-slop cleanup workflow on AI-generated code — regression-tests-first, smell-by-smell, behavior preserved. Supports explicit review-only mode.
ask-codex
Use when a Claude Code agent needs to delegate a question, subtask, or review to a local Codex instance.
ask-gemini
Use when a Codex or generic local agent needs a focused second opinion from Gemini CLI without MCP routing.
autonomous-delivery-pipeline
Full autonomous execution from idea to working code
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.
bigquery-cost-audit
Analyze BigQuery usage, identify cost hotspots, repeated failures, and practical optimization opportunities.
browser-automation-safety
Use when validating rendered web pages, local dev servers, browser automation, screenshots, forms, auth sessions, or UI evidence with strict browser safety boundaries.
bug-hunt
Use when reproducing, isolating, and fixing a bug with the smallest safe change.
red-team-eval-authoring
Use when creating or reviewing red-team eval plugins, attack templates, grader rubrics, safety fixtures, or model-risk test metadata.
build-fix-minimal-diff
Fix broken builds, type errors, or test failures with the smallest safe diff — no opportunistic refactors, no cleanup, no unrelated changes.
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.
tri-model-review
Multi-model orchestration — route to two external advisors, then synthesize
architecture-decision-records
Record why an architectural choice was made to prevent agents or humans from unintentionally reverting it.
changelog-generator
Transforma commits, PRs ou diffs em notas de lançamento para usuários ou um changelog interno, com modos para detecção de mudanças que quebram a compatibilidade.
codebase-migration-batches
Run large codebase migrations in reviewable local batches with codemods, checkpoints, and verification. Use when a wide refactor is too risky to ship as one monolithic change.
context-compression
Use when conversation context is bloated, constraints are being forgotten, or a compact handoff is needed before continuing work.
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.
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.
local-rag-mcp
Use when querying, ingesting, or maintaining a local RAG MCP corpus for semantic document retrieval with privacy controls.
Alerta por categoria