lisa-wiki-ingest
Installation
SKILL.md
Lisa Wiki Ingestion Skill
Use this skill when ingesting Lisa repository, GitHub, Linear, document, or transcript knowledge into the in-repository wiki.
Contract
Follow wiki/schema/llm-wiki-contract.md.
For every ingestion:
- Preserve source notes under
wiki/sources/<source>/. - Synthesize durable knowledge into stable wiki pages.
- Update
wiki/index.md. - Append
wiki/log.md. - Advance
wiki/state/<source>/only after source notes, synthesis, index, and log are complete. - Run verification checks.
- Commit only the ingestion changes, push, open a PR targeting
main, and enable auto-merge. If ingestion started onmain, create a dedicated ingestion branch before committing.