skill-naming-standard
NewUse when naming, renaming, or reviewing agent skills. Produces cold-readable display names, kebab-case slugs, trigger descriptions, and approval-aware autonomy wording.
Overview
Skill Naming Standard
Name the job, not the lore.
Rules
- •Use Title Case for display names.
- •Use lowercase kebab-case for slugs.
- •Keep slugs under 60 characters.
- •Make names understandable without private memory.
- •Prefer action, domain, and output over vibe.
- •Keep nicknames as aliases inside the body, not in the slug.
- •Use approval language when the skill can change external state.
Naming Patterns
<Domain> <Job>
<Domain> <Artifact> Builder
<Approval Gated> <External Action>
<Continuous> <Monitoring Loop>
<Read Only> <Review Task>Examples:
Expert Execution Upgrade -> expert-execution-upgrade
Workspace Lifecycle Standard -> workspace-lifecycle-standard
Cross Agent Skill Adapter -> cross-agent-skill-adapter
Approval Gated Deployer -> approval-gated-deployer
Continuous Stream Supervisor -> continuous-stream-supervisorDecision Check
- Could a new agent infer when to use it?
- Does it describe the job instead of the author's mental shortcut?
- Is it narrow enough to avoid grabbing unrelated tasks?
- Does the name imply too much autonomy?
- Does the description state approval boundaries?
Output
Display Name: <Title Case>
Slug: <kebab-case>
Description: <trigger + output + approval boundary>
Aliases: <private nicknames only if useful>
Why: <one sentence>Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/skill-naming-standard.md
@skill-naming-standardSecurity Audits
Frequently Asked Questions
What is skill-naming-standard?
Use when naming, renaming, or reviewing agent skills. Produces cold-readable display names, kebab-case slugs, trigger descriptions, and approval-aware autonomy wording.
How to install skill-naming-standard?
To install skill-naming-standard: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/skill-naming-standard.md. Finally, @skill-naming-standard in Claude Code.
What is skill-naming-standard best for?
skill-naming-standard is a agent categorized under General. It is designed for: code-review, agent. Created by dodge1218.