Agent skill · AI & Agents

Agents

USE WHEN user says create custom agents, spin up custom agents, specialized agents, OR asks for agent personalities, available traits, agent voices. Handles custom agent creation, personality assignment, voice mapping, and parallel agent orchestration.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agents-edheltzel-atlas-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/agent/agents-edheltzel-atlas-2/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

## 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION) **You MUST send this notification BEFORE doing anything else when this skill is invoked.** 1. **Send voice notification**: ```bash curl -s -X POST http://localhost:8888/notify \ -H "Content-Type: application/json" \ -d '{"message": "Running the WORKFLOWNAME workflow in the Agents skill to ACTION"}' \ > /dev/null 2>&1 & ``` 2. **Output text notification**: ``` Running the **WorkflowName** workflow in the **Agents** skill to ACTION... ``` **This is not optional. Execute this curl command immediately upon skill invocation.** # Agents - Custom Agent Composition System **Auto-routes when user mentions custom agents, agent creation, or specialized personalities.** ## Configuration: Base + User Merge The Agents skill uses the standard PAI SYSTEM/USER two-tier pattern: | Location | Purpose | Updates With PAI? | |----------|---------|-------------------| | `Data/Traits.yaml` | Base traits, example voices | Yes | | `USER/SKILLCUSTOMIZATIONS/Agents/Traits.yaml` | Your voices, prosody, agents | No | **How it works:** ComposeAgent.ts loads base traits, then merges user customizations over them. Your customizations are never overwr

What's inside
Steps it walks through
  1. 🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION)
  2. Configuration: Base + User Merge
  3. User Customization Directory
  4. Voice Prosody Settings
  5. Prosody Parameters
  6. Example Voice Configuration
  7. Personality → Prosody Guidelines
  8. Overview
  9. Workflow Routing
  10. Route Triggers
  11. Components
  12. Data
  13. Tools
  14. Templates
Ships with 1 file
  • metadata.json
Commands it runs
curl -s -X POST http://localhost:8888/notify \
Usage examples
bun run ~/.claude/skills/Agents/Tools/ComposeAgent.ts --task "Review security"
bun run ~/.claude/skills/Agents/Tools/ComposeAgent.ts --traits "security,skeptical,thorough"
bun run ~/.claude/skills/Agents/Tools/ComposeAgent.ts --list
bun run ~/.claude/skills/Agents/Tools/ComposeAgent.ts --output json
More from claude-skill-registry
All skills →
About this skill
What does the Agents skill do?

USE WHEN user says create custom agents, spin up custom agents, specialized agents, OR asks for agent personalities, available traits, agent voices. Handles custom agent creation, personality assignment, voice mapping, and parallel agent orchestration.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agents-edheltzel-atlas-2 --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