code-tour

Create guided codebase tours with YAML-defined steps and file anchors.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/hector-manny/bussbot --skill code-tour-hector-manny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-tour
Source: https://github.com/hector-manny/bussbot/tree/main/.cursor/skills/code-tour
Command: npx skills add https://github.com/hector-manny/bussbot --skill code-tour-hector-manny

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of onboarding new team members, understanding complex codebases, and facilitating knowledge transfer by providing guided, step-by-step tours through code.

Core Features & Use Cases

  • Code Tour Creation: Generate .tour files that direct users through codebases with file and line anchors.
  • Use Case: A new engineer needs to understand the architecture of a service. Use this Skill to create a guided tour that highlights key components and their relationships.

Quick Start

Create a code tour for the 'payments' service by running the command 'code-tour payments'.

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 guided codebase tour for onboarding new engineers?

Create guided codebase tours by generating .tour files using the CodeTour format. The Skill defines tour steps in YAML with file and line anchors, directing new engineers through key components and architecture relationships step by step.

What is a code tour and how does it help with knowledge transfer?

A code tour is a guided, step-by-step walkthrough of a codebase using .tour files with file and line anchors. It facilitates knowledge transfer by highlighting key components and relationships, making complex architecture easier to understand.

Do I need to understand my codebase structure before generating a CodeTour?

Yes, generating a CodeTour requires a clear understanding of the codebase structure and user persona. This ensures the YAML-defined tour steps with file and line anchors accurately target the components needed for onboarding.

Can I use YAML to define specific file and line anchors for a code tour?

Yes, you can use YAML to define tour steps with specific file and line anchors for code tours. This allows precise navigation through codebases, highlighting key components and their relationships for architecture understanding.

What's the best way to onboard a new team member to a complex service architecture?

The best way to onboard new members to complex service architecture is creating guided code tours using CodeTour format. The Skill generates .tour files with YAML steps and file anchors, highlighting key components and relationships for clear knowledge transfer.