A Claude Code skill that creates detailed linear walkthroughs of codebases using showboat.
Copy the .claude/skills/linear-walkthrough/ directory into your project or personal ~/.claude/skills/ directory.
/linear-walkthrough [path-to-source]
- Claude Code CLI
- showboat installed and available in PATH
- Once showboat#25 lands (
--output-langflag), remove the manual fence-fixing step from the skill and use--output-langinstead.
Based on the Linear Walkthroughs pattern from Simon Willison's Agentic Engineering Patterns guide.