A plugin marketplace for Claude Code. Public agent skills, each developed in its own repository and delivered from here, so one install command reaches all of them.
/plugin marketplace add willhama/skills
/plugin install colorway@willhama
/plugin install init-agents-md@willhama
/reload-pluginsUpdate later with /plugin marketplace update.
| Skill | What it does | Source |
|---|---|---|
| colorway | Colour schemes from Sanzo Wada's A Dictionary of Color Combinations (1933-1934), emitted as WCAG-verified shadcn/Tailwind tokens. 157 colours, 348 combinations, four verbs. | willhama/colorway · dictionaryofcolor.dev |
| init-agents-md | Writes a repository's AGENTS.md by inspecting and actually running what it documents, then symlinks CLAUDE.md and GEMINI.md to it. Also ships the one-line GOTCHAS format and its validator. |
willhama/md-file-study |
Every skill here is a plain directory with a SKILL.md, so Cursor, Codex and anything
else that reads skill files can use them without this marketplace. Clone the source
repository and point your tool at the skill directory, or symlink it:
git clone https://github.com/willhama/colorway
ln -s "$PWD/colorway/skills/colorway" ~/.agents/skills/colorway
ln -s ../../.agents/skills/colorway ~/.claude/skills/colorway.claude-plugin/marketplace.json the catalog: what is offered and where it comes from
plugins/ skills small enough to live here directly
Skills with their own assets, tests or landing page get their own repository and are
referenced by source. Small or experimental ones live in plugins/ as a relative
path. Both install identically; the split only affects where the code is maintained.
Validate any change before pushing:
claude plugin validate .