research-analyzing

Analyze the .references directory and generate ANALYSIS.md outlining research scope.

23|2|Updated Jun 9, 2025
One-click install
npx skills add https://github.com/kaptinlin/gozod --skill research-analyzing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-analyzing
Source: https://github.com/kaptinlin/gozod/tree/main/.agents/skills/research-analyzing
Command: npx skills add https://github.com/kaptinlin/gozod --skill research-analyzing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze reference projects in the .references/ directory and generate a root ANALYSIS.md that outlines research scope, topics, references, key files, and focus areas. It serves as a navigation map at the start of a research project, not the final report.

Core Features & Use Cases

  • Scan all reference repositories under .references/ to classify projects by domain and function.
  • Define research topics, assign references to topics, and list key files for quick orientation.
  • Produce an ANALYSIS.md at project root that can be extended by subsequent research writing and tasking.

Quick Start

Run the research-analyzing skill on a project with an existing .references/ folder to generate the initial ANALYSIS.md.

Frequently Asked Questions about research-analyzing

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

FAQPage Schema
How do I outline research scope from existing reference repositories?

To outline research scope, you can analyze a `.references/` directory to classify projects and generate an `ANALYSIS.md` file mapping topics, references, and focus areas. This provides a navigation map for team guidance at project start.

What is the best way to map topics and key files for a new research project?

Mapping topics and key files is done by scanning reference repositories under `.references/`, classifying them by domain, and outputting the structured results into a root `ANALYSIS.md` document for quick orientation.

Do I need a specific directory structure to generate an ANALYSIS.md file?

Yes, generating the `ANALYSIS.md` file requires a project root with an existing `.references/` directory containing the reference repositories you intend to analyze for scope mapping.

Can I use the generated analysis file as a final research report?

No, the generated `ANALYSIS.md` serves as a navigation map at the start of a research project and is designed to be extended by subsequent research writing and tasking, not as a final report.