fix: install Codex-native cc skill wrappers#14
fix: install Codex-native cc skill wrappers#14inbarajaldrin wants to merge 1 commit intosendbird:mainfrom
Conversation
|
Thanks for putting this together and for calling out the Codex skill-discovery gap. Since the plugin moved to the 1.0.1 installer flow with the official Codex app-server The new PR keeps official install as the primary path on current Codex builds, and limits Appreciate the report and the concrete proposal here. I’m going to close this PR in favor of #17 so the discussion stays on the version that matches the current installer architecture. |
|
Closing this in favor of #17, which keeps official app-server install as the primary path on current Codex builds and narrows cc wrapper generation to the compatibility fallback only. |
Summary
In my Codex environment, the plugin-local
skills/directory was not surfacing as discoverable$cc:*skills. The plugin runtime, hooks, andcc-rescueagent were installed correctly, but the skills only became discoverable when installed through Codex’s native~/.codex/skillspath.Changes
cc-*skill wrappers into~/.codex/skillscc-*prompt wrappers into~/.codex/prompts~/.codex/plugins/cccc-*skill and prompt wrappersVerification
node --test tests/installer-cli.test.mjs~/.codex/skills/cc-review/SKILL.md~/.codex/skills/cc-rescue/SKILL.md~/.codex/prompts/cc-*.md$cc:setupis discoverable and reports ready$cc:statusis discoverable and returns tracked-job status$cc:rescueis discoverable and successfully executes a write/read/delete test task