Skill-Verzeichnis

Wiederverwendbare Skills für AI Agents entdecken.

Durchsuche reale GitHub-Skills nach Aufgabe und prüfe Stars, Trust, Audit, Kategorie und Installationspfad vor der Verwendung.

Jede Empfehlung bleibt mit ihrem Repository, Audit und Installationspfad nachvollziehbar.

Suchergebnisse: supervisor

Englisches Verzeichnis

Use when the user asks to design a multi-agent system, pick an orchestration pattern (supervisor/swarm/pipeline), generate tool schemas for agents, or evaluate agent execution logs for cost, latency, and failure bottlenecks. Examples: 'design an agent architecture for research automation', 'generate Anthropic tool schemas from these tool descriptions', 'analyze these agent run logs for bottlenecks'. NOT for Claude Code workflow files (use workflow-builder) or single-agent prompt design (use agent-workflow-designer).

25K
Stars
83/100
Trust
Kategorie: researchAudit

A cross-host prompt library and agent skill for managing long-horizon multi-task workflows in coding agents like Claude Code, Cursor, Codex, and Grok Build.

55
Stars
66/100
Trust
Kategorie: coding-agentsAudit

A Claude Code skill that structures long coding tasks as a graph with executor and supervisor nodes to prevent drift.

26
Stars
64/100
Trust
Kategorie: coding-agentsAudit

Curated library of battle-tested prompts for long-horizon agent tasks adapted to multiple AI agent hosts like Claude Code, Cursor, and Codex.

30
Stars
64/100
Trust
Kategorie: coding-agentsAudit

Explicit-only useful-first orchestration. Invoke /autoprompt to turn a mission into one executable roadmap, build dependency-safe lanes, and verify the result with independent reviewers. Never infer invocation from ordinary requests. Never resume from leftover artifacts without an explicit resume instruction.

409
Stars
61/100
Trust
Kategorie: design-creativeAudit

Codex skill for authorized Reddit community operations through logged-in Chrome

24
Stars
61/100
Trust
Kategorie: utilityAudit

Raise real concurrency in asyncio LLM batch scorers built on the OpenAI SDK (AsyncOpenAI, including OpenAI-compatible providers like DeepSeek). Use when: (1) raising an asyncio.Semaphore above ~100 produces no throughput gain, (2) a batch pipeline saturates near 100 in-flight requests despite a larger semaphore, (3) planning a high-concurrency campaign against a provider with no hard rate limit (DeepSeek v4-flash tolerates 2000+ in flight). Root cause: AsyncOpenAI's default httpx pool caps max_connections at 100, silently bottlenecking any larger semaphore — you must pass a custom http_client with httpx.Limits sized to the semaphore.

47
Stars
67/100
Trust
Kategorie: design-creativeAudit

Orchestrate parallel implementation and fresh validation agents safely in the Sero repository. Use when a task asks for pi-subagents, parallel workers, isolated worktrees, review-and-fix loops, or several independent fixes that must be integrated and reviewed without Claude Code.

19
Stars
57/100
Trust
Kategorie: coding-agentsAudit