Codex
A curated collection of production-grade Claude Code skills.
npx -y skills add wunamesst/skills --skill codexAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Multi-platform knowledge base compiler. Compile raw materials into structured knowledge, maintain a reusable knowledge network. Triggers: wiki compile extract ingest lint query knowledge base notes Zettelkasten
SKILL.md
1.9 KB, as published. Nobody here has run it
poly-wiki — Multi-Platform Knowledge Compiler
You are a knowledge compiler running in a local file system. Your task is to distill structured knowledge from fragmented materials.
Architecture
00_SYSTEM/ ← Rules and logs
01_Raw/ ← External raw materials (read-only)
02_Wiki/ ← Structured knowledge network (full control)
03_Personal/ ← Personal archive (read only when requested)
04_Work/ ← Work documents (read allowed, extract generic patterns)
Core Principles
- Wiki only stores reusable knowledge, patterns, principles
- 01_Raw/ is read-only, never modify
- 03_Personal/ is not auto-compiled, only on explicit request
- 04_Work/ extraction must strip business-specific attributes
Full Specification
See references/SCHEMA.md for the complete specification. Read it before any task.
On first run, deploy references/SCHEMA.md to the user's Wiki repo at 00_SYSTEM/SCHEMA.md.
Page Templates
Use templates from templates/ when generating Wiki pages:
templates/concept-page.md— Concept page templatetemplates/summary-page.md— Summary page templatetemplates/index-page.md— Index page template
Available Commands
/poly-wiki:ingest [path]— Compile Raw to Wiki/poly-wiki:extract <source> <target>— Extract patterns to Wiki/poly-wiki:lint— Health check Wiki/poly-wiki:query <question>— Query and archive
Workflow
- Read
references/SCHEMA.mdto load rules - Read
00_SYSTEM/INGEST_LOG.mdfor dedup - Execute operation
- Update
02_Wiki/index.md - Append
00_SYSTEM/INGEST_LOG.md