ringbinder
星标15
分支0
更新时间2026年7月29日 05:31
Use ringbinder to find documents, list documents, answer with citations, and propose file renames.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Use ringbinder to find documents, list documents, answer with citations, and propose file renames.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | ringbinder |
| description | Use ringbinder to find documents, list documents, answer with citations, and propose file renames. |
Use ringbinder help and ringbinder help [command] to learn what's possible.
By default ringbinder doc list lists 50 recent docs. Read ringbinder doc list --help to learn what else is possible.
--mode and--mode or--fts '<raw fts5 query>'--trigram--fts is good; prefer known-good patterns: terms, quoted phrases, AND/OR/NOT, and parentheses.NEAR/5 unless you’ve confirmed ringbinder supports it.--fts probes.Run each probe:
ringbinder find --json --limit 50 --offset 0 <query>ringbinder find --json --fts '<raw>'Parse result fields:
path, page_index, page_count, snippet, rank, search_sourcesearch_source is one of: fts, trigram, pathMerge candidates:
(path, page_index)fts over trigram over path when evidence quality conflictsRead full text before answering:
ringbinder read --json --path <path> --page <i> --context 1--start/--end for wider ranges when neededOptional metadata for ranking/citations:
ringbinder doc get --json --path <path>Answer with quotes and citations:
path (page X) with human 1-based page numbersread output.--fts, prefer known-good patterns; if it errors, simplify.