Complete AI TrainingYourJobSkills for your job

Skills / knowledge-management

maintain-codex-wiki

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

codexengineeringknowledge-managementprovenancewiki

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:

knowledge/
├── index.md
├── log.md
├── sources.json
├── decisions/
├── experiments/
└── topics/

Each wiki page starts with one allowed status: verified, community, experimental, or decision.

# Article title

> Status: <verified|community|experimental|decision>
> Last verified: YYYY-MM-DD
> Sources: `source-id`, `another-source-id`

Choose the status from the evidence and operation. Capture and Archive pages def

Subscribers only

The full skill, its 1 bundled files and every download is included with every paid Complete AI plan.

Details

SourcePhelan164/codex-howto
LicenseMIT
Risk labelcritical ("critical" means the skill may run commands or touch files — read before use)
FilesSKILL.md
Added2026-07-31

Related skills

wiki-builder

Create and maintain reusable research wikis with source provenance, configurable structure, and local markdown outputs.