Initialize a new skill
Creates a new skill with proper structure and template files for Claude Code.
/plugin marketplace add bengous/claude-code-plugins/plugin install claude-meta-tools@bengous-plugins<name> [--path <dir>]claude-opus-4-5skill-creator/Create a new skill with proper structure and template files.
/skill-creator:init <skill-name> [--path <directory>]
<skill-name>: Name of the skill to create (required)--path <directory>: Directory where the skill should be created (optional, defaults to current directory)The initialization script creates:
SKILL.md - Main skill prompt file with templateExecute the skill initialization script:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/init_skill.py" $ARGUMENTS
After initialization, inform the user about the created files and next steps.