Commit Graph

3 Commits

Author SHA1 Message Date
Michael Ramos e1e71db7ab Add the design artifact skill (#19) 2026-08-02 13:47:33 -07:00
Michael Ramos dd55f3163a Add HTML wireframe and prototype skills (#9)
* Unify HTML skills around adaptive design

* Add wireframe and prototype skills

* Link specialist skills to canonical guide

* Fix example navigation and skill activation
2026-07-29 23:09:15 -07:00
velaswami 36220e286b Add Codex plugin marketplace manifest (closes #1, Codex part) (#4)
* 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>
2026-06-13 11:05:50 -07:00