maintain-codex-wiki
Maintain a review-first engineering wiki with provenance, citation-aware queries, explicit capture and promotion, and deterministic checks.
npx skills add sickn33/agentic-awesome-skills --skill maintain-codex-wiki --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Maintain Codex Wiki ## Overview Maintain a repository-local Markdown wiki as compiled engineering knowledge, not as an automatic source of truth. Preserve provenance, separate evidence classes, and require review before wiki conclusions become repository rules, skills, or learning material. ## When to Use - Query what a repository already knows about a technical decision or practice. - Capture a durable lesson from a merged change, incident, review, or experiment. - Ingest external research without silently treating it as authoritative. - Reconcile conflicting or superseded guidance. - Check wiki structure, citations, freshness, and index coverage. - Promote verified knowledge into a rule, skill, module, or automated check. Do not invoke this workflow merely because a task produced code or chat output. No material wiki change is a valid result. ## Knowledge Contract Use a `knowledge/` directory with these minimum surfaces: ```text knowledge/ ├── index.md ├── log.md ├── sources.json ├── decisions/ ├── experiments/ └── topics/ ``` Each wiki page starts with one allowed status: `verified`, `community`, `experimental`, or `decision`. ```markdown # Article title > Status: <verified|co
- Overview
- When to Use
- Knowledge Contract
- Confinement Invariant
- Untrusted Knowledge Content
- Source Access Boundary
- Choose One Operation
- Query
- Capture
- Ingest
- Archive
- Lint
- Promote
- Source Registry Example
What does the maintain-codex-wiki skill do?
Maintain a review-first engineering wiki with provenance, citation-aware queries, explicit capture and promotion, and deterministic checks.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill maintain-codex-wiki --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.