generate-agent

Generate project-level Claude Code agents with configured tools, models, and permissions.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/musher-dev/bundles --skill generate-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-agent
Source: https://github.com/musher-dev/bundles/tree/main/agent-asset-authoring/skills/generate-agent
Command: npx skills add https://github.com/musher-dev/bundles --skill generate-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of specialized AI agents, ensuring they are well-defined, properly configured, and optimized for specific tasks within your project.

Core Features & Use Cases

  • Agent Generation: Creates new agent files with correct frontmatter and system prompts.
  • Best Practice Guidance: Helps choose the right delegation mechanism (Agent vs. Skill vs. CLAUDE.md) and craft effective descriptions for auto-delegation.
  • Configuration Assistance: Guides through selecting appropriate tools, models, and permission modes.
  • Use Case: You need to create a new agent to specifically handle code security audits. This Skill will guide you through defining its purpose, necessary tools (like Read, Grep), and crafting a description that triggers Claude to use it when security-related tasks arise.

Quick Start

Use the generate agent skill to create a new agent named 'code-auditor' that will review code for security vulnerabilities.

Frequently Asked Questions about generate-agent

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

FAQPage Schema
How do I create a specialized AI agent for a specific task in my project?

To create a specialized AI agent, this Skill guides you through defining its purpose, context, tool restrictions, model selection, and permission modes to generate a properly configured agent file with a system prompt.

What is the best way to configure tool restrictions and permission modes for a custom agent?

The best way to configure tool restrictions and permission modes is through guided configuration, which helps you select appropriate tools and access levels to ensure the agent operates within an isolated and secure context for its specific tasks.

When should I use a custom agent instead of a Skill or CLAUDE.md for task delegation?

You should use a custom agent when you need a specialized task handler with an isolated context, whereas Skills or CLAUDE.md are better suited for broader project instructions or simpler delegations without isolated operational parameters.

How does an AI agent get automatically triggered for relevant tasks?

An AI agent gets automatically triggered by crafting a precise description during generation, which ensures the agent is discoverable and effectively delegated to when matching tasks arise in your project.

Can I generate an agent specifically to handle code security audits?

Yes, you can generate a code security audit agent by defining its purpose, granting necessary tools like Read and Grep, and crafting a description that triggers delegation when security-related tasks arise.

What components are needed to ensure a generated agent is discoverable by Claude?

To ensure a generated agent is discoverable, you need correct frontmatter configuration and a precisely crafted description that enables effective auto-delegation when relevant tasks are identified.