create-agent

Generate a complete agent plugin scaffold with plugin.json, directories, and registry updates.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/hpsgd/claude-marketplace --skill create-agent-hpsgd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent
Source: https://github.com/hpsgd/claude-marketplace/tree/main/plugins/practices/plugin-curator/skills/create-agent
Command: npx skills add https://github.com/hpsgd/claude-marketplace --skill create-agent-hpsgd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a standardized scaffold for a new agent plugin, including plugin.json, agent markdown, required directories, and registry updates, enabling rapid onboarding and consistent structure.

Core Features & Use Cases

  • Generates a complete agent plugin skeleton with the required directory layout (agents/{name}.md, .claude-plugin/plugin.json, skills/, templates/).
  • Updates the marketplace and registry to include the new agent, and creates README installation blocks and RATSI entries.
  • Use Case: A product team wants a repeatable process to onboard new agents that integrate with the Claude marketplace, ensuring consistent metadata and documentation.

Quick Start

Create an agent name and brief role description to generate its full scaffold.

Frequently Asked Questions about create-agent

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

FAQPage Schema
How do I generate an agent plugin scaffold for the Claude marketplace?

To generate an agent plugin scaffold, provide an agent name and brief role description to automatically create required files like plugin.json, agent markdown, and directory structures.

What files and directories are required to create a new agent plugin?

Creating a new agent plugin requires generating a .claude-plugin/plugin.json file, agents/{name}.md markdown file, and skills/ with templates/ directories to ensure a valid plugin structure.

How do I update the marketplace registry when adding a new agent?

Updating the marketplace registry when adding a new agent is handled automatically during scaffold generation, which includes registry updates and README installation blocks.

Can I use this scaffolding tool to enforce consistent documentation for new agents?

Yes, you can use this scaffolding tool to enforce consistent documentation by automatically generating README installation blocks, RATSI entries, and a ready-to-run Quick Start prompt.

What is the best way to automate onboarding for multiple agent plugins?

The best way to automate agent onboarding is using a standardized scaffold generation process that applies safe defaults and validation rules to ensure consistent metadata across new plugins.