create

Creates a new agent workspace with personality templates and a bootstrap ritual.

62|14|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/crisandrews/ClawCode --skill create-crisandrews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create
Source: https://github.com/crisandrews/ClawCode/tree/main/skills/create
Command: npx skills add https://github.com/crisandrews/ClawCode --skill create-crisandrews

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Claude Code starts every session stateless with no identity or memory. This Skill scaffolds a new agent workspace in the current directory so the agent can discover its name, personality, and user context through a guided first-run ritual. ## Core Features & Use Cases - Template Scaffolding: Copies SOUL.md, IDENTITY.md, USER.md, AGENTS.md, TOOLS.md, HEARTBEAT.md, and CLAUDE.md templates into the current directory. - Memory Initialization: Creates a memory/ directory with MEMORY.md and a short-term-recall JSON store for persistent recall. - Bootstrap Ritual: Runs a conversational onboarding where the agent asks for its name, creature, vibe, emoji, and the user's name and timezone, then writes IDENTITY.md and USER.md. - Use Case: A developer installs the ClawCode plugin and wants a personalized agent in a new project folder; running this Skill sets up all identity files and walks through the birth ritual in one flow. ## Quick Start Ask the agent to create a new agent in the current directory, for example by saying "create a new agent named Claw".

Frequently Asked Questions about create

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

FAQPage Schema
How do I create a new agent with Claude Code?

Run the create skill in the directory where you want the agent to live. It copies personality templates like SOUL.md and IDENTITY.md, initializes a memory folder, and starts a bootstrap conversation to define the agent's identity.

What files does the agent creation process generate?

It copies SOUL.md, IDENTITY.md, USER.md, AGENTS.md, TOOLS.md, HEARTBEAT.md, CLAUDE.md, and BOOTSTRAP.md into the current directory, plus a memory/ folder containing MEMORY.md and a short-term-recall JSON file.

Does the create skill work in any directory?

Yes, it creates files in the current directory where Claude Code was launched. The ClawCode plugin must already be installed because the skill copies templates from the plugin's templates folder.

Why does the agent ask questions after the files are created?

The questions are the bootstrap ritual defined in BOOTSTRAP.md. The agent asks about its name, creature, vibe, emoji, and your name and timezone, then writes IDENTITY.md and USER.md and deletes BOOTSTRAP.md.

When should I run /mcp after creating an agent?

Run /mcp once at the very end of the bootstrap ritual, after IDENTITY.md and USER.md are written and BOOTSTRAP.md is deleted. The bootstrap conversation itself does not require an MCP reload.