role-registry
Defines and enforces standard roles and communication structures for project agents.
Install
mkdir -p .claude/skills/role-registry && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11569" && unzip -o skill.zip -d .claude/skills/role-registry && rm skill.zipInstalls to .claude/skills/role-registry
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Role aliases, reporting hierarchy, signaling obligations, and no-idleness doctrine. Preloaded by all agents at session start.Key capabilities
- →Resolve role aliases to canonical names and session patterns
- →Define a reporting hierarchy for agents
- →Enforce a two-layer implementation boundary for management seats
- →Specify spawn capabilities for different roles
- →Ensure role sessions are spawned using a helper script
- →Resolve aliases to canonical session names before signaling
How it works
The skill maps role aliases to canonical names and session patterns, defines reporting structures, and enforces rules for agent interactions and spawning.
Inputs & outputs
When to use role-registry
- →Standardizing agent team structure
- →Resolving role aliases
- →Initializing agent communication protocols
About role-registry
Maps role aliases to canonical agent patterns and enforces a boot contract for persistent roles to ensure consistent behavior.
Role aliases, reporting hierarchy, signaling obligations, and no-idleness doctrine. Preloaded by all agents at session start.
When not to use it
- →When the user needs to perform actions outside the defined role responsibilities
- →When a management seat needs to directly edit non-scaffolding code
- →When the user needs to spawn a role session without using the helper script
Limitations
- →Management seats perform management functions only; code, scripts, and docs-as-deliverables are written only by sprint agents or task subagents.
- →Every session has one implicit team; `TeamCreate` and `TeamDelete` are retired.
- →Role sessions must be spawned through the helper script to ensure correct profile loading.
How it compares
This skill standardizes agent roles, communication, and operational boundaries through a defined registry and doctrine, providing a consistent framework compared to ad-hoc agent interactions.
Compared to similar skills
role-registry side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| role-registry (this skill) | 0 | 1mo | Review | Advanced |
| using-superpowers | 95 | 3mo | No flags | Beginner |
| ultrawork | 11 | 2mo | No flags | Advanced |
| prompt-optimizer | 43 | 6mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
using-superpowers
obra
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
ultrawork
Yeachan-Heo
Parallel execution engine for high-throughput task completion
prompt-optimizer
solatis
Optimize system prompts for Claude Code agents using proven prompt engineering patterns. Use when users request prompt improvement, optimization, or refinement for agent workflows, tool instructions, or system behaviors.
clawhub
openclaw
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
skill-installer
openai
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
archon
coleam00
Interactive Archon integration for knowledge base and project management via REST API. On first use, asks for Archon host URL. Use when searching documentation, managing projects/tasks, or querying indexed knowledge. Provides RAG-powered semantic search, website crawling, document upload, hierarchical project/task management, and document versioning. Always try Archon first for external documentation and knowledge retrieval before using other sources.