agent-creator

Guide creation and configuration of Claude Code agents with frontmatter fields.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/twiced-technology-gmbh/seedr --skill agent-creator-twiced-technology-gmbh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-creator
Source: https://github.com/twiced-technology-gmbh/seedr/tree/main/registry/skills/agent-creator
Command: npx skills add https://github.com/twiced-technology-gmbh/seedr --skill agent-creator-twiced-technology-gmbh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance on creating, configuring, and deploying Claude Code agents, simplifying the process of building custom AI workflows.

Core Features & Use Cases

  • Agent Configuration: Understand and utilize all frontmatter fields for agent behavior (tools, models, permissions, memory, hooks, skills).
  • Best Practices: Learn proven methods for agent design, security, and efficiency.
  • Use Case: You need to create a new agent that specifically reviews code for security vulnerabilities. This Skill guides you through defining its tools, model, permissions, and writing a precise description to ensure it's triggered correctly.

Quick Start

Use the agent-creator skill to understand how to define the 'tools' field in an agent's frontmatter.

Frequently Asked Questions about agent-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure frontmatter fields for a Claude Code agent?

Configure Claude Code agent frontmatter by defining fields for tools, model selection, permissions, memory integration, hooks, and skills to control agent behavior and lifecycle invocation.

What is the best way to set up tools and permissions for a custom AI agent?

Set up AI agent tools and permissions by specifying allowed tools and access levels in the agent's frontmatter, ensuring the configuration aligns with the specific tasks and security requirements.

How do I inject skills and implement hooks in Claude Code agent development?

Inject skills and implement hooks in Claude Code agent development by configuring the respective frontmatter fields, enabling memory integration and automated triggers during the agent lifecycle.

Can I select a specific Claude model for my custom agent configuration?

Yes, you can select a specific Claude model for your custom agent configuration by defining the model parameter within the agent's frontmatter fields during the setup process.

What are the best practices for writing agent descriptions to ensure correct invocation?

Best practices for agent descriptions involve writing precise, task-specific summaries that clearly define the agent's purpose, ensuring the correct agent is triggered for the intended workflow.

Does Claude Code agent configuration support memory integration for persistent context?

Yes, Claude Code agent configuration supports memory integration, allowing agents to maintain persistent context and utilize injected skills for continuous and effective workflow execution.