Preflight Checklist
Problem Statement
Skills can only be loaded from hardcoded paths:
~/.claude/skills/
<project>/.claude/skills/
- Plugin-relative paths
No way to point Claude at a custom directory like .agents/skills/ without symlinks or complex plugin setups.
Use Cases
- Project uses
.agents/skills/ or scripts/claude/skills/ for organization
- Don't want to restructure repo or maintain symlinks
- Want team to share skills from a custom location
Potential Solutions
Option A: Environment variable
CLAUDE_SKILLS_PATH=".agents/skills"
Option B: Settings.json
{
"additionalSkillsPaths": [".agents/skills"]
}
Option C: Support ${CLAUDE_PROJECT_DIR} in plugin.json skills paths
Currently only ${CLAUDE_PLUGIN_ROOT} works.
Priority
Medium - Quality of life
This issue was created using Claude Code 🤖
Preflight Checklist
Problem Statement
Skills can only be loaded from hardcoded paths:
~/.claude/skills/<project>/.claude/skills/No way to point Claude at a custom directory like
.agents/skills/without symlinks or complex plugin setups.Use Cases
.agents/skills/orscripts/claude/skills/for organizationPotential Solutions
Option A: Environment variable
CLAUDE_SKILLS_PATH=".agents/skills"Option B: Settings.json
{ "additionalSkillsPaths": [".agents/skills"] }Option C: Support
${CLAUDE_PROJECT_DIR}in plugin.json skills pathsCurrently only
${CLAUDE_PLUGIN_ROOT}works.Priority
Medium - Quality of life
This issue was created using Claude Code 🤖