Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/CodySwannGT/lisa --skill lisa-wiki-queryコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | lisa-wiki-query |
| description | Answer a question from the LLM… |
Answer from the wiki, with citations, without changing it (by default).
scripts/ directory:
node "${PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT:-${CURSOR_PLUGIN_ROOT:-$(npm root)/@codyswann/lisa/plugins/lisa-wiki}}}/scripts/ensure-wiki.mjs" --json
Use the returned wikiRoot as the base for every read below — never assume wiki/. A local wiki
resolves instantly (no-op); a wiki whose .lisa.config.json declares wiki.source.url is
mirrored and refreshed transparently first. The script is offline-tolerant (it proceeds with the
existing mirror and warns rather than blocking), so freshness is guaranteed here and the caller
never has to think about it.<wikiRoot>/index.md to locate candidate pages; consult <wikiRoot>/start-here.md for orientation./ingest that would fill
the gap. Only record the gap in wiki/open-questions/ if the user explicitly asks (that is a
writeback — see step 4); never write it silently.QUERY operation. Never write back silently./lint-style findings rather than
silently picking one.lisa-wiki-ingest, lisa-wiki-lint, lisa-wiki-usage.