بنقرة واحدة
wiki
[OMX] Persistent markdown project wiki stored under .omx/wiki with keyword search and lifecycle capture
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
[OMX] Persistent markdown project wiki stored under .omx/wiki with keyword search and lifecycle capture
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
[OMX] Run an anti-slop cleanup/refactor/deslop workflow
[OMX] Run read-only deep repository analysis and return a ranked synthesis with explicit confidence, concrete file references, and clear evidence-vs-inference boundaries. Use when a user says 'analyze', 'investigate', 'why does', 'what's causing', or needs grounded cross-file explanation before any changes are proposed.
[OMX] Ask Claude via local CLI and capture a reusable artifact
[OMX] Ask Gemini via local CLI and capture a reusable artifact
[OMX] Full autonomous execution from idea to working code
[OMX] Stateful validator-gated research loop with native-hook persistence
| name | wiki |
| description | [OMX] Persistent markdown project wiki stored under .omx/wiki with keyword search and lifecycle capture |
| triggers | ["wiki add","wiki lint","wiki query","wiki read","wiki delete"] |
Persistent, self-maintained markdown knowledge base for project and session knowledge.
wiki_ingest({ title: "Auth Architecture", content: "...", tags: ["auth", "architecture"], category: "architecture" })
wiki_query({ query: "authentication", tags: ["auth"], category: "architecture" })
wiki_lint()
wiki_add({ title: "Page Title", content: "...", tags: ["tag1"], category: "decision" })
wiki_list()
wiki_read({ page: "auth-architecture" })
wiki_delete({ page: "outdated-page" })
wiki_refresh()
architecture, decision, pattern, debugging, environment, session-log, reference, convention
.omx/wiki/*.md.omx/wiki/index.md.omx/wiki/log.mdUse [[page-name]] wiki-link syntax to create cross-references between pages.
At session end, discoveries can be captured as session-log-* pages. Configure via wiki.autoCapture in .omx-config.json.
.omx/wiki/