Code tours are like a guided map of your codebase. They help you walk someone through the most important files and lines one step at a time. Each step points to a real file and line number so the reader can see exactly what you mean.
These tours live in a special folder called .tours and use a simple JSON format. You can create tours for onboarding new team members, reviewing pull requests, or explaining how a feature works. The tours are reusable and open directly in the editor.
This skill helps you build these walkthroughs quickly and correctly. It tells you how to discover the code, choose the right audience, and write valid tour files with real file anchors. Every tour tells a clear story instead of just listing files.
Global
mkdir -p ~/.claude/skills/code-tourProject
mkdir -p .claude/skills/code-tourSource Repository
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective
Auditpbakaus/impeccable
Audit your code for accessibility performance theming and anti-patterns
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues