Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.58 KB

File metadata and controls

52 lines (40 loc) · 1.58 KB

Search Index

This file gives humans, GitHub search, and coding agents a compact retrieval surface for Codexception.

Names And Aliases

  • codexception
  • claudeception
  • claudexception
  • Codex skill extraction
  • Codex continuous learning
  • Codex self-improving skills
  • skill-writing skill

Trigger Phrases

  • 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

Use Cases

  • 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 SessionStart hook that emits structured JSON.
  • Rename a Codex skill while preserving old retrieval aliases.
  • Stage Codex-native skills safely in a default-deny config repository.

Core Files

  • SKILL.md: runtime instructions for Codex.
  • scripts/codexception-activator.sh: Codex SessionStart hook source.
  • resources/skill-template.md: template for new Codex skills.
  • examples/: sample Codex skills for hooks, rename aliases, and staging.

Keywords

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.