ted-mosby

Generate end-to-end architectural documentation with source-code traceability from Node.js environments.

3|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/GhostScientist/skills --skill ted-mosby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ted-mosby
Source: https://github.com/GhostScientist/skills/tree/main/skills/ted-mosby
Command: npx skills add https://github.com/GhostScientist/skills --skill ted-mosby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ted Mosby automates architectural documentation for codebases, linking architecture concepts to exact source locations to enable easy navigation from docs to implementation.

Core Features & Use Cases

  • Architecture overview with Mermaid diagrams and module docs with per-module source traceability
  • Data flow diagrams, getting started guides, and an interactive static site for browsing documentation
  • Works for documenting a codebase, a library, or a multi-repo project and can generate user-friendly wikis and navigable sites

Quick Start

Generate architecture documentation for your codebase by starting from your project directory.

Frequently Asked Questions about ted-mosby

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

FAQPage Schema
How do I generate architecture documentation with source-code traceability for my codebase?

Generate source-traceable architecture docs by running the Skill from your project directory. It links architecture concepts to exact source locations, creating an interactive static site with per-module links and Mermaid diagrams.

What is the best way to create an architecture wiki for a multi-repo project?

Creating an architecture wiki for multi-repo projects is automated by generating module documentation with per-module source traceability. The Skill outputs an interactive static site allowing developers to navigate from docs to implementation.

Do I need a Node.js environment to generate interactive documentation sites for my codebase?

A Node.js environment is required to generate interactive documentation sites. The Skill relies on Node.js and SKILL.md metadata to configure output templates, navigation structure, and source traceability links.

Can I use this to generate data flow diagrams and getting started guides for a library?

Yes, you can generate data flow diagrams and getting started guides for a library. The Skill applies to documenting entire codebases or submodules, producing architecture overviews with Mermaid diagrams and navigable documentation sites.

How does source traceability work in the generated architecture documentation?

Source traceability works by linking architectural concepts directly to exact source code locations. This mechanism enables easy navigation from the generated documentation pages to the actual implementation files within your codebase.