wiki-query

Search project documentation and return matched files with line numbers.

63|6|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/xiayu519/Tyou --skill wiki-query-xiayu519
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-query
Source: https://github.com/xiayu519/Tyou/tree/main/.agents/skills/wiki-query
Command: npx skills add https://github.com/xiayu519/Tyou --skill wiki-query-xiayu519

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Read-only search for Tyou's wiki and documentation to quickly locate README, Books, skill references, openspec/specs, AGENTS.md, AGENTS.override.md, memory and source cross-references, answering questions like where docs live, whether a document exists, if it is outdated, and how to navigate the project documentation without modifying any files.

Core Features & Use Cases

  • Read-only indexing and lookup of documentation across the project root and configured reference sets, including README files, Books, and skill references.
  • Keyword search using rg or PowerShell to locate relevant documents, returning precise paths, line numbers, and contextual snippets.
  • Conflict awareness and guidance for documentation drift, prioritizing sources when sources clash and indicating when a document is missing or outdated.

Quick Start

Run the wiki-query skill and search for a keyword, such as Luban, to locate relevant wiki or documentation.

Frequently Asked Questions about wiki-query

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

FAQPage Schema
How do I search project documentation for specific keywords across README and specs?

To search project documentation, use read-only wiki and repository searches across README, Books, skill references, openspec/specs, and AGENTS.md. It returns matched files with precise paths, line numbers, and surrounding context snippets.

Can I find out which project documents are outdated or missing without modifying files?

Yes, you can find outdated or missing project documents using read-only documentation searches. It provides conflict awareness and guidance for documentation drift, prioritizing sources when clashes occur and indicating missing or outdated files.

Does wiki-query work with PowerShell Select-String or ripgrep for knowledge-base searches?

Wiki-query searches work with both rg and PowerShell Select-String. It locates relevant project documentation by performing read-only searches and returning matched files with location, line numbers, and contextual snippets.

How do I navigate wiki-sync configuration to locate reference documents in a project?

To navigate wiki-sync configuration, the skill reads the wiki-sync.yaml file if present, defaulting to standard doc paths when missing. It locates relevant project documentation across configured reference sets without modifying files.

What is the best way to locate AGENTS.md and related source cross-references in a codebase?

The best way to locate AGENTS.md and source cross-references is performing read-only wiki searches across the project root. It applies to inquiries about where documents live and which references exist, returning precise paths and context.

Are there limitations to read-only document search regarding repository file modifications?

A limitation of read-only document search is that it cannot modify any repository files. It is strictly designed for locating relevant project documentation, answering questions about where docs live, and checking if documents exist or are outdated.