Stash
List the skill-stash skills available in the current setup, with a one-line explanation of each. Always read the actual skill files. Never answer from memory; the stash changes.
Steps
Locate the stash. Find the directory this skill lives in and treat its parent as the skills root. Depending on how skill-stash was installed, that is one of:
<project>/.claude/skills/or<project>/.agents/skills/(per-project install)~/.claude/skills/(global symlinks)<clone>/skills/(reading straight from a clone)
Enumerate the skills. List every sibling directory containing a
SKILL.md. When the install location mixes skill-stash skills with unrelated ones (a global or project dir with other skills), include only the skill-stash ones. They resolve via symlink or trace back to the skill-stash repo; when in doubt, read the clone'sskills/directory directly.Read each frontmatter. Take
nameanddescriptionfrom eachSKILL.md. Do not read the full bodies; the frontmatter is the summary.Present the list as a table:
Skill What it does <name><description, trimmed of trigger phrasing. Keep the part that says what it does.> After the table, add one line noting where the skills were found (the path from step 1). If any skill directory had no readable
SKILL.md, name it as broken rather than omitting it silently.