feat: add optimize-prompt skill, Codex plugin, and cross-client plugin distribution - #5
Merged
Merged
Conversation
…n distribution - Add optimize-prompt skill for inline prompts, embedded regions, files, and batches - Add Codex plugin (.codex-plugin/plugin.json) sharing the canonical skills/ tree - Add self-locating locked-runtime launcher (scripts/run-optimize-anything) used by all packaged commands - Update all slash command docs to use the plugin launcher instead of bare CLI - Add inline and repository-apply regression scenarios with dry-run support - Expand install.md with Codex plugin install/update/remove instructions - Merge v0.5.0 CHANGELOG entries: model defaults + prompt workflow + plugin distribution - Add tests: plugin_launcher, plugin_regression, prompt_execution_evaluator, prompt_plugin_contract, optimize_prompt_workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the
optimize-promptskill for both Claude Code and Codex, introduces the Codex plugin alongside the existing Claude Code plugin, and switches all packaged slash commands from the bareoptimize-anythingCLI to the self-locating locked-runtime launcher. Resolves the stash conflict between the upstream model-defaults modernization and the plugin-distribution feature branch.Changes
SYSTEM_PROMPTin a source file), standalone files, and independent batches; fast prompt-quality mode and rigorous task-output mode with deterministic hard gates and held-out acceptance.codex-plugin/plugin.jsonshares the canonicalskills/tree; namespaced as$optimize-anything:optimize-promptscripts/run-optimize-anythingself-locates the repository, verifies prerequisites, and runsuv run --project <checkout> --locked; all slash command docs updated to use itinlineandrepository-applyscenarios plus--dry-runmode;ANTHROPIC_API_KEYnow only required forvalidatetest_plugin_launcher,test_plugin_regression,test_prompt_execution_evaluator,test_prompt_plugin_contract,test_optimize_prompt_workflowTesting
scripts/plugin_regression.py --dry-runverifies prompt and artifact wiring without credentials