Michael Ramos
38918c0b29
docs: move wireframes guide below skills
2026-08-02 14:52:34 -07:00
Michael Ramos
d866d756e8
docs: link HTML wireframes guide
2026-08-02 14:46:10 -07:00
Michael Ramos
b537cf7608
Move guide references into the introduction
2026-08-02 14:45:01 -07:00
Michael Ramos
91f272daac
Clarify the catalog introduction
2026-08-02 14:34:13 -07:00
Michael Ramos
18edce4de5
Focus primary navigation on catalog and guide
2026-08-02 14:30:21 -07:00
Michael Ramos
0bb23838e8
Clarify the homepage description
2026-08-02 14:26:56 -07:00
Michael Ramos
6cbc2dab56
Publish Markdown page actions and copy updates
2026-08-02 14:16:01 -07:00
Michael Ramos
2d65709c8d
Add link to Effective HTML website in README
...
Updated README to include a link to the Effective HTML website for more details.
2026-08-02 14:07:41 -07:00
Michael Ramos
2a702335e4
Update README.md
2026-08-02 14:06:52 -07:00
Michael Ramos
b869152f35
Position the repository as reference first ( #20 )
2026-08-02 13:52:38 -07:00
Michael Ramos
e1e71db7ab
Add the design artifact skill ( #19 )
2026-08-02 13:47:33 -07:00
Michael Ramos
001d6a972e
Clarify the guide's artifact-first position ( #18 )
2026-08-02 13:34:07 -07:00
Michael Ramos
6530b0c38c
Isolate the website under site ( #17 )
2026-08-02 13:19:07 -07:00
Michael Ramos
a5bbaa3d88
Add link to Effective HTML Website in README
...
Updated README to include a link to the Effective HTML website.
2026-08-02 13:01:58 -07:00
Michael Ramos
caca13def7
Enhance README with link to Effective HTML website
...
Added a link to the Effective HTML website for more details.
2026-08-02 13:01:17 -07:00
Michael Ramos
e39a0d7427
Clarify catalog sources and add footer references ( #16 )
2026-08-02 12:57:45 -07:00
Michael Ramos
fcc90244e8
Add focused Frontend Slides reference ( #15 )
2026-08-02 12:50:08 -07:00
Michael Ramos
f9087b6a73
Enhance README with HTML skills information
...
Added HTML skills section with descriptions and usage.
2026-08-02 12:25:07 -07:00
Michael Ramos
56d941050d
Update README to refine HTML skills description
...
Removed reference to 'animated architecture' from the description.
2026-08-02 12:24:43 -07:00
Michael Ramos
bf7a632bd4
Enhance README with animated architecture mention
...
Updated description to include animated architecture.
2026-08-02 12:23:29 -07:00
Michael Ramos
1cfb416bef
Simplify repository and site introductions ( #14 )
2026-08-02 12:18:35 -07:00
Michael Ramos
055a3dccb2
Reduce repeated catalog attribution ( #13 )
2026-08-02 12:07:13 -07:00
Michael Ramos
926bd52692
Build Effective HTML Fumadocs site ( #12 )
2026-08-01 11:16:34 -07:00
Michael Ramos
4a9a1e563e
Add Effective HTML repository banner ( #11 )
2026-07-30 20:12:06 -07:00
Michael Ramos
9982ad0c81
Restore README video and simplify the example ( #10 )
...
* Restore README demo video
* Simplify example to wireframe and prototype
* Move Plannotator callout near README demo
2026-07-30 09:13:40 -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
Michael Ramos
dffe79c7b0
Fix SVG group tag in html-diagram skill ( #8 )
2026-07-29 21:40:37 -07:00
kee.lee
63b1bf04d3
Update SKILL.md ( #7 )
...
1. Floating overlay dismissible
fix(ux): make detail card closable to prevent blocking SVG content
2. Pan and zoom support
feat: add drag-to-pan and scroll-to-zoom for full-screen SVG diagram
2026-07-07 21:22:30 -07:00
Michael Ramos
50260e15d9
Update README to remove optional sharing links
...
Removed optional sharing links for HTML files and related content.
2026-06-19 13:54:33 -07:00
Michael Ramos
59c437d992
use tot.page to share html
2026-06-14 23:13:27 -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
Michael Ramos
b8749529c9
Merge pull request #3 from velaswami/claude-plugin-marketplace
...
Add Claude Code plugin marketplace manifest (closes #1 )
2026-06-13 10:21:29 -07:00
Atit Danak
fdee3b5dd2
Add Claude Code plugin marketplace manifest
...
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 >
2026-06-13 21:18:18 +05:30
Michael Ramos
394d0f4795
Revise README with Fable 5 note and installation info
...
Updated note about Fable 5 artifacts and added installation instructions for Plannotator.
2026-06-12 11:35:54 -07:00
Michael Ramos
5b77b88464
Update README with Fable 5 note and demo link
...
Added a note about Fable 5 artifacts and an example demo link.
2026-06-12 10:38:12 -07:00
Michael Ramos
138daadddd
html anything
2026-06-09 21:47:28 -07:00
Michael Ramos
c21fc7aff0
html anything
2026-06-09 21:47:23 -07:00
Michael Ramos
ddc77a802b
cleanup instrcution
2026-06-09 21:43:32 -07:00
Michael Ramos
8b1f6bb802
cleanup instrcution
2026-06-09 21:42:43 -07:00
Michael Ramos
bdea2584f4
Merge branch 'main' of github.com:plannotator/effective-html
2026-06-09 21:37:32 -07:00
Michael Ramos
afb5762877
That diagram from tweet.
2026-06-09 21:37:25 -07:00
Michael Ramos
9dbc36cbf5
Update note about Fable 5 artifacts in README
2026-06-09 19:18:50 -07:00
Michael Ramos
427c69a41b
Update note about Fable 5 diagram in README
...
Corrected wording regarding the diagram in the video.
2026-06-09 19:18:32 -07:00
Michael Ramos
7baf3378c3
Update README with note on Fable 5 artifacts
...
Added a note about Fable 5 artifacts and their inclusion in the skill reference folder.
2026-06-09 19:18:10 -07:00
Michael Ramos
f6e726ebdf
Clarify README attribution
2026-06-09 18:33:49 -07:00
Michael Ramos
fdd5adb19b
Add README credit
2026-06-09 17:14:41 -07:00
Michael Ramos
36d75269ec
Tighten html plan README copy
2026-06-09 17:13:50 -07:00
Michael Ramos
2cf371b55a
Update README with GitHub assets link
...
Added a link to GitHub assets in the README.
2026-06-09 16:43:04 -07:00
Michael Ramos
3f2d53cf4b
Refine html diagram prompt
2026-06-09 16:33:15 -07:00
Michael Ramos
bafaaec0a5
Disable model invocation for html skills
2026-06-09 16:31:29 -07:00