reversa-agents-help

Explains each Reversa framework agent's role and command using analogies.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/lacsousa/mediclaw-system --skill reversa-agents-help-lacsousa
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reversa-agents-help
Source: https://github.com/lacsousa/mediclaw-system/tree/main/.agents/skills/reversa-agents-help
Command: npx skills add https://github.com/lacsousa/mediclaw-system --skill reversa-agents-help-lacsousa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams adopting the Reversa agent framework struggle to know which of its many agents (Scout, Archaeologist, Detective, Architect, Writer, and others) to invoke for a given task. This Skill provides a fixed, analogy-based guide that maps each agent to a real-world profession so users can pick the right command quickly. ## Core Features & Use Cases - Agent Directory: Presents a menu table linking user goals (legacy discovery, greenfield projects, migration, documentation) to the correct slash command. - Analogy-Based Explanations: Describes each agent through a professional analogy, such as the Scout as a real estate agent or the Detective as Sherlock Holmes. - Pipeline Guidance: Shows the recommended execution sequence for legacy, greenfield, and migration workflows. - Use Case: A developer new to Reversa wants to document a legacy system but does not know where to start; invoking this Skill returns the full guide pointing them to /reversa and the Scout-to-Reviewer pipeline. ## Quick Start Ask the assistant to run /reversa-agents-help to display the complete guide explaining what each Reversa agent does and when to use it.

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?▼

Invoke /reversa-agents-help to display a guide mapping goals to commands. For legacy discovery use /reversa, for greenfield projects use /reversa-new, for migrations use /reversa-migrate, and for documentation sites use /reversa-docs.

What is the recommended order of Reversa agents for legacy code?▼

The manual legacy pipeline runs Scout first for inventory, then Archaeologist per module, followed by Detective, Architect, Writer, and Reviewer. Optional agents like Soul Extractor, Visor, Data Master, and Design System can run in any phase.

Which AI coding assistants support this Reversa help skill?▼

The skill declares compatibility with Claude Code, Codex, Cursor, Gemini CLI, and other agents supporting the Agent Skills format. It is activated with the /reversa-agents-help command.

What does the Reversa Scout agent do?▼

Scout generates a project inventory covering languages, frameworks, modules, and dependencies without reading the code in depth. It is analogous to a real estate agent doing a first tour of a property and runs at the start of analysis.

When should I use Reversa Brainstorm instead of Reversa New?▼

Use /reversa-brainstorm when the idea is still raw and needs framing, exploration, and challenge before any specification. Use /reversa-new for greenfield projects ready to move from idea to PRD and implementation specs.