wiki
Originally fromfactory-ai/factory-plugins
Installation
SKILL.md
Wiki
Persistent, self-maintained markdown knowledge base for project and session knowledge.
Operations
Ingest
wiki_ingest({ title: "Auth Architecture", content: "...", tags: ["auth", "architecture"], category: "architecture" })
Query
wiki_query({ query: "authentication", tags: ["auth"], category: "architecture" })
Lint
wiki_lint()
Quick Add
wiki_add({ title: "Page Title", content: "...", tags: ["tag1"], category: "decision" })
List / Read / Delete
wiki_list()
wiki_read({ page: "auth-architecture" })
wiki_delete({ page: "outdated-page" })
wiki_refresh()
Categories
architecture, decision, pattern, debugging, environment, session-log, reference, convention
Storage
- Pages:
.omx/wiki/*.md - Index:
.omx/wiki/index.md - Log:
.omx/wiki/log.md
Cross-References
Use [[page-name]] wiki-link syntax to create cross-references between pages.
Auto-Capture
At session end, discoveries can be captured as session-log-* pages. Configure via wiki.autoCapture in .omx-config.json.
Hard Constraints
- No vector embeddings — query uses keyword + tag matching only
- Wiki files remain local project state under
.omx/wiki/
Weekly Installs
11
Repository
yeachan-heo/oh-my-codexGitHub Stars
26.8K
First Seen
1 day ago
Security Audits