What problem does it solve? When you have skills installed across many locations — the current repository, dotfiles groups, gstack, and plugins — it is hard to know what is actually available to call. This Skill prints the complete catalog of loadable skills so you can answer "what skills do I have" without manually inspecting directories. ## Core Features & Use Cases - Full catalog listing: Prints every skill on disk grouped by origin, with repo skills first and shadowed global skills marked and dropped. - Flexible output modes: --desc adds a description column and --names prints bare names one per line for piping into other commands. - Filtered lookup: For "do I have a skill for X" questions, it filters rows by name or description match and reports how many rows were dropped. - Use Case: You just installed a new plugin and want to confirm its skills are visible. Run the listing and check the plugin's group section for the new entries. ## Quick Start Ask the assistant to list all available skills on this machine, optionally with descriptions.