flutter.layered-architecture.document-librarian

Locate and summarize Markdown documentation from specified directories.

2|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/eaglesakura/ai-agent-headquarters --skill flutter-layered-architecture-document-librarian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flutter.layered-architecture.document-librarian
Source: https://github.com/eaglesakura/ai-agent-headquarters/tree/main/skills/flutter.layered-architecture.document-librarian
Command: npx skills add https://github.com/eaglesakura/ai-agent-headquarters --skill flutter-layered-architecture-document-librarian

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers quickly locate and summarize relevant documentation needed for code reviews and requirement definitions, ensuring all necessary context is readily available.

Core Features & Use Cases

  • Contextual Document Search: Searches specified directories (.cursor/skills/ and docs/) for Markdown files relevant to the current task.
  • Summarization: Provides a concise, level-3 summary of found documents.
  • Use Case: During a code review for a new feature, this Skill can find and summarize design documents, architecture guidelines, and coding standards related to that feature, presenting them to the reviewer.

Quick Start

Find and summarize all documents related to the 'user authentication' feature.

Frequently Asked Questions about flutter.layered-architecture.document-librarian

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

FAQPage Schema
How do I find relevant Flutter architecture docs for a code review?

To find Flutter architecture docs for a code review, this Skill scans `.cursor/skills/` and `docs/` directories for Markdown files and summarizes content up to level 3 headings.

Can I automatically summarize project documentation during requirement definition?

Yes, you can summarize project documentation during requirement definition by searching specified directories for Markdown files and extracting concise summaries up to level 3 headings.

What is the best way to retrieve coding standards from a Flutter project?

The best way to retrieve coding standards from a Flutter project is to scan the `docs/` folder for Markdown files, allowing the Skill to locate and summarize the relevant architectural guidelines.

Does this documentation search tool work with non-Markdown files?

No, this documentation search tool does not work with non-Markdown files, as it specifically scans `.cursor/skills/` and `docs/` directories to locate and process Markdown documents.

How deep does the document summarization go for code reviews?

Document summarization for code reviews goes up to level 3 headings, providing a concise overview of the Markdown files found within the specified project directories.

When do I need to search project docs for a code review?

You need to search project docs for a code review when you require contextual background on design documents, architecture guidelines, and coding standards related to a new feature.