code-tour

Generate structured Markdown code tours with validated file paths.

20|3|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/DVNghiem/FlowDeck --skill code-tour-dvnghiem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-tour
Source: https://github.com/DVNghiem/FlowDeck/tree/main/src/skills/code-tour
Command: npx skills add https://github.com/DVNghiem/FlowDeck --skill code-tour-dvnghiem

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating guided, step-by-step code tours that make complex codebases navigable for onboarding and reviews.

Core Features & Use Cases

  • Onboarding: produce structured tours that explain entry points, key patterns, and coding conventions.
  • Architecture clarity: illustrate component relationships, data flow, and design decisions through navigable steps.
  • PR workflows: generate tour documentation for changes to support reviews and knowledge transfer.
  • Output flexibility: save tours to standard locations such as .codebase/tours or docs/tours for easy reuse.

Quick Start

Use the code-tour skill to create a tour for a new feature or changed module, then tailor steps to your audience.

Frequently Asked Questions about code-tour

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a code walkthrough for onboarding new developers?

To create a code walkthrough for onboarding, generate structured Markdown tours with step-by-step sections that explain entry points, key patterns, and coding conventions. These guided tours clarify complex codebases, making them navigable for new team members.

What is the best way to document architecture and data flow for stakeholders?

The best way to document architecture for stakeholders is to produce guided code tours. These tours illustrate component relationships, data flow, and design decisions through navigable steps, translating complex codebase structures into clear documentation.

Can I generate PR review guides for large codebase changes?

Yes, you can generate PR review guides for large changes. The process creates tour documentation specifically for your modifications, supporting code reviews and facilitating knowledge transfer across the development team.

Where are generated codebase tours saved?

Generated codebase tours are saved as Markdown files in standard directories. The structured outputs are validated and stored at .codebase/tours/[topic].md or docs/tours/[topic].md, ensuring easy reuse and access for the team.

Does the tool validate file paths referenced in the documentation?

Yes, the process validates referenced file paths. When generating a code tour, the system checks the paths included in the step-by-step sections to ensure they accurately point to the correct locations within the codebase.