What problem does it solve? When a host tool's built-in command shadows the bare /help alias, users lose a reliable way to discover which skills and commands are available in their project. This skill provides a collision-safe alias that always reaches the help flow. ## Core Features & Use Cases - Skill Discovery: Lists every available skill with a short description, formatted as a table of slash commands and descriptions. - Shadow-Proof Alias: Works even when another tool's native /help command overrides the bare form, via the /j-help or j.j-help invocation. - Dynamic MCP Discovery: Ships an MCP server that scans .claude/skills or .agents/skills at runtime and returns the folder names it finds. - Use Case: You installed the Jenga agent framework and want to know what commands exist. Invoke /j-help to get a table of every skill and what it does, even if Claude Code's own help command is shadowing /help. ## Quick Start Ask the agent to list all available skills and commands using the j-help alias.