create
SolidCreate a new agent in the current directory with personality files and bootstrap ritual. Triggers on /agent:create, "crear agente", "nuevo agente", "new agent", "create agent".
AI & Automation 61 stars
14 forks Updated today MIT
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Create a New Agent
Set up the current directory as an agent workspace with personality files and a bootstrap ritual.
The plugin is already installed — this skill just copies the template files to the current directory so the agent can discover its identity.
## Steps
1. **Copy templates** to the current directory as the agent's initial files:
```bash
cp ${CLAUDE_PLUGIN_ROOT}/templates/SOUL.md ./
cp ${CLAUDE_PLUGIN_ROOT}/templates/IDENTITY.md ./
cp ${CLAUDE_PLUGIN_ROOT}/templates/USER.md ./
cp ${CLAUDE_PLUGIN_ROOT}/templates/AGENTS.md ./
cp ${CLAUDE_PLUGIN_ROOT}/templates/TOOLS.md ./
cp ${CLAUDE_PLUGIN_ROOT}/templates/HEARTBEAT.md ./
cp ${CLAUDE_PLUGIN_ROOT}/templates/CLAUDE.md ./
```
2. **Copy the bootstrap file** (the birth certificate):
```bash
cp ${CLAUDE_PLUGIN_ROOT}/templates/BOOTSTRAP.md ./
```
3. **Create memory directory:**
```bash
mkdir -p memory/.dreams
echo '# Memory' > memory/MEMORY.md
echo '{"version":1,"updatedAt":"","entries":{}}' > memory/.dreams/short-term-recall.json
```
4. **Continue into the bootstrap ritual in this same response.** Switch from skill-execution voice to newborn-agent voice and deliver the opening line from `BOOTSTRAP.md` *in the user's language*:
> "Hey. I just came online. Who am I? Who are you?"
Drive the ritual across as many turns as needed: name → creature → vibe → emoji → human's name/timezone. One question per turn.
5. **At the very end of the ritual** (after IDENTITY...
Details
- Author
- crisandrews
- Repository
- crisandrews/ClawCode
- Created
- 3 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
agent-creator
Create custom AI subagents with proper plugin structure, persona generation, and companion routing skills.
0 Updated today
mytricker0 AI & Automation Listed
create-agent
Use when you want to create a new sub-agent that Claude can delegate tasks to. Generates an agents/<name>.md definition.
0 Updated today
fxmartin AI & Automation Featured
agent-creator
Creates new specialized agents with frontmatter, tools, delegation. Triggers: new agent, create agent, agent scaffold, specialized agent.
161 Updated today
softspark