agentsclimarketplace

Codex

Skill wunamesst/skills/skills/poly-wiki/codex

A curated collection of production-grade Claude Code skills.

Install
npx -y skills add wunamesst/skills --skill codex

Assembled 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

  1. Wiki only stores reusable knowledge, patterns, principles
  2. 01_Raw/ is read-only, never modify
  3. 03_Personal/ is not auto-compiled, only on explicit request
  4. 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 template
  • templates/summary-page.md — Summary page template
  • templates/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

  1. Read references/SCHEMA.md to load rules
  2. Read 00_SYSTEM/INGEST_LOG.md for dedup
  3. Execute operation
  4. Update 02_Wiki/index.md
  5. Append 00_SYSTEM/INGEST_LOG.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.