This file gives humans, GitHub search, and coding agents a compact retrieval surface for Codexception.
- codexception
- claudeception
- claudexception
- Codex skill extraction
- Codex continuous learning
- Codex self-improving skills
- skill-writing skill
- write a skill
- save this as a skill
- extract what we learned
- what did we learn
- create a Codex skill
- update an existing skill
- preserve reusable debugging knowledge
- non-obvious debugging discovery
- trial-and-error workflow discovery
- project-specific workflow gotcha
- tool integration gotcha
- Decide whether a completed task produced reusable knowledge.
- Create a focused
~/.codex/skills/<name>/SKILL.md. - Update an existing Codex skill without erasing useful behavior.
- Reject weak extraction candidates that are one-off, generic, or unverified.
- Configure a Codex
SessionStarthook that emits structured JSON. - Rename a Codex skill while preserving old retrieval aliases.
- Stage Codex-native skills safely in a default-deny config repository.
SKILL.md: runtime instructions for Codex.scripts/codexception-activator.sh: CodexSessionStarthook source.resources/skill-template.md: template for new Codex skills.examples/: sample Codex skills for hooks, rename aliases, and staging.
Codex, OpenAI Codex, Codex CLI, agent skills, SKILL.md, skill extraction, continuous learning, self-reflection, reusable debugging knowledge, session memory, SessionStart hook, hooks.json, additionalContext, default-deny gitignore.