agent-creator

Create sub-agent definitions with structured YAML frontmatter and design-pattern templates.

6|1|Updated Dec 8, 2009
One-click install
npx skills add https://github.com/jey3dayo/dotfiles --skill agent-creator-jey3dayo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-creator
Source: https://github.com/jey3dayo/dotfiles/tree/main/agents/skills-internal/agent-creator
Command: npx skills add https://github.com/jey3dayo/dotfiles --skill agent-creator-jey3dayo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Guide to creating self-contained sub-agent definitions with a structured YAML frontmatter, design-pattern templates, and clear guidance on tool access and integration points.

Core Features & Use Cases

  • Five design patterns: Domain Expert, Project-Specific, Utility, Orchestrator, Autonomous.
  • Tool access modes: full, explicit, and inherited with usage guidelines.
  • Starter templates and quality checklists for consistent, reusable agents.
  • Real-world examples drawn from existing agents and projects.

Quick Start

Copy the agent-template.md and adapt it to your sub-agent using the provided references.

Frequently Asked Questions about agent-creator

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

FAQPage Schema
How do I create a sub-agent definition with structured YAML frontmatter?

Sub-agent definitions require a structured blueprint with YAML frontmatter, standardized templates, and quality guidelines to ensure predictable, safe, and reusable agents. You can copy a starter template and adapt it using provided references.

What design patterns are available for building autonomous agents?

Five design patterns exist for building autonomous agents: Domain Expert, Project-Specific, Utility, Orchestrator, and Autonomous. Each provides structured templates tailored to specific sub-agent use cases and integration needs.

How do I configure tool access modes for sub-agents?

Tool access modes for sub-agents include full, explicit, and inherited options. Usage guidelines help determine the appropriate mode for your agent, ensuring safe and predictable tool integration protocols.

What's the best way to ensure consistent sub-agent creation across projects?

The best way to ensure consistent sub-agent creation is to use starter templates and quality checklists. These provide proven, structured blueprints that meet standardized guidelines for predictable, reusable agents.

Can I use existing agent examples as references for new sub-agent definitions?

Yes, real-world examples drawn from existing agents and projects serve as references. These examples demonstrate practical application of design patterns, tool access modes, and integration protocols for new sub-agent definitions.

When should I use the Orchestrator pattern versus the Autonomous pattern for sub-agents?

Use the Orchestrator pattern when your sub-agent coordinates multiple agents or tasks, and the Autonomous pattern when it operates independently. The blueprint provides guidelines for selecting the appropriate design pattern based on your integration requirements.