
Wiki
- 53 installs
- 32.4k repo stars
- Updated August 4, 2026
- yeachan-heo/oh-my-codex
Helps with ai & agent building tasks during AI-assisted development.
About
wiki is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- wiki
- AI & Agent Building
- AI-coding skill
Wiki by the numbers
- 53 all-time installs (skills.sh)
- +3 installs in the week ending Jul 27, 2026 (Skillselion tracking)
- Ranked #7,035 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/yeachan-heo/oh-my-codex --skill wikiAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 53 |
|---|---|
| repo stars | ★ 32.4k |
| Last updated | August 4, 2026 |
| Repository | yeachan-heo/oh-my-codex ↗ |
What it does
Helps with ai & agent building tasks during AI-assisted development.
Files
Wiki
Persistent, self-maintained markdown knowledge base for project and session knowledge.
Operations
Ingest
omx wiki wiki_ingest --input '{"title":"Auth Architecture","content":"...","tags":["auth","architecture"],"category":"architecture"}' --jsonQuery
omx wiki wiki_query --input '{"query":"authentication","tags":["auth"],"category":"architecture"}' --jsonLint
omx wiki wiki_lint --jsonQuick Add
omx wiki wiki_add --input '{"title":"Page Title","content":"...","tags":["tag1"],"category":"decision"}' --jsonList / Read / Delete
omx wiki wiki_list --json
omx wiki wiki_read --input '{"page":"auth-architecture"}' --json
omx wiki wiki_delete --input '{"page":"outdated-page"}' --json
omx wiki wiki_refresh --jsonCategories
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 are repository project knowledge under
omx_wiki/; legacy.omx/wiki/is read-only compatibility input when no canonical wiki exists