reindex
Refresh or rebuild the bundled Lumen index for the current project, preferring MCP-driven refreshes and using the CLI only for an explicit clean rebuild.
ソース情報
- リポジトリ
- AutumnsGrove/lumen
- ソースの最終更新活動
- 2026年4月4日 20:36
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SKILL.md を表示中
SKILL.md
ソースの指示 · 読み取り専用プレビュー- name
- reindex
- description
- Refresh or rebuild the bundled Lumen index for the current project, preferring MCP-driven refreshes and using the CLI only for an explicit clean rebuild.
# Lumen Reindex
Refresh or rebuild the bundled Lumen index for the current project.
## Steps
1. Call the Lumen `index_status` tool for the current working directory so you
can report the current state before making changes.
2. If the user wants the index refreshed or seeded, call the Lumen
`semantic_search` tool with a broad natural-language query and set `path` or
`cwd` to the current working directory. The search tool refreshes stale or
missing indexes automatically.
3. If the user explicitly asks for a clean rebuild, explain that
`lumen purge && lumen index .` deletes cached indexes before rebuilding,
then run it via the shell.
4. After the refresh or rebuild, report the new index status.
GitHubで見る