← Voltar para o catálogo
yeaight7

Autor no catálogo

yeaight7

184 skills1.288 estrelas no totalgithub.com/yeaight7

Skills publicadas

Mostrando 48 de 184

autonomous-delivery-pipeline

7

Full autonomous execution from idea to working code

Desenvolvimento#mcppor yeaight7

codebase-migration-batches

7

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.

Desenvolvimento#mcppor yeaight7

parallel-execution-engine

7

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.

Desenvolvimento#mcppor yeaight7

persistent-completion-loop

7

Self-referential loop until task completion with configurable verification reviewer

Desenvolvimento#mcppor yeaight7

subagent-team-orchestration

7

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.

Automação#mcppor yeaight7

requirements-clarifier

7

Turn vague implementation requests into testable requirements before coding.

Desenvolvimento#mcp#testpor 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#mcppor 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#mcppor yeaight7

browser-automation-safety

7

Use when validating rendered web pages, local dev servers, browser automation, screenshots, forms, auth sessions, or UI evidence with strict browser safety boundaries.

Automação#mcppor yeaight7

filesystem-mcp-guardrails

7

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

Desenvolvimento#mcp#aipor 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#aipor 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#mcppor 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#mcppor yeaight7

agent-config-security-audit

7

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.

Segurança#mcppor 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#mcppor 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#mcppor yeaight7

ai-slop-cleaner

7

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

Desenvolvimento#mcp#aipor yeaight7

ask-codex

7

Use when a Claude Code agent needs to delegate a question, subtask, or review to a local Codex instance.

Desenvolvimento#mcppor yeaight7

ask-gemini

7

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

Desenvolvimento#mcppor yeaight7

autonomous-delivery-pipeline

7

Full autonomous execution from idea to working code

Desenvolvimento#mcppor 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#aipor yeaight7

bigquery-cost-audit

7

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

Desenvolvimento#mcp#aipor yeaight7

browser-automation-safety

7

Use when validating rendered web pages, local dev servers, browser automation, screenshots, forms, auth sessions, or UI evidence with strict browser safety boundaries.

Automação#mcppor yeaight7

bug-hunt

7

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

Desenvolvimento#mcppor 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#testpor yeaight7

build-fix-minimal-diff

7

Fix broken builds, type errors, or test failures with the smallest safe diff — no opportunistic refactors, no cleanup, no unrelated changes.

Desenvolvimento#mcp#aipor yeaight7

canonical-advisor-routing

7

Process-first advisor routing with artifact capture

Desenvolvimento#mcppor yeaight7

ask-claude

7

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

Desenvolvimento#mcppor 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#mcppor 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#mcppor yeaight7

relay-gemini

7

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

Desenvolvimento#mcppor yeaight7

dependency-cleanup

7

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

Desenvolvimento#mcppor 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#mcppor 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#aipor 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#aipor 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#mcppor 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#mcppor 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#testpor yeaight7

tri-model-review

7

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

Automação#mcppor yeaight7

architecture-decision-records

7

Record why an architectural choice was made to prevent agents or humans from unintentionally reverting it.

Desenvolvimento#mcppor yeaight7

changelog-generator

7

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.

Desenvolvimento#mcppor yeaight7

codebase-migration-batches

7

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.

Desenvolvimento#mcppor 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#aipor 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#mcppor 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#mcppor 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#mcppor 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#testpor 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#aipor yeaight7

Alerta por categoria

Receba novas skills de Desenvolvimento toda segunda