reversa-docs-storyteller

Generate interactive glossaries, slide decks, and per-feature documentation from project specifications.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/Pabloprogramador23/loja --skill reversa-docs-storyteller-pabloprogramador23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-docs-storyteller
Source: https://github.com/Pabloprogramador23/loja/tree/main/.agents/skills/reversa-docs-storyteller
Command: npx skills add https://github.com/Pabloprogramador23/loja --skill reversa-docs-storyteller-pabloprogramador23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Narrates project specs and stories into onboarding materials, enabling new contributors to quickly understand a project via interactive glossaries, navigable decks, and per-feature pages.

Core Features & Use Cases

  • Interactive glossary (Concept Explainer with client-side search)
  • Navigable slide deck (6 to 10 slides) that summarizes the project soul and architecture
  • Per-feature pages detailing "How a Feature Works" with links to specs and requirements
  • Greenfield and existing projects supported by auto-adapting glossaries and decks
  • Outputs: glossario.html, deck.html, and features/<slug>.html under .reversa/documentation

Quick Start

Activate with /reversa-docs-storyteller to generate glossario.html, deck.html, and feature pages.

Frequently Asked Questions about reversa-docs-storyteller

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

FAQPage Schema
How do I generate onboarding documentation from project specifications?

Generate onboarding documentation by processing soul.md and specifications into interactive artifacts. This produces a searchable glossary, a navigable slide deck, and per-feature pages to orient new contributors quickly.

What is the best way to create an interactive project glossary for new contributors?

Create an interactive project glossary by extracting definitions from project specs into a client-friendly HTML format. The output features client-side search functionality, enabling new contributors to quickly look up domain concepts.

Can I generate a slide deck summarizing project architecture from markdown files?

Yes, you can generate a navigable slide deck summarizing project architecture from markdown files. The generator creates a 6 to 10 slide deck that outlines the project soul and architecture for quick orientation.

Does this onboarding documentation generator work with mature repositories?

Yes, this onboarding documentation generator works with both greenfield and mature repositories. It auto-adapts the glossaries and decks to the existing project knowledge extracted from specifications and soul.md files.

How do I create per-feature documentation pages with links to specs?

Create per-feature documentation pages by processing specifications to detail how a feature works. These generated pages include direct links to relevant specs and requirements, providing in-depth context for new contributors.

What format are the generated onboarding artifacts saved in?

Generated onboarding artifacts are saved as HTML files under the .reversa/documentation directory. The outputs include glossario.html, deck.html, and individual feature pages formatted as features/<slug>.html.