* 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>
- 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
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
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
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>
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>
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>