用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CodySwannGT/expostarter --skill lisa-wiki-query命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | lisa-wiki-query |
| description | Answer a question from the LLM… |
Answer from the wiki, with citations, without changing it (by default).
node scripts/ensure-wiki.mjs --json and 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.