Skip to content

v1.1.1

Latest

Choose a tag to compare

@hamen hamen released this 29 Jun 12:18
6ebd3ae

Fixed — Claude Code installation

This patch makes the skill installable in Claude Code again.

  • Marketplace manifest: the repo now ships .claude-plugin/marketplace.json (a git-subdir source pointing at skills/material-3), so Claude Code can actually resolve and install the plugin. The plugin manifest moved to skills/material-3/.claude-plugin/plugin.json.
  • Correct install docs: previously claude plugin install github:hamen/material-3-skill failed 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 -y

Migration

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.