Agent skill · AI & Agents

create-agent

Creates a new LearningAgent with directory structure, core-knowledge.md, and Claude Code agent file. Guides the user through initial configuration.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/agent/create-agent-unsupervisedcom-deepwork/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Arguments
  2. Procedure
  3. Step 1: Validate and Run Scaffold Script
  4. Step 2: Configure the Agent
  5. Step 3: Seed Initial Knowledge (Optional)
  6. Step 4: Summary
  7. Guardrails
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going