Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
yeachan-heo avatar

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 wiki

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs53
repo stars32.4k
Last updatedAugust 4, 2026
Repositoryyeachan-heo/oh-my-codex

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

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"}' --json

Query

omx wiki wiki_query --input '{"query":"authentication","tags":["auth"],"category":"architecture"}' --json

Lint

omx wiki wiki_lint --json

Quick Add

omx wiki wiki_add --input '{"title":"Page Title","content":"...","tags":["tag1"],"category":"decision"}' --json

List / 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 --json

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 are repository project knowledge under omx_wiki/; legacy .omx/wiki/ is read-only compatibility input when no canonical wiki exists

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.