How this skill is triggered — by the user, by Claude, or both
Slash command
/skillforge:create-agentThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
创建新的subagent文件,如果插件结构不存在则自动初始化。
创建新的subagent文件,如果插件结构不存在则自动初始化。
检查当前目录是否存在 .claude/ 目录
├─ 找到 → 继续到步骤3
└─ 未找到 → 进入步骤2(同create-skill的自动初始化)
与create-skill相同的初始化流程。
询问用户:
.claude/agents/{agent-name}.md^[a-z0-9-]+$✅ Agent已创建: {agent-name}
📁 位置: ./.claude/agents/{agent-name}.md
🚀 该agent立即可在/agents菜单中使用
用户: "创建一个git-helper agent"
执行流程:
npx claudepluginhub blueif16/amazing-claude-code-plugins --plugin skillforgeCreates custom AI subagents with proper plugin structure, persona generation, and optional companion routing skills. Use when you need a dedicated agent for a repetitive task.
Creates custom Claude Code agents (subagents) with configurable model, tools, permissions, memory, and scope. Use for delegation or specialized tasks.
Guides creation of autonomous subagents for Claude Code plugins, covering file structure, frontmatter fields, system prompts, and triggering conditions.