Skip to content

idea: Implement @load directive for skills (v2.0) #20

@williamzujkowski

Description

@williamzujkowski

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

  1. Shell alias/function: Add to .bashrc or .zshrc
  2. Claude Code hook: Pre-task hook that intercepts @load patterns
  3. MCP tool: Native MCP tool for skill loading
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions