← スキル一覧に戻る

tidb-doc-finder
by hawkingrei
Collect some prompts needed for TiDB development.
⭐ 0🍴 0📅 2026年1月23日
SKILL.md
name: tidb-doc-finder description: "TiDB-specific documentation lookup guided by this repo's llms.txt hub: read llms.txt, pick the best linked source (tidb-dev-guide llms-full.txt, TiDB user guide llms.txt, or Uber Go style guide), fetch it, then search within it to answer with precise references. Use when asked to find docs, research, or provide doc-grounded answers about TiDB development or usage."
tidb-doc-finder
Use llms.txt in the current repo as the single source of truth for "where to look".
Workflow
-
Read the hub
- Open
llms.txtand extract the doc endpoints (URLs). - Do not hardcode URLs elsewhere;
llms.txtis authoritative.
- Open
-
If MCP
tidb-doc-extis available, prefer it- Use the MCP to fetch documentation content.
- Only request markdown sources; do not fetch HTML or URLs without a file extension.
- If MCP is available, use it instead of the local fetch/cache scripts; otherwise fall back to the scripts below.
-
Select the best source
- TiDB dev / contribution / architecture -> TiDB Developer Guide (
llms-full.txt) - TiDB SQL behavior / user-facing features / releases -> TiDB User Guide (
llms.txt) - Go style / idioms -> Uber Go Style Guide (
style.md)
- TiDB dev / contribution / architecture -> TiDB Developer Guide (
-
Fetch to a local cache file (recommended)
- Use
tidb-doc-finder/scripts/fetch.shto download and cache the selected source. - Keep the cache so subsequent searches are fast and can be done offline.
- Use
-
Search within the fetched file
- Use
tidb-doc-finder/scripts/search.sh <cached_file> <query>to:- find the most relevant sections,
- show a small excerpt,
- and capture headings/anchors if present.
- Use
-
Answer with doc-grounded output
- Provide a direct answer.
- Include the source URL from
llms.txtand the matched heading/section name. - If the doc does not contain the answer, say so and propose the next-best source (still chosen from
llms.txt).
Commands
- Fetch:
bash tidb-doc-finder/scripts/fetch.sh <url> - Search:
bash tidb-doc-finder/scripts/search.sh <cached_file> <query>
References
- Query patterns:
tidb-doc-finder/references/query-patterns.md
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です