3 Commits

Author SHA1 Message Date
portersky 1afbc368b5 docs: delegate wiki operations to llmwiki skill
Remove duplicated wiki instructions from AGENTS.md; the skill
holds the canonical definitions of ingest, query, lint, page schema,
and conventions.
2026-05-24 22:33:26 +02:00
portersky 74eaa7cce4 feat: add llmwiki skill for pi
Encodes wiki operations (ingest, query, lint) as a project-level skill
so they load on-demand instead of always in context.
2026-05-24 22:32:54 +02:00
portersky e85963af55 Initial commit
Wiki template inspired by Andrej Karpathy's llmwiki gist.
Includes agent instructions (AGENTS.md), empty wiki scaffold
(wiki/index.md, wiki/log.md), editor config, gitignore, and
README documenting the ingest/query/lint workflow.
2026-05-24 22:28:32 +02:00