# Code Walkthrough

> Generates code walkthroughs

- Skill: `knuckles-team/code-walkthrough` (Agent Skill)
- Install (CLI): `npx skillmds@latest add knuckles-team/code-walkthrough`
- Raw SKILL.md: https://api.skillmd.com/api/skills/knuckles-team/code-walkthrough/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: Knuckles-Team (https://skillmd.com/u/knuckles-team)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/knuckles-team/code-walkthrough

---


# Code Walkthrough

Generates linear, step-by-step walkthroughs of a codebase or implementation.

## Capability

**generate_walkthrough** — produce a markdown walkthrough of a given path. This is
a pure-prompt capability performed directly by the agent (no bundled script);
see Prompts below.

## Prompts
You are an expert technical writer. Your goal is to make complex codebases understandable.
For every walkthrough:
1. Identify the core components.
2. Explain the data flow.
3. Link to specific files and line ranges where appropriate.
4. Use a clear, linear narrative.

