Create Agent
Skill Verifiziert AktivComprehensive guide for creating Claude Code agents with proper structure, triggering conditions, system prompts, and validation - combines official Anthropic best practices with proven patterns
To provide developers with a comprehensive and structured guide for creating high-quality Claude Code agents, ensuring proper formatting, triggering conditions, and system prompt design based on best practices.
Funktionen
- Guides agent creation with proper structure
- Defines triggering conditions and system prompts
- Includes validation rules and scripts
- Provides detailed frontmatter field reference
- Offers prompt engineering and agent design principles
Anwendungsfälle
- Creating new Claude Code agents with defined roles and responsibilities
- Structuring agent configurations according to Anthropic's best practices
- Ensuring agents are triggered correctly based on user intent and context
- Refining existing agent prompts for better performance and clarity
Nicht-Ziele
- Developing the actual agent logic beyond its configuration structure
- Providing a runtime environment for agents
- Managing the lifecycle of deployed agents
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add NeoLabHQ/context-engineering-kit/plugin install customaize-agent@context-engineering-kitQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Create Command
100Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Running Claude Code Via Litellm Copilot
100Verwenden Sie dies beim Routing von Claude Code über einen lokalen LiteLLM-Proxy zu GitHub Copilot, um die direkten Anthropic-Ausgaben zu reduzieren, indem Sie ANTHROPIC_BASE_URL- oder ANTHROPIC_MODEL-Overrides konfigurieren oder Fehler bei der Einrichtung des Copilot-Proxys beheben, wie z. B. model-not-found, kein localhost-Traffic oder GitHub 401/403-Authentifizierungsfehler.
Guard
100Schützen Sie Claude Code-Sitzungen vor Kontextüberlauf, indem Sie einen Hintergrund-Daemon ausführen, der die Sitzungsgröße überwacht und automatisch bereinigt, bevor die Komprimierung erreicht wird. Verwenden Sie dies, wenn der Benutzer "guard", "protect session", "context getting long", "prevent compaction", "session management" sagt oder Agententeams ausführt, die einen kontinuierlichen Kontextschutz benötigen.
Rule Effectiveness Analysis
100Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.
Bootstrap Project
100Initializes the Claude Code configuration in a new or existing project using the dotforge template.