new-agent

Guide teams through creating and registering Claude Code agents.

3|2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/sami-abdul/claude-predev-setup --skill new-agent-sami-abdul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-agent
Source: https://github.com/sami-abdul/claude-predev-setup/tree/main/scaffold/.claude/skills/new-agent
Command: npx skills add https://github.com/sami-abdul/claude-predev-setup --skill new-agent-sami-abdul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a guided workflow to create and register a new Claude Code agent for a project, ensuring consistent naming, purpose definition, and seamless catalog integration.

Core Features & Use Cases

  • On-demand catalog awareness to map agent patterns to ready-to-use templates.
  • Structured interview flow that captures agent name, purpose, triggers, tools, and model preferences.
  • Auto-generation and registration guidance for .claude/agents/{agent-name}.md and catalog entry updates.

Quick Start

Ask Claude to generate a new agent for your project and register it in the agent catalog.

Frequently Asked Questions about new-agent

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

FAQPage Schema
How do I create a Claude Code agent for my project?

To create a Claude Code agent, this Skill guides you through an interview to define the agent name, purpose, triggers, tools, and model, then auto-generates the agent file. It registers the output directly under .claude/agents/ for your project.

What is the best way to register a new agent in the Claude Code catalog?

Registering a new agent in the Claude Code catalog is handled automatically during creation. The Skill maps your agent patterns to templates, generates the required frontmatter, and provides optional catalog integration to update your agent list.

Do I need to manually format the frontmatter for a Claude Code agent file?

You do not need to manually format the frontmatter. The creation workflow satisfies the requirements for a defined frontmatter name and description by capturing the necessary details through a structured interview and generating the file.

What information is required to set up a Claude Code agent?

Setting up a Claude Code agent requires you to define the agent name, its purpose, triggers, tools, and model preferences. The Skill's interview flow captures these details to ensure consistent naming and catalog integration.

Can I use this agent creation workflow for onboarding new projects?

Yes, you can use this workflow for onboarding new projects and ongoing agent catalog expansion. It applies to new project setups by standardizing agent naming, purpose definition, and registration under the .claude/agents directory.

How does the agent catalog integration work during creation?

Agent catalog integration works by generating the agent file and updating the catalog entry simultaneously. The Skill checks catalog awareness to map patterns to ready-to-use templates, ensuring seamless integration upon file registration.