agent-creator

仓库创建 2026年1月15日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

快速搭建标准化子代理,便于扩展 Agent 生态与团队协作。

这个 Skill 做什么

自动生成子代理插件、人物设定与路由配套技能,完成代理脚手架。

帮你把一个专门的 AI 子代理做成完整的插件包,从一句话的人物简介自动扩展成丰富的 persona,搭好目录脚手架,还能顺手生成把任务自动路由到新代理的 companion skill。需要专门角色(比如客服、分类器或垂类助理)时用,省去手工搭结构和设定人格的繁琐。特别之处是把需求采集、persona 生成、文件夹结构和路由能力一气呵成,方便马上部署成插件。

▸ 展开 SKILL.md 英文原文

Create custom AI subagents with proper plugin structure, persona generation, and companion routing skills.

Skill 开发管理代理生成插件化人物设定通用
4.2w
Stars
6.8k
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/agent-creator/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/agent-creator/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Agent Creator

A skill for creating custom subagents packaged inside proper plugins. This skill
handles the entire flow: gathering requirements, generating a rich persona from
even a one-line description, scaffolding the correct folder structure, and
optionally creating a companion skill that auto-routes tasks to the new agent.

## When to use

Use this skill whenever you need a dedicated, isolated "brain" to handle a specific repetitive task, or when you find yourself repeatedly pasting the same massive system prompt or constraints into the main chat. Creating a dedicated subagent keeps the main conversation lightweight and focused.

## Why this exists

Subagents live inside plugins at `<
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有