21 Commits

Author SHA1 Message Date
Ivan Morgillo 14385f2bf3 docs(readme): "Made by" app links + Sponsor button (#10)
* docs(readme): add "Made by" app links + Sponsor button

Add a "Made by" section linking all of Ivan's live app sites (with UTM
tags per repo) and a .github/FUNDING.yml Sponsor button pointing at the
hub. Drives referral traffic + installs from the repo's dev audience.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BDaGsxPqiYywmcQLuFQRuH

* fix(funding): point Sponsor button at GitHub Sponsors

Cross-review (Codex/Cursor/Antigravity) flagged that GitHub's Sponsor
button must target a funding destination, not a commercial app hub. Use
GitHub Sponsors (github: hamen), which is active for the account.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BDaGsxPqiYywmcQLuFQRuH

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-16 00:10:48 +02:00
Ivan Morgillo 6ebd3ae7de Merge pull request #9 from hamen/fix/plugin-marketplace-install
Fix Claude Code install: ship marketplace manifest (#8)
v1.1.1
2026-06-29 14:17:42 +02:00
Ivan Morgillo e7f8a32796 Mark old 1.0.0 install note as superseded; add flat-layout CI guard
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01C7iVdviBb4QhpAT1UsuyHV
2026-06-29 14:17:21 +02:00
Ivan Morgillo f97200508a Address review: official marketplace flow, accurate changelog, stricter CI
- Document the official Claude Code marketplace flow (/plugin marketplace add +
  /plugin install material-3@material-3-skill) instead of the unverified --subdir form.
- Restore the historical v1.0.0 changelog and add a new v1.1.1 release note with a
  migration line for users on the old install command.
- bin/ci now cross-checks marketplace source.path against the plugin manifest and runs
  'claude plugin validate --strict' when the CLI is available.
- Bump plugin version to 1.1.1.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01C7iVdviBb4QhpAT1UsuyHV
2026-06-29 14:13:00 +02:00
Ivan Morgillo ac2c9ea3d6 Fix Claude Code install: ship marketplace manifest (#8)
The README told users to run 'claude plugin install github:hamen/material-3-skill',
which Claude Code rejects with 'not found in any configured marketplace' — that form
isn't supported, and the repo shipped only a plugin.json, not a marketplace manifest.

Mirror the proven compose_skill layout:
- Add root .claude-plugin/marketplace.json with a git-subdir source pointing at
  skills/material-3, so the repo is a valid plugin marketplace.
- Move the plugin manifest into skills/material-3/.claude-plugin/plugin.json.
- Document the working installs: 'npx skills add' and
  '/plugin add hamen/material-3-skill --subdir skills/material-3'.
- Update bin/ci and the plugin-layout test for the new layout.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01C7iVdviBb4QhpAT1UsuyHV
2026-06-29 14:01:28 +02:00
Ivan Morgillo bc4e480586 Add CI entrypoint v1.1.0 2026-05-20 15:51:22 +02:00
Ivan Morgillo fbb34252d5 Release version 1.1.0 2026-05-20 15:49:58 +02:00
Ivan Morgillo 1857f9e0a0 Document Google I/O 2026 Material updates 2026-05-20 15:43:13 +02:00
Ivan Morgillo d477e8e118 Generalize README skill positioning 2026-05-20 15:27:50 +02:00
Ivan Morgillo 7410c1c89c Add latest release section to README 2026-05-20 15:05:41 +02:00
Ivan Morgillo 1b2a2db4b2 Convert skill to Claude Code plugin v1.0.0 2026-05-20 14:59:43 +02:00
Ivan Morgillo 313f584217 Merge pull request #3 from hamen/fix/broken-reference-urls
docs: Compose-first Material 3 skill refresh
2026-04-13 10:34:32 +02:00
Ivan Morgillo 0c17ec571c docs: Compose-first Material 3 skill refresh
Reposition README and SKILL for Jetpack Compose as primary; add platform
support matrix and M3 Expressive per-platform table. Fix factual issues
(tonal stops, dynamic color vs web, contrast audit, shape/dialog tokens).
Expand references for Compose navigation, insets, text fields; demote web
with maintenance-mode notes. Add CONTRIBUTING.md and README link.

Made-with: Cursor
2026-04-13 10:29:14 +02:00
Ivan Morgillo e3413aa1c6 Merge pull request #2 from hamen/fix/broken-reference-urls 2026-04-12 23:40:51 +02:00
Ivan Morgillo 6f2d04eb2c Fix broken GitHub URLs in README
Closes #1 — the @material/web source link pointed to a non-existent
nicegoodthings/material-web repo. Updated to the correct
material-components/material-web. Also fixed the clone URL to point
to hamen/material-3-skill.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-12 23:37:42 +02:00
Ivan Morgillo 7fd473d574 Add M3 hero image to README
Screenshot from m3.material.io homepage, links back to the site.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 17:56:23 +02:00
Ivan Morgillo 0226068422 Add table of contents to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 17:51:33 +02:00
Ivan Morgillo 1b51bb2bb5 Add foldable and large screen guidance
Cover foldable postures (tabletop, book), hinge-aware layouts with code
examples for web (Viewport Segments API), Flutter (DisplayFeature/TwoPane),
and Compose (WindowInfoTracker/FoldingFeature). Add large screen guidance
for content constraints, multi-pane strategies, hover/pointer media queries.
Expand audit criteria and anti-patterns for adaptive layout compliance.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 17:30:56 +02:00
Ivan Morgillo 1405ab2128 Expand README with skill creation methodology and sources
Document how the skill was built: live Chrome automation of m3.material.io,
cross-referencing with training data, and distillation into the skill format.
Makes clear that all content is derived from publicly available sources.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 16:32:55 +02:00
Ivan Morgillo fef55428f5 Fix license: 2026, CWTI Ltd
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 16:18:44 +02:00
Ivan Morgillo 32820e7485 Initial release: Material Design 3 skill for Claude Code
Comprehensive MD3 implementation guide covering 30+ components, design tokens
(color, typography, shape, elevation, motion), responsive layout, theming,
and an MD3 compliance audit mode scoring apps across 10 categories.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 16:18:20 +02:00