noodle
Skill-based agent orchestration. Built in Go.
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
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
Skill-based agent orchestration. Built in Go.
FAQ
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.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it