agent-creator
仓库创建 2026年1月15日最近提交 4 小时前SkillHot 收录 4 小时前
▸ 精选理由
快速产出标准化代理插件与人物设定,加速开发迭代。
这个 Skill 做什么
自动生成自定义子代理插件骨架、角色与可选的路由陪伴技能。
把一句需求变成完整的子代理插件骨架:生成目录结构、角色设定(persona)和可选的路由陪伴技能。用在需要专门子 agent、插件化部署或把职责拆给独立代理时,省去手工搭建流程。特别之处是同时产出配套路由与文件结构,能直接上线或继续定制。
▸ 展开 SKILL.md 英文原文
Create custom AI subagents with proper plugin structure, persona generation, and companion routing skills.
4.4w
Stars
6.5k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/agent-creator/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/agentic-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 公开信息 · 原文版权归作者所有