dive

Investigate project questions with documentation and code evidence.

3|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/lidessen/moniro --skill dive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dive
Source: https://github.com/lidessen/moniro/tree/main/skills/dive
Command: npx skills add https://github.com/lidessen/moniro --skill dive

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dives deep into project questions to provide evidence-based answers.

Core Features & Use Cases

  • Layered investigation: docs → code → analysis to verify claims with file:line citations.
  • Evidence synthesis: compile findings from multiple sources into a clear answer.
  • Use Case: validates how a feature works by cross-referencing docs, tests, and implementations.

Quick Start

Ask: How does a feature in the codebase work?

Frequently Asked Questions about dive

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

FAQPage Schema
How do I investigate how a specific feature works across documentation and code?

To investigate how a feature works, the system performs a layered search from documentation to code, synthesizing evidence with file:line citations to verify conclusions.

What is the best way to find where specific code resides and understand its architectural context?

The best way to find code and its architectural context is an evidence-backed investigation that cross-references documentation and implementations to provide verifiable answers.

How do I validate what a specific component does by cross-referencing project docs and tests?

You validate what a component does by cross-referencing documentation, tests, and implementations to synthesize findings into a clear, evidence-based answer with file:line citations.

Can I get verifiable file:line citations when searching a codebase for architectural clues?

Yes, you can get verifiable file:line citations. The investigation enforces a frontmatter-guided workflow with layered search to ensure all conclusions about the codebase are verifiable.

Does this evidence-based codebase investigation approach work without external dependencies?

Yes, the evidence-based codebase investigation works without external dependencies. It uses a frontmatter-guided workflow to gather evidence directly from documentation and code.