wiki-search

Search INAV wiki markdown files for implementation guidance and code examples.

4|2|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/sensei-hacker/inav-claude --skill wiki-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-search
Source: https://github.com/sensei-hacker/inav-claude/tree/main/.claude/skills/wiki-search
Command: npx skills add https://github.com/sensei-hacker/inav-claude --skill wiki-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious manual work of sifting through extensive INAV wiki documentation, allowing you to quickly find the information you need for development and troubleshooting.

Core Features & Use Cases

  • Keyword Search: Rapidly locate relevant documentation using keywords across all wiki markdown files.
  • Contextual Information: Get search results with surrounding lines of context to better understand the findings.
  • Code Example Discovery: Easily find code blocks and configuration examples within the documentation.
  • Use Case: A developer needs to quickly find how to configure GPS navigation parameters or troubleshoot a specific sensor. This skill allows them to search the local INAV wiki for "GPS configuration" or "sensor calibration" and get immediate, relevant results.

Quick Start

Search the INAV wiki for documentation on 'GPS navigation'.

Frequently Asked Questions about wiki-search

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

FAQPage Schema
How do I search the INAV wiki for documentation quickly?

Search the INAV wiki using ripgrep-based keyword queries across markdown files to locate documentation on Flight Controller Features, Configuration, Hardware Support, MSP, and code examples instantly, with contextual lines surrounding results.

Can I find code examples and configuration snippets in INAV wiki documentation?

Yes, the wiki-search Skill locates code blocks and configuration examples within INAV markdown files using context-aware ripgrep searches, enabling discovery of implementation guidance and technical details relevant to your query.

What do I need to use this Skill to search INAV documentation?

Access to either a local inavwiki/ directory or the online GitHub INAV wiki. The Skill uses ripgrep with case-insensitive, file-type filtering (*.md) and grep fallback to search markdown content without prerequisites.

How does searching with context improve finding INAV documentation?

Context-aware ripgrep searches return matching lines plus surrounding content, helping you understand the full scope of configuration parameters, sensor calibration procedures, or GPS navigation settings without reading entire wiki pages.

Does wiki-search work with both local and online INAV wiki sources?

Yes, the Skill applies to both local inavwiki/ directories and the online GitHub INAV wiki, using the same ripgrep-based search and grep fallback mechanisms to locate relevant documentation regardless of source.

What's the fastest way to troubleshoot INAV sensor or GPS issues using documentation?

Search the INAV wiki using specific keywords like 'sensor calibration' or 'GPS configuration' to retrieve relevant documentation with context, enabling rapid discovery of troubleshooting steps and configuration guidance.