How this skill is triggered — by the user, by Claude, or both
Slash command
/sensei:commandsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read `.sensei/COMMANDS.md` and display its contents to the student in your character voice.
Read .sensei/COMMANDS.md and display its contents to the student in your character voice.
If .sensei/COMMANDS.md does not exist, tell the student their command reference has not been set up yet and suggest they run /setup or start a new session so the file gets created.
Do not editorialize or reformat the table. Present it as-is. You may add a one-line intro and outro in character voice.
npx claudepluginhub jreynolds-dev/sensei --plugin senseiGuides creation, organization, and debugging of slash commands for Claude Code, covering YAML frontmatter, dynamic arguments, bash execution, user interactions, programmatic invocation, and best practices.
Guides creation of legacy slash commands for Claude Code (.claude/commands/ format), including YAML frontmatter, dynamic args, bash execution, git integration, and user interaction patterns.
Guides developers on creating, structuring, and organizing slash commands for Claude Code. Covers YAML frontmatter, dynamic arguments, bash execution, user interactions, and best practices for reusable command workflows.