read-docs

Search internal project documentation by keywords and prioritize Markdown content matches.

1|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/nielsmadan/agentic-coding --skill read-docs-nielsmadan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: read-docs
Source: https://github.com/nielsmadan/agentic-coding/tree/main/claude/skills/read-docs
Command: npx skills add https://github.com/nielsmadan/agentic-coding --skill read-docs-nielsmadan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly find and understand internal project documentation, saving you time and effort when you need specific information about conventions, architecture, or domain knowledge.

Core Features & Use Cases

  • Targeted Search: Finds relevant documentation based on keywords.
  • Prioritized Results: Ranks search results based on relevance and file location.
  • Use Case: Before implementing a new authentication feature, use this skill to search for "auth" to find relevant patterns, conventions, and potential pitfalls documented within the project.

Quick Start

Use the read-docs skill to search for information about the database schema.

Frequently Asked Questions about read-docs

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

FAQPage Schema
How do I search internal project documentation by keywords?

To search internal project documentation, provide specific keywords to retrieve relevant patterns, conventions, architecture details, or domain knowledge. The search prioritizes exact filename matches, filename content matches, and content matches within Markdown files.

What is the best way to find project-specific conventions before implementing a new feature?

Finding project-specific conventions before implementing a feature requires searching internal documentation with relevant keywords. This retrieves documented patterns and potential pitfalls, prioritizing exact filename matches and Markdown content matches to quickly deliver needed architectural context.

Can I use keyword search to find domain knowledge across Markdown files?

You can use keyword search to find domain knowledge across Markdown files by matching provided terms against file contents. The search mechanism applies targeted queries to quickly retrieve relevant project-specific information and architectural details.

How does targeted search prioritize results when looking for project architecture details?

Targeted search prioritizes results by relevance and file location when looking for project architecture details. It ranks findings based on exact filename matches, filename content matches, and content matches found specifically within Markdown files.

Does searching for internal documentation work for finding database schema information?

Searching for internal documentation works for finding database schema information by applying targeted keyword queries to the project knowledge base. It retrieves relevant details by matching search terms against filenames and Markdown file contents.

What are the limitations of retrieving project info using keyword search?

Limitations of retrieving project info using keyword search include its reliance on exact filename matches, filename content matches, and Markdown file content matches. It may not surface undocumented domain knowledge or conventions not explicitly written in the searched files.