new-agent

Scaffold new Claude Code agents with standard files and governance artifacts.

2|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/enbiyagoral/.claude --skill new-agent-enbiyagoral
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: new-agent
Source: https://github.com/enbiyagoral/.claude/tree/main/.claude/skills/new-agent
Command: npx skills add https://github.com/enbiyagoral/.claude --skill new-agent-enbiyagoral

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a ready-to-use scaffold for a new Claude Code agent, enabling consistent structure, governance, and templates when users request a new agent.

Core Features & Use Cases

  • Generates Type A subagent templates at .claude/agents/<agent-name>.md with metadata and example configuration.
  • Creates Type B autonomous agent scaffolds (AGENT.md, HEARTBEAT.md, MEMORY.md, RULES.md, and template skills) and the full folder structure.
  • Performs conflict checks against existing agents and enforces governance boundaries and escalation rules.

Quick Start

Provide the agent name and its purpose to generate a complete agent scaffold under .claude/agents/.

Frequently Asked Questions about new-agent

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

FAQPage Schema
How do I scaffold a new Claude Code subagent?▼

To scaffold a new Claude Code subagent, provide the agent name and its purpose. The tool generates a ready-to-use template at .claude/agents/<agent-name>.md with metadata, example configuration, and standard governance files.

What is the difference between Type A and Type B autonomous agents in Claude Code?▼

Type A autonomous agents are subagents generated as single markdown files with metadata, while Type B agents receive a full folder structure including AGENT.md, HEARTBEAT.md, MEMORY.md, RULES.md, and template skill files for autonomous operation.

How do I create governance artifacts for a custom AI agent?▼

You create governance artifacts for a custom AI agent by scaffolding a Type B autonomous agent. This process automatically generates RULES.md and HEARTBEAT.md files to enforce safety boundaries, escalation rules, and governance constraints.

Does the Claude Code agent scaffolding process check for naming conflicts?▼

Yes, the Claude Code agent scaffolding process performs conflict checks against existing agents. This ensures your new agent name does not collide with previously created configurations in the .claude/agents/ directory.

What files do I need to set up an autonomous AI agent?▼

To set up an autonomous AI agent, you need AGENT.md, HEARTBEAT.md, MEMORY.md, and RULES.md files. The scaffolding workflow generates these standard files along with template skills and documents dependencies automatically.

Can I generate agent templates without writing boilerplate configuration?▼

Yes, you can generate agent templates without writing boilerplate by providing the agent name and mission. The workflow outputs standard configuration, governance boundaries, and dependency documentation automatically under .claude/agents/.