Browse Skills
Agent Orchestration Improve Agent
v1.0.0Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration.
Agent Orchestration Multi Agent Optimize
v1.0.0Optimize multi-agent systems with coordinated profiling, workload distribution, and cost-aware orchestration. Use when improving agent performance, throughput, or reliability.
Agent Orchestrator
v1.0.0Meta-skill que orquestra todos os agentes do ecossistema. Scan automatico de skills, match por capacidades, coordenacao de workflows multi-skill e registry management.
Agent Tool Builder
v1.0.0Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessar...
Agentfolio
v1.0.0Skill for discovering and researching autonomous AI agents, tools, and ecosystems using the AgentFolio directory.
Ln 627 Observability Auditor
v1.0.0Checks structured logging, health check endpoints, metrics collection, request tracing, log levels. Returns findings with severity, location, effort, recommendations.
Ln 628 Concurrency Auditor
v1.0.0Checks async races, thread safety, TOCTOU, deadlocks, blocking I/O, resource contention, cross-process races. Two-layer detection: grep + agent reasoning.
Ln 629 Lifecycle Auditor
v1.0.0Checks bootstrap initialization order, graceful shutdown, resource cleanup, signal handling, liveness/readiness probes. Returns findings.
Ln 633 Test Value Auditor
v1.0.0Calculates Usefulness Score = Impact (1-5) × Probability (1-5) for each test. Returns KEEP/REVIEW/REMOVE decisions based on thresholds (≥15 KEEP, 10-14 REVIEW, <10 REMOVE).
Ln 635 Test Isolation Auditor
v1.0.0Checks isolation (APIs/DB/FS/Time/Random/Network), determinism (flaky, order-dependent), and 7 anti-patterns.
Ln 636 Manual Test Auditor
v1.0.0Audits manual test scripts (tests/manual/) for harness adoption, golden file completeness, fail-fast, config sourcing, template compliance, idempotency.
Ln 640 Pattern Evolution Auditor
v1.0.0Audits architectural patterns against best practices. Maintains patterns catalog, calculates 4 scores per pattern. Output: patterns_catalog.md.