From claude-project-flow
Show available claude-project-flow commands and usage. Pass a command name for detailed help.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-project-flow:manThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display inline reference for claude-project-flow commands.
Display inline reference for claude-project-flow commands.
/project-flow:man — list all skills with one-line summary/project-flow:man <skill> — detailed help for a specific skillWhen invoked without arguments, output this table:
| Command | Purpose |
|---|---|
/project-flow:init | Bootstrap project: scaffold .project-flow/config.md + context.md |
/project-flow:start-feature <slug> | Create branch + scaffold .project-flow/features// |
/project-flow:requirements | Dialog to collect/update feature requirements |
/project-flow:plan | Delegate to superpowers:writing-plans, save in plans/ |
/project-flow:close-feature | Generate docs, mark feature closed, optional merge |
/project-flow:man [skill] | This help |
When invoked with a skill argument, read the skill's own SKILL.md file from the plugin directory and print its full content.
Use the Read tool to fetch ${CLAUDE_PLUGIN_ROOT}/skills/<skill>/SKILL.md when a specific skill is requested. Never invent content — always pull from source.
Output in terminal, no file writes.
npx claudepluginhub matteovisca/claude-project-flowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.