v0.8.0
v0.8.0
This release packages presentation-skill as a Codex plugin marketplace entry
so people can install it from the Codex plugin browser instead of manually
copying a skill folder.
What changed
- Added
.agents/plugins/marketplace.jsonwith a Presentation Skill
marketplace entry. - Added
plugins/presentation-skill/.codex-plugin/plugin.jsonwith public
plugin metadata, screenshots, keywords, starter prompts, and MIT license
metadata. - Added a synced plugin skill snapshot under
plugins/presentation-skill/skills/presentation-skill. - Added
scripts/sync_plugin_snapshot.pyso future releases can refresh the
plugin snapshot from the root skill deterministically. - Updated README install docs with
codex plugin marketplace addusage.
Install
codex plugin marketplace add siril9/presentation-skill --ref v0.8.0Then open /plugins in Codex and install presentation-skill from the
Presentation Skill marketplace.
Validation
python3 scripts/sync_plugin_snapshot.pypython3 <plugin-creator>/scripts/validate_plugin.py plugins/presentation-skillpython3 -m json.tool .agents/plugins/marketplace.jsonpython3 -m json.tool agents/discovery.jsonnpm run check:pythonnpm run check:node
Share and curation
Copy-ready community posts and an OpenAI curation-request draft are in docs/PROMOTION.md.