Extract all prompts used so far for the current project from local Claude Code session files, then write them to a chapter prompts markdown file. Use when the user asks to collect, recover, export, or update prompts for a chapter like 2-2, 10-3, or 26-12 into docs/Chapter/chX/X-Y-prompts.md.
Use this skill when the user wants all prompts used so far for the current project, saved into a chapter prompts file.
Expect a chapter id in the form X-Y.
Examples:
2-22-1010-326-12~/.claude/projects/<project-dir>/.docs/Chapter/chX/X-Y-prompts.md.Run:
python3 .claude/skills/extract-project-prompts/scripts/extract_project_prompts.py --chapter X-Y
Replace X-Y with the requested chapter id.
2-2 -> docs/Chapter/ch2/2-2-prompts.md10-3 -> docs/Chapter/ch10/10-3-prompts.md