A local, persistent markdown knowledge base that supports cross-referencing and session-log capture.
Install
mkdir -p .claude/skills/wiki-yangyuan-zhen && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17504" && unzip -o skill.zip -d .claude/skills/wiki-yangyuan-zhen && rm skill.zipInstalls to .claude/skills/wiki-yangyuan-zhen
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
[OMX] Persistent markdown project wiki stored under .omx/wiki with keyword search and lifecycle captureKey capabilities
- →Add new markdown pages to the wiki
- →Query wiki pages by keyword, tag, or category
- →Lint wiki content for consistency
- →List, read, and delete existing wiki pages
- →Automatically capture session-end discoveries
- →Create cross-references between wiki pages
How it works
This skill manages markdown files in a local .omx/wiki folder, providing operations like adding, querying, and linting. It supports automatic capture of session-end discoveries and cross-referencing between pages.
Inputs & outputs
When to use wiki
- →Document architecture decisions
- →Store environment setup guides
- →Capture session-end discoveries
- →Create project conventions
About this skill
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/
When not to use it
- →When vector embeddings are required for querying
- →When wiki files need to be stored outside the local project state
Limitations
- →Querying is limited to keyword and tag matching
- →Wiki files are stored locally within the .omx/wiki/ directory
How it compares
This skill provides a structured, searchable, and automatically updated knowledge base within the project, unlike manually managing disparate markdown files.
Compared to similar skills
wiki side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| wiki (this skill) | 0 | 3mo | No flags | Beginner |
| wiki-sync | 0 | 1mo | Review | Intermediate |
| wiki-page-writer | 5 | 3mo | No flags | Advanced |
| search-company-knowledge | 2 | 4mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by yangyuan-zhen
View all by yangyuan-zhen →You might also like
wiki-sync
zoraxl
Use to sync the wiki from a merged PR or from a source doc/file path. Two modes — PR mode (post-merge: creates ADR if needed, flips ADR to accepted, updates wiki pages, appends log, records idempotency, archives related plan/source files) and doc mode (ingests existing implemented knowledge from a f
wiki-page-writer
microsoft
Generates rich technical documentation pages with dark-mode Mermaid diagrams, source code citations, and first-principles depth. Use when writing documentation, generating wiki pages, creating technical deep-dives, or documenting specific components or systems.
search-company-knowledge
atlassian
Search across company knowledge bases (Confluence, Jira, internal docs) to find and explain internal concepts, processes, and technical details. When Claude needs to: (1) Find or search for information about systems, terminology, processes, deployment, authentication, infrastructure, architecture, or technical concepts, (2) Search internal documentation, knowledge base, company docs, or our docs, (3) Explain what something is, how it works, or look up information, or (4) Synthesize information from multiple sources. Searches in parallel and provides cited answers.
confluence-assistant
tech-leads-club
Expert in Confluence operations using Atlassian MCP - automatically detects workspace Confluence configuration or prompts for site details. Use for searching, creating, updating pages, managing spaces, and adding comments with proper Markdown formatting.
technical-doc-creator
mhattingpete
Create HTML technical documentation with code blocks, API workflows, system architecture diagrams, and syntax highlighting. Use when users request technical documentation, API docs, API references, code examples, or developer documentation.
wiki
jmstar85
>