What problem does it solve? When working inside a Claude Code session with the clauDNA plugin installed, it is hard to know which of the 36 installed skills fits a given task, or whether the plugin itself is healthy after an install or update. This Skill provides orientation routing across the skill catalog plus a read-only diagnostic that verifies version, hooks, skill frontmatter, dependencies, and telemetry state. ## Core Features & Use Cases - Skill Discovery: Enumerates installed skill directories and matches task intent against frontmatter description fields, including Replaces /old-name breadcrumbs for renamed skills. - Installation Health Check: Runs six sequential read-only checks (plugin location, version vs latest GitHub release, six wired hooks, skill frontmatter parsing, baseline CLI dependencies, telemetry state) and presents a combined findings table. - Use Case: After updating the plugin, run /claudna:using-claudna health to confirm the version matches the latest release, all six hooks are wired, every SKILL.md parses, and required tools like jq, gh, and git are available. ## Quick Start Ask the assistant to run the clauDNA installation health check and report which checks passed, warned, or failed.