reversa-docs-storyteller

Generate glossary, deck, and feature pages from project documentation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/maximoseo/github-repos-radar --skill reversa-docs-storyteller-maximoseo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reversa-docs-storyteller
Source: https://github.com/maximoseo/github-repos-radar/tree/main/.agents/skills/reversa-docs-storyteller
Command: npx skills add https://github.com/maximoseo/github-repos-radar --skill reversa-docs-storyteller-maximoseo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Narrative onboarding for new contributors by transforming specs and stories into interactive documentation (glossary, deck, and per-feature pages) to speed up project understanding.

Core Features & Use Cases

  • Glossary and concept search: client-side definitions derived from soul.json to help teams understand domain terms.
  • Navigable deck: a visual overview of purpose, architecture, and feature details across the project.
  • Feature pages: How a Feature Works style narratives with references to specs in _reversa_sdd and design inputs.

Quick Start

Activate the skill with /reversa-docs-storyteller and supply soul.md along with _reversa_sdd specs to generate glossaries, a navigable deck, and per-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 a glossary from project documentation for onboarding new teammates?▼

You can generate a glossary for onboarding by transforming project specs into client-side definitions. This skill organizes documentation into a searchable glossary derived from project metadata to speed up domain understanding.

What is the best way to create a navigable deck and feature pages from software specs?▼

The best way to create a navigable deck from specs is to use storytelling automation. It transforms stories into visual feature pages and a deck overview, providing interactive documentation for project onboarding.

How do I document software features as interactive HTML artifacts?▼

To document software features as HTML artifacts, supply your specs and soul metadata to a documentation generator. It outputs navigable feature pages and glossaries under the designated documentation directory.

Can I build an indexable glossary from markdown files without external dependencies?▼

Yes, you can build an indexable glossary from markdown files without external dependencies. The skill uses file-based inputs and frontmatter-driven metadata to generate standalone HTML artifacts.

Does this storytelling documentation approach work for projects needing human onboarding?▼

Yes, this storytelling documentation approach is designed for projects needing human onboarding. It transforms raw specifications into narrative feature pages and visual decks to accelerate contributor understanding.

What format do I need for my documentation inputs to generate the glossary and deck?▼

You need a soul.md file and _reversa_sdd specs as inputs. The skill processes these file-based inputs alongside frontmatter-driven SKILL metadata to generate the HTML documentation artifacts.