create-agent
Creates a new LearningAgent with directory structure, core-knowledge.md, and Claude Code agent file. Guides the user through initial configuration.
npx skills add majiayu000/claude-skill-registry --skill create-agent-unsupervisedcom-deepwork --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Create LearningAgent Create a new LearningAgent and guide the user through initial configuration. ## Arguments `$ARGUMENTS` is the agent name. Use dashes for multi-word names (e.g., `rails-activejob`). If not provided, ask the user what to name the agent. ## Procedure ### Step 1: Validate and Run Scaffold Script If the name contains spaces or uppercase letters, normalize to lowercase dashes (e.g., "Rails ActiveJob" → `rails-activejob`). Check `.claude/agents/` for an existing file matching `<agent-name>.md`. If found, inform the user of the conflict and ask how to proceed. Run the scaffold script: ```bash ${CLAUDE_PLUGIN_ROOT}/scripts/create_agent.sh $ARGUMENTS ``` If the script reports that directories already exist, inform the user and ask whether to proceed with updating the configuration or stop. ### Step 2: Configure the Agent Ask the user about the agent's domain: - What domain or area of expertise does this agent cover? - What kinds of tasks will it be delegated to handle? Based on their answers, update: 1. **`.deepwork/learning-agents/<agent-name>/core-knowledge.md`**: Replace the TODO content with the agent's core expertise in second person ("You should...", "You are an
- Arguments
- Procedure
- Step 1: Validate and Run Scaffold Script
- Step 2: Configure the Agent
- Step 3: Seed Initial Knowledge (Optional)
- Step 4: Summary
- Guardrails
What does the create-agent skill do?
Creates a new LearningAgent with directory structure, core-knowledge.md, and Claude Code agent file. Guides the user through initial configuration.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill create-agent-unsupervisedcom-deepwork --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
