meta-agent

Generate Claude Code subagent configuration templates with YAML frontmatter.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/leadmind-ai/leadmind-ai-website --skill meta-agent-leadmind-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-agent
Source: https://github.com/leadmind-ai/leadmind-ai-website/tree/main/.claude/skills/meta-agent
Command: npx skills add https://github.com/leadmind-ai/leadmind-ai-website --skill meta-agent-leadmind-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Subagents creation and configuration are error-prone and time-consuming; this skill automates generating complete Claude Code subagent configurations with templates, prompts, tools, workflows, and optional resources to accelerate deployment.

Core Features & Use Cases

  • Generate complete subagent definitions at .claude/agents/<nom-agent>.md, including tooling, prompts, workflows, and metadata.
  • Support optional assets, references, and preloaded skills to tailor the subagent to the user's domain.
  • Useful for rapid creation of new subagents, complex agent architectures, or standardized deployment templates.

Quick Start

Create a subagent named my-agent for domain X with read-only access.

Frequently Asked Questions about meta-agent

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

FAQPage Schema
How do I generate Claude Code subagent configuration files automatically?

Generate Claude Code subagent configuration files automatically by applying your domain requirements to produce a complete .claude/agents/<nom-agent>.md template with structured tools, prompts, workflows, and YAML frontmatter.

What is included in a complete Claude Code subagent configuration template?

A complete Claude Code subagent configuration template includes properly structured tools, prompts, workflows, YAML frontmatter metadata, and optional preloaded skills, assets, or references tailored to your domain.

Can I add custom references and preloaded skills when creating subagent workflows?

Yes, you can add custom references and preloaded skills when creating subagent workflows, allowing you to tailor the generated configuration to specific domain assets and deployment blueprints.

What's the best way to standardize complex agent architectures for deployment?

The best way to standardize complex agent architectures is to generate template-ready configuration files that provide a consistent blueprint for future deployments, including defined tooling, prompts, and metadata.

Does this automation work for rapid creation of read-only subagents?

Yes, this automation works for the rapid creation of read-only subagents by defining the domain and applying the required tooling and prompts into the generated configuration template.