find_header

Search markdown files for level 1 or 2 headers matching user input.

144|140|Updated Jul 28, 2024
One-click install
npx skills add https://github.com/causify-ai/helpers --skill find-header
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find_header
Source: https://github.com/causify-ai/helpers/tree/main/.claude/skills/skill.find_header
Command: npx skills add https://github.com/causify-ai/helpers --skill find-header

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Finding specific headers in markdown files can be tedious and time-consuming, especially in large documentation repositories.

Core Features & Use Cases

  • Header Location: Search for level 1 or 2 markdown headers related to user queries within designated files.
  • Scope: Applicable for reviewing rules, guidelines, or structured documentation in files matching .claude/*rules*.md.
  • Use Case: When asked how to write Python scripts, quickly find matching headers in rules files to guide development.

Quick Start

Use the find_header skill to locate headers in rule files matching your query.

Frequently Asked Questions about find_header

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

FAQPage Schema
How do I search for specific markdown headers in rules files?

You can search by providing a query to match against level 1 and 2 headers in files following the `.claude/*rules*.md` pattern, returning relevant sections for quick navigation and structural understanding of your documentation.

What is the best way to find relevant sections in large markdown documentation?

The best way is to query level 1 or 2 headers to quickly extract matching sections, reducing the manual effort of scrolling through extensive rules and guidelines files.

Can I locate headers in any markdown file or are there file pattern restrictions?

There are file pattern restrictions: the tool specifically analyzes files matching the `.claude/*rules*.md` pattern to extract relevant sections and report matching headers, making it unsuitable for arbitrary markdown files outside this scope.

Does header search work for navigating development guidelines and rules?

Yes, header search works effectively for navigating development guidelines by matching user queries against level 1 or 2 markdown headers within designated rules files, enabling quick extraction of relevant guidance for tasks like script writing.

What level of markdown headers are supported when searching documentation?

Level 1 and level 2 markdown headers are supported when searching documentation, allowing the tool to extract relevant sections in rules and guidelines files based on user queries and report the matching headers.