Sayanthegamer

Cad Tour — Data skill for Claude Code

Data community

Interactive codebase architecture onboarding tour and data-flow map.

How to install Cad Tour

Installs to ~/.claude/skills/sayanthegamer-cadence-cad-tour/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sayanthegamer-cadence-cad-tour && curl -fsSL https://raw.githubusercontent.com/Sayanthegamer/cadence/HEAD/commands/cad-tour.md -o ~/.claude/skills/sayanthegamer-cadence-cad-tour/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Cad Tour does


name: cad-tour description: Interactive codebase architecture onboarding tour and data-flow map.

Execute the `cadence-tour` skill:

  1. Scout codebase topology, entry points, and domain models with cadence-scout.
  2. Trace the primary input-to-output data flow.
  3. Identify the "Read These 3 Files First" path.
  4. Render the interactive Architecture Tour UI Artifact with Mermaid diagrams and quickstart commands.

Alternatives in Data

  • Archify — Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self 17.2k ★
  • Portaljs Architect — Recommend a data-portal architecture (storage, compute, catalog, access, hosting, metadata) from your needs, t 2.3k ★
  • Global Stock Data — US stock market data for AI coding assistants — zero-auth, official sources 1.5k ★

Full documentation available on GitHub

View Source Repository