Agent skill · Code Review & Quality

maintain-codex-wiki

Maintain a review-first engineering wiki with provenance, citation-aware queries, explicit capture and promotion, and deterministic checks.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
codexclaude-codecursorMIT
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 15 KB
Bundled scripts: none
Declared author: Phelan164
Path: skills/maintain-codex-wiki/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Knowledge Contract
  4. Confinement Invariant
  5. Untrusted Knowledge Content
  6. Source Access Boundary
  7. Choose One Operation
  8. Query
  9. Capture
  10. Ingest
  11. Archive
  12. Lint
  13. Promote
  14. Source Registry Example
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going