--- name: skill-info description: Show information about available skills aliases: [skill, skills-info] invokes: command:skill-info --- # Skill Info Command Show detailed information about available skills. ## Usage ``` /skill-info # List all skills /skill-info # Show skill details /skill-info --scripts # List skills with scripts ``` ## Implementation Run the skill info script: ```bash python3 ~/.claude/automation/skill-info.py [options] [name] ``` ## Output Includes | Field | Description | |-------|-------------| | Description | What the skill does | | Scripts | Available executable scripts | | Triggers | Keywords that invoke the skill | | References | Documentation files | | Allowed Tools | Tool restrictions (if any) |