Code Tour
Skill Verified ActiveUse when the user asks to create a CodeTour .tour file — persona-targeted, step-by-step walkthroughs that link to real files and line numbers. Trigger for: create a tour, onboarding tour, architecture tour, PR review tour, explain how X works, vibe check, RCA tour, contributor guide, or any structured code walkthrough request.
To automate the creation of structured, persona-targeted code walkthroughs as CodeTour files, making it easier to onboard new developers, explain complex code, or document architectural components.
Features
- Generates `.tour` files for CodeTour extension
- Supports persona-targeted walkthroughs (new joiner, reviewer, architect, etc.)
- Includes step-by-step guidance with file and line number anchors
- Validates file paths and line numbers
- Provides narrative arc and SMIG formula for descriptions
Use Cases
- Creating onboarding tours for new team members
- Generating architecture walkthroughs for understanding complex systems
- Documenting specific code sections for PR reviews or bug investigations
- Building contributor guides for open-source projects
Non-Goals
- Modifying source code directly
- Generating tours for non-code related content
- Providing general code explanations without a structured tour format
Installation
First, add the marketplace
/plugin marketplace add alirezarezvani/claude-skills/plugin install code-tour@claude-code-skillsQuality Score
VerifiedTrust Signals
Similar Extensions
Typescript Advanced Types
100Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Migrate Validate
100Validate pending migrations for foreign key consistency, rollback safety, and best practices
Lean Ctx
100Context Runtime for AI Agents — 59 MCP tools, 10 read modes, 95+ shell patterns, tree-sitter AST for 18 languages. Compresses LLM context by up to 99%. Use when reading files, running shell commands, searching code, or exploring directories. Auto-installs if not present.
Semgrep Rule Creator
100Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns. Use when writing Semgrep rules or building custom static analysis detections.
Use My Browser
100Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.