بنقرة واحدة
wiki
Persistent markdown project wiki stored under .omx/wiki with keyword search and lifecycle capture
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Persistent markdown project wiki stored under .omx/wiki with keyword search and lifecycle capture
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Alias for $plan --consensus
Full autonomous execution from idea to working code
Strategic planning with optional interview workflow
Self-referential loop until task completion with architect verification
N coordinated agents on shared task list using tmux-based orchestration
QA cycling workflow - test, verify, fix, repeat until goal met
| name | wiki |
| description | 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/