Skip to content

Add Codex support via shared extraction core and provider adapters#2

Draft
NickF93 wants to merge 2 commits intogiannimassi:mainfrom
NickF93:feat/dual-runtime-claude-codex
Draft

Add Codex support via shared extraction core and provider adapters#2
NickF93 wants to merge 2 commits intogiannimassi:mainfrom
NickF93:feat/dual-runtime-claude-codex

Conversation

@NickF93
Copy link
Copy Markdown

@NickF93 NickF93 commented Apr 13, 2026

Summary

  • refactor extraction into a shared core with Claude and Codex provider adapters
  • make the root skill portable across Claude Code and OpenAI Codex with provider-specific references
  • add Codex fixtures and discovery tests while preserving Claude behavior

Details

  • add --provider {auto,claude,codex} and --discover-current to scripts/extract.py
  • introduce shared workflow and provider reference docs for the root SKILL.md
  • document dual-runtime installation and usage in the README
  • add Codex metadata in agents/openai.yaml

Testing

  • python3 -m unittest discover -s tests

Closes #1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Codex support via shared extraction core and provider adapters

1 participant