Summary
The current skills loading uses python3 scripts/skill-loader.py load command. The planned v2.0 interface would use a simpler @load directive syntax.
Current (v1.x)
python3 scripts/skill-loader.py load product:api --language python
Proposed (v2.0)
@load product:api
@load [product:api + CS:python + TS:pytest + SEC:*]
Implementation Ideas
- Shell alias/function: Add to
.bashrc or .zshrc
- Claude Code hook: Pre-task hook that intercepts
@load patterns
- MCP tool: Native MCP tool for skill loading
- Claude Code skill: Custom skill that handles
@load routing
Benefits
- Simpler syntax aligned with documentation examples
- Better UX for new users
- Consistent with CLAUDE.md routing syntax
Summary
The current skills loading uses
python3 scripts/skill-loader.py loadcommand. The planned v2.0 interface would use a simpler@loaddirective syntax.Current (v1.x)
Proposed (v2.0)
@load product:api @load [product:api + CS:python + TS:pytest + SEC:*]Implementation Ideas
.bashrcor.zshrc@loadpatterns@loadroutingBenefits