#601

Globales Ranking · von 601 Skills

meta-agent-creator AI Agent Skill

Quellcode ansehen: oakoss/agent-skills

Medium

Installation

npx skills add oakoss/agent-skills --skill meta-agent-creator

34

Installationen

Custom Agent Creator

Overview

Subagents are specialized AI assistants defined as Markdown files with YAML frontmatter. Each subagent runs in its own context window with a custom system prompt, specific tool access, and independent permissions. When a task matches a subagent's description, the parent conversation delegates to it automatically, preserving main context while enforcing constraints.

When to use: Isolating high-volume operations (tests, logs), enforcing read-only access for reviewers, routing simple tasks to cheaper models, running parallel research, creating reusable team workflows.

When NOT to use: Tasks requiring frequent back-and-forth, quick targeted changes, workflows needing nested delegation (subagents cannot spawn subagents), latency-sensitive operations where fresh context gathering is costly.

Quick Reference

Pattern Configuration Key Points
File location (project) .claude/agents/name.md Shared via version control, priority 2
File location (user) ~/.claude/agents/name.md Available across all projects, priority 3
Required fields name, description Only two fields are mandatory
Tool restriction tools: Read, Grep, Glob Allowlist; inherits all if omitted
Tool denial disallowedTools: Write, Edit Denylist; removed from inherited set
Model selection model: haiku Options: sonnet, opus, haiku, inherit (default)
Permission mode permissionMode: dontAsk Controls permission prompt behavior
Skill preloading skills: [auth, api-patterns] Injected at startup; no inheritance from parent
Lifecycle hooks hooks: { PreToolUse: [...] } Validate or block tool usage conditionally
CLI-defined agent claude --agents '{...}' Session-only, highest priority, JSON format
Interactive creation /agents command Guided setup with Claude generation
Proactive triggers "Use proactively after..." Include in description for auto-delegation

Common Mistakes

Mistake Correct Pattern
Using opus for simple checklist reviews Use haiku for read-only reviews and style checks
Omitting output format in system prompt Include structured output template for consistent results
Listing tools explicitly when all are needed Omit tools field to inherit all tools including MCP
Expecting skills from parent conversation Explicitly list skills in the skills field
Generic description without triggers Include specific trigger phrases like "Use proactively when..."
Giving a single agent too many responsibilities Design focused agents with one clear purpose each
Using bypassPermissions without caution Prefer acceptEdits or dontAsk for safer automation
Creating deeply nested agent workflows Chain subagents from main conversation; nesting is not supported

Delegation

  • Agent pattern discovery: Use Explore agent to find existing agents in .claude/agents/
  • Interactive creation: Use /agents command for guided setup with Claude generation
  • Code review of agent files: Use Task agent to validate system prompts and configuration

References

Installationen

Installationen 34
Globales Ranking #601 von 601

Sicherheitsprüfung

ath Safe
socket Safe
Warnungen: 0 Bewertung: 90
snyk Medium
EU EU-Hosted Inference API

Power your AI Agents with the best open-source models.

Drop-in OpenAI-compatible API. No data leaves Europe.

Explore Inference API

GLM

GLM 5

$1.00 / $3.20

per M tokens

Kimi

Kimi K2.5

$0.60 / $2.80

per M tokens

MiniMax

MiniMax M2.5

$0.30 / $1.20

per M tokens

Qwen

Qwen3.5 122B

$0.40 / $3.00

per M tokens

So verwenden Sie diesen Skill

1

Install meta-agent-creator by running npx skills add oakoss/agent-skills --skill meta-agent-creator in your project directory. Führen Sie den obigen Installationsbefehl in Ihrem Projektverzeichnis aus. Die Skill-Datei wird von GitHub heruntergeladen und in Ihrem Projekt platziert.

2

Keine Konfiguration erforderlich. Ihr KI-Agent (Claude Code, Cursor, Windsurf usw.) erkennt installierte Skills automatisch und nutzt sie als Kontext bei der Code-Generierung.

3

Der Skill verbessert das Verständnis Ihres Agenten für meta-agent-creator, und hilft ihm, etablierte Muster zu befolgen, häufige Fehler zu vermeiden und produktionsreifen Code zu erzeugen.

Was Sie erhalten

Skills sind Klartext-Anweisungsdateien — kein ausführbarer Code. Sie kodieren Expertenwissen über Frameworks, Sprachen oder Tools, das Ihr KI-Agent liest, um seine Ausgabe zu verbessern. Das bedeutet null Laufzeit-Overhead, keine Abhängigkeitskonflikte und volle Transparenz: Sie können jede Anweisung vor der Installation lesen und prüfen.

Kompatibilität

Dieser Skill funktioniert mit jedem KI-Coding-Agenten, der das skills.sh-Format unterstützt, einschließlich Claude Code (Anthropic), Cursor, Windsurf, Cline, Aider und anderen Tools, die projektbezogene Kontextdateien lesen. Skills sind auf Transportebene framework-agnostisch — der Inhalt bestimmt, für welche Sprache oder welches Framework er gilt.

Data sourced from the skills.sh registry and GitHub. Install counts and security audits are updated regularly.

EU Made in Europe

Chat with 100+ AI Models in one App.

Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.

Kundensupport