--- name: help description: Show available commands and skills aliases: [commands, skills] --- # /help Command Show available commands and skills in this Claude Code configuration. ## When Invoked Display a formatted list of available functionality: ``` 📚 Claude Code Help ═══ Commands ═══ /pa Personal assistant (natural language) /gcal [today|tomorrow|week] Calendar agenda /usage [today|week|month] Usage statistics /sysadmin:health System health check /sysadmin:update Package updates /sysadmin:autonomy Set autonomy level /k8s:cluster-status Kubernetes health /k8s:deploy Deploy to cluster /k8s:diagnose Troubleshoot issues /programmer Code development ═══ Skills (Auto-Invoked) ═══ These activate automatically based on your request: • gmail - "check my email", "urgent emails" • gcal - "what's on today", "tomorrow's schedule" • k8s - "cluster status", "pod health" • sysadmin - "system health", "disk space" • usage - "usage stats", "how many sessions" ═══ Tips ═══ • Use /pa for natural language requests • Skills trigger automatically - just ask! • Run /usage to see session statistics ``` ## Implementation Read from `state/component-registry.json` and format: 1. List commands with descriptions 2. List skills with trigger examples 3. Show tips for using the system Keep output concise - this should fit in one screen.