A collection of example Claude Code skills that accompany MakerX blog posts. Each example demonstrates a specific skill pattern or technique.
| Skill | Pattern | Blog Post |
|---|---|---|
| Washing Machine | CLI-style process skill with signals, behaviours, and references | What is the agentic washing machine? |
Clone this repository and open Claude Code at the root. The skills will be available immediately.
/plugin marketplace add https://github.com/MakerXStudio/blog-skill-examples
/plugin install washing-machine@blog-skill-examplesThen restart Claude Code.
To remove:
/plugin marketplace remove blog-skill-examplesplugins/
<plugin-name>-plugin/
skills/
<skill-name>/
SKILL.md # Main skill file
*.md # Reference files loaded on demand
evals/
evals.json # Skill test definitions
<skill-name>-workspace/ # Eval artefacts (per iteration)
Copyright MakerX.