A Cursor plugin that adds the /how skill: ask how a subsystem, feature, or flow works, and the agent produces a clear architectural explanation at the level of a senior engineer onboarding onto a new area.
$ npx -y skills add poteto/how --agent claude-code
Run the curl in your terminal, the rest in Claude Code.
Repo: poteto/how
What's inside
A Cursor plugin that adds the /how skill: ask how a subsystem, feature, or flow works, and the agent produces a clear architectural explanation at the level of a senior engineer onboarding onto a new area.
Two modes, picked automatically from your question:
For complex questions that span multiple files or services, the skill decomposes the question into 2โ4 parallel exploration angles and spawns explorer subagents that gather findings in parallel. A synthesis agent then reconciles their findings into a single coherent explanation. Simple questions skip the fan-out and run end-to-end in a single agent.
how/
โโโ .cursor-plugin/
โ โโโ plugin.json
โโโ skills/
โโโ how/
โโโ SKILL.md
โโโ references/
โโโ explainer-prompt.md
โโโ explorer-prompt.md
โโโ critic-prompt.md
โโโ critique-rubric.md
SKILL.md contains the top-level routing logic (simple vs. complex, explain vs. critique). The references/ folder holds the prompt templates that the agent hands to each subagent, plus the critique rubric used during the critique pass.
MIT
.agents/
skills
.cursor-plugin/
plugin.json
LICENSE
README.md
skills/
how/
references/
critic-prompt.md
critique-rubric.md
explainer-prompt.md
explorer-prompt.md
SKILL.mdFAQ
how is a Claude Code plugin with 1 hand-picked skill for documentation work, indexed on Flowy. Install it with the command on its page. It includes how. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.