reversa-agents-help

Explains each Reversa framework agent with analogies and usage commands.

Updated Aug 14, 2026
One-click install
npx skills add https://github.com/Ruggery/OCR_Cartorio --skill reversa-agents-help-ruggery
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reversa-agents-help
Source: https://github.com/Ruggery/OCR_Cartorio/tree/main/.agents/skills/reversa-agents-help
Command: npx skills add https://github.com/Ruggery/OCR_Cartorio --skill reversa-agents-help-ruggery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users of the Reversa framework face a large roster of specialized agents (Scout, Archaeologist, Detective, Architect, Writer, and more) and often do not know which agent or slash command fits their current task. This Skill removes that confusion by presenting a fixed, analogy-based guide to every agent. ## Core Features & Use Cases - Agent directory with analogies: Maps each Reversa agent to a memorable real-world role (e.g., Detective as Sherlock Holmes, Architect as cartographer) so users quickly grasp what it does. - Command menu: Provides a decision table linking user goals (document a legacy system, start a new project, plan a migration) to the correct slash command such as /reversa, /reversa-new, or /reversa-forward. - Workflow sequences: Shows recommended pipelines for legacy analysis, greenfield projects, and migrations, including optional agents like Visor, Data Master, and Design System. - Use Case: A developer inheriting an undocumented legacy system asks which agent to start with; the guide directs them to /reversa and the Scout → Archaeologist → Detective → Architect → Writer → Reviewer pipeline. ## Quick Start Ask the assistant to run /reversa-agents-help to display the full guide explaining which Reversa agent to use for your task.

Frequently Asked Questions about reversa-agents-help

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

FAQPage Schema
How do I choose which Reversa agent to use?▼

Run /reversa-agents-help to display a decision table mapping your goal to the right command. For legacy documentation use /reversa, for new projects use /reversa-new, and for implementing from specs use /reversa-forward.

What is the recommended Reversa pipeline for a legacy system?▼

The recommended legacy pipeline is Scout, then Archaeologist (one module per session), then Detective, Architect, Writer, and Reviewer. Optional agents like Soul Extractor, Visor, Data Master, and Design System can run in any phase.

What is the difference between /reversa-new and /reversa-forward?▼

/reversa-new handles greenfield projects by turning a raw idea into a PRD and SDD specifications through Ideator, Researcher, Drafter, and Spec SDD. /reversa-forward then implements or evolves code from those specifications.

Which Reversa agent documents the database schema?▼

The Data Master agent (/reversa-data-master) documents the database layer, including tables, relationships, constraints, triggers, and procedures. Use it when DDL, migrations, or ORM models are available.

Can Reversa document a UI without running the system?▼

Yes, the Visor agent (/reversa-visor) reconstructs the interface from screenshots alone, documenting screens, forms, and navigation flows. It does not require access to a running system.