Fixed — Claude Code installation
This patch makes the skill installable in Claude Code again.
- Marketplace manifest: the repo now ships
.claude-plugin/marketplace.json(agit-subdirsource pointing atskills/material-3), so Claude Code can actually resolve and install the plugin. The plugin manifest moved toskills/material-3/.claude-plugin/plugin.json. - Correct install docs: previously
claude plugin install github:hamen/material-3-skillfailed with "not found in any configured marketplace" (#8). The README now documents the working commands.
Install
/plugin marketplace add hamen/material-3-skill
/plugin install material-3@material-3-skill
Or via npx skills:
npx --yes skills add hamen/material-3-skill --skill material-3 -yMigration
If you installed (or tried) with the old claude plugin install github:hamen/material-3-skill command, reinstall with one of the commands above.
Fixes #8.