* Unify HTML skills around adaptive design
* Add wireframe and prototype skills
* Link specialist skills to canonical guide
* Fix example navigation and skill activation
* Add Codex plugin marketplace manifest
Closes#1 (Codex portion). Adds the Codex plugin manifest and repo
marketplace so the skills install via Codex, alongside the existing
npx skills flow.
- .codex-plugin/plugin.json: Codex plugin manifest (skills: ./skills/)
- .agents/plugins/marketplace.json: repo marketplace catalog
- README: "As a Codex plugin" install steps
Built to the Codex plugin docs
(https://developers.openai.com/codex/plugins/build) but NOT run-tested
— no Codex runtime was available. Two spots worth a maintainer check:
the local source "path": "." for a repo-as-plugin, and the
policy.installation value.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Restore skill invocation frontmatter
* Add Codex skill invocation policy metadata
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Michael Ramos <mdramos8@gmail.com>
Closes#1 (Claude Code portion). The repo already ships as a single
plugin (root .claude-plugin/plugin.json); this adds the marketplace
catalog so it installs natively in Claude Code, leaving the existing
npx skills flow untouched.
- .claude-plugin/marketplace.json: lists the plugin via a github source
pointing at this repo; version omitted so installs track the latest
commit
- README: "As a Claude Code plugin" install steps
Verified with `claude plugin marketplace add` (accepted and listed).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>