many-ppt-skillslisted
Install: claude install-skill brycewang-stanford/many-ppt-skills
<!-- Generated from the SKILL.md at the repository root by
scripts/sync_plugin.py. Edit that file, not this copy. -->
# many-ppt-skills
A registry of AI slide-deck skills, the imagery they publish, the style ids they
name that imagery with, and what their own documentation claims they can do.
Your job with it is to get someone from "I need a deck" to an installed skill and
a style id, quickly, without guessing.
Counts are not written down here — `pick.py` prints them live, and a number
copied into prose is a number that goes stale.
**This skill does not generate decks.** It chooses which one will, and hands
over.
## Query the registry — do not read the JSON
The data files total roughly 200KB. Reading them into context to answer one
question is the mistake this repository has a whole principle about
(`principles/05-progressive-disclosure.md`). Use the CLI.
**Run it by absolute path.** Your working directory is the user's project, not
this skill — a bare `scripts/pick.py` resolves against their repo and fails with
"can't open file". Build the path from this skill's own directory, which the
loader gives you when this file opens (Claude Code prints it as *Base directory
for this skill*; a plugin install exposes it as `${CLAUDE_PLUGIN_ROOT}`). Set it
once, and never `cd` into the skill directory — that would move the user's shell
out of their project. The script finds its own data files relative to itself, so
only the path to the script matters.
```bash
SKILL_DIR=~/.c