TL;DR: PAI skills should use a pai- prefix (e.g., /pai-research, /pai-security) to prevent collisions with Claude Code built-ins, enable instant identification at the slash-command prompt, and future-proof against the growing CC skill ecosystem.
The Proposal
Rename PAI skills from generic nouns to prefixed names:
/research -> /pai-research
/security -> /pai-security
/media -> /pai-media
/thinking -> /pai-thinking
/utilities -> /pai-utilities
Typing /pai- at the prompt instantly filters to only PAI skills — no scrolling through CC built-ins or third-party plugins. Every PAI skill clusters together alphabetically and is immediately recognizable as "mine."
Alternative: DA-Name Prefix
Users who prefer personal branding could use their DA name instead:
/viki-research
/viki-telos
/kai-security
| Factor |
pai- |
DA name (e.g., viki-) |
| Stable across DA changes |
Yes |
No |
| Self-documenting |
Yes — "PAI" is the system name |
Requires knowing the DA |
| Multi-DA support |
Single namespace |
Natural per-DA namespaces |
| Community precedent |
None yet |
kai-browser-skill already exists (#309) |
Recommendation: pai- as default. It's stable, recognizable, and system-agnostic.
What to Rename (Tiered)
| Priority |
Skills |
Reason |
| P0 — Now |
simplify, batch, debug |
Already collide with CC built-ins |
| P1 — Soon |
Research, Security, Media, Utilities, Documents |
Generic nouns CC or community will claim |
| P2 — Optional |
Scraping, Agents, Thinking, Investigation |
Medium collision risk |
| Skip |
Telos, Aphorisms, Fabric, BeCreative, Council, RedTeam, FirstPrinciples, WorldThreatModelHarness |
Distinctive enough |
What Each Rename Touches
- Directory name (
skills/Research/ -> skills/pai-research/)
name: frontmatter in SKILL.md
USE WHEN triggers in description (add pai-research as keyword)
- References in CLAUDE.md, SkillGuard, and the compiled skill index
- Nested sub-skill parent references
Why This Matters
Three PAI skills already collide with CC built-ins
CC bundles simplify, batch, and debug. PAI's versions currently win (personal > project priority), but if Anthropic promotes these to managed/enterprise level, PAI's versions get silently overridden with zero warning.
CC silently fails on name collisions — no error, no fallback
- A skill named
skill breaks ALL custom command loading (anthropics/claude-code#13586)
- Skills named
code, debug, architect silently fail to load (#14864)
- No reserved name list has ever been published despite community requests
No official namespacing solution is coming for personal skills
Anthropic has closed every namespacing feature request as "Not Planned":
- Cross-plugin skill references (#15944) — Not Planned
# prefix to distinguish skills from commands (#17647) — Not Planned
- Disabling built-in skills (#26838) — Still open
Even the plugin namespace system is buggy: skills with a name: field in frontmatter lose their plugin prefix entirely (#17271 — still open).
PAI's autocomplete will hit CC's truncation bug
With 49+ skills, PAI triggers CC's autocomplete truncation (#28946) which randomly samples skills when the count exceeds the display limit. A consistent prefix ensures PAI skills group together before truncation.
Precedent Within the PAI Community
This idea isn't new — it's already happening organically:
- #463 proposed
PAI_<PACKNAME>_* env var namespacing — same logic, different domain
- #128 proposed
{user}-engineer.md alongside core agents — same instinct, for agents
- Discussion #309 — a community member published
kai-browser-skill, naturally using the DA name as prefix
- #576 — PAI's integrity system can't distinguish personal from system skills. A prefix would solve this classification problem trivially
The TitleCase vs CC-lowercase tension (#239, Discussion #241) and upgrade pain (Discussion #754, #650) both point to the same root cause: PAI skills occupy CC's global namespace without protection.
Implementation Notes
The name field in SKILL.md frontmatter must be lowercase-hyphenated (max 64 chars). It cannot contain anthropic or claude, but pai- is valid. CC discovers skills by scanning ~/.claude/skills/ directories and reading name: + description: from frontmatter at startup.
A migration could be phased: new names active immediately, old names supported via symlinks or aliases during a transition period.
Researched and written by Claude (Opus 4.6), @virtualian's Viki, and Ian Marr.
TL;DR: PAI skills should use a
pai-prefix (e.g.,/pai-research,/pai-security) to prevent collisions with Claude Code built-ins, enable instant identification at the slash-command prompt, and future-proof against the growing CC skill ecosystem.The Proposal
Rename PAI skills from generic nouns to prefixed names:
Typing
/pai-at the prompt instantly filters to only PAI skills — no scrolling through CC built-ins or third-party plugins. Every PAI skill clusters together alphabetically and is immediately recognizable as "mine."Alternative: DA-Name Prefix
Users who prefer personal branding could use their DA name instead:
pai-viki-)kai-browser-skillalready exists (#309)Recommendation:
pai-as default. It's stable, recognizable, and system-agnostic.What to Rename (Tiered)
simplify,batch,debugResearch,Security,Media,Utilities,DocumentsScraping,Agents,Thinking,InvestigationTelos,Aphorisms,Fabric,BeCreative,Council,RedTeam,FirstPrinciples,WorldThreatModelHarnessWhat Each Rename Touches
skills/Research/->skills/pai-research/)name:frontmatter in SKILL.mdUSE WHENtriggers in description (addpai-researchas keyword)Why This Matters
Three PAI skills already collide with CC built-ins
CC bundles
simplify,batch, anddebug. PAI's versions currently win (personal > project priority), but if Anthropic promotes these to managed/enterprise level, PAI's versions get silently overridden with zero warning.CC silently fails on name collisions — no error, no fallback
skillbreaks ALL custom command loading (anthropics/claude-code#13586)code,debug,architectsilently fail to load (#14864)No official namespacing solution is coming for personal skills
Anthropic has closed every namespacing feature request as "Not Planned":
#prefix to distinguish skills from commands (#17647) — Not PlannedEven the plugin namespace system is buggy: skills with a
name:field in frontmatter lose their plugin prefix entirely (#17271 — still open).PAI's autocomplete will hit CC's truncation bug
With 49+ skills, PAI triggers CC's autocomplete truncation (#28946) which randomly samples skills when the count exceeds the display limit. A consistent prefix ensures PAI skills group together before truncation.
Precedent Within the PAI Community
This idea isn't new — it's already happening organically:
PAI_<PACKNAME>_*env var namespacing — same logic, different domain{user}-engineer.mdalongside core agents — same instinct, for agentskai-browser-skill, naturally using the DA name as prefixThe TitleCase vs CC-lowercase tension (#239, Discussion #241) and upgrade pain (Discussion #754, #650) both point to the same root cause: PAI skills occupy CC's global namespace without protection.
Implementation Notes
The
namefield in SKILL.md frontmatter must be lowercase-hyphenated (max 64 chars). It cannot containanthropicorclaude, butpai-is valid. CC discovers skills by scanning~/.claude/skills/directories and readingname:+description:from frontmatter at startup.A migration could be phased: new names active immediately, old names supported via symlinks or aliases during a transition period.
Researched and written by Claude (Opus 4.6), @virtualian's Viki, and Ian Marr.