By makerxstudio
A CLI-style washing machine skill example demonstrating process skills with natural language args.
Runs a washing machine cycle on laundry. Triggers: "wash", "laundry", "clean clothes", "heavy duty", "quick wash", "delicates", "rinse", "spin", "pre-wash", "soak"
Runs a washing machine cycle on laundry. Triggers: "wash", "laundry", "clean clothes", "heavy duty", "quick wash", "delicates", "rinse", "spin", "pre-wash", "soak"
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-examples
Then restart Claude Code.
To remove:
/plugin marketplace remove blog-skill-examples
plugins/
<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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub makerxstudio/blog-skill-examples --plugin washing-machineCreate and validate production-grade agent skills with 100-point marketplace grading
Skill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
Create and manage Claude Code skills, plugins, subagents, and hooks. Use when building new skills, validating existing skills, testing skills empirically, creating plugins, converting projects to plugins, creating hooks, or managing plugin automation. Includes /skills-toolkit:skill-composer, /skills-toolkit:skill-refiner, /skills-toolkit:skill-tester, /skills-toolkit:plugin-creator, /skills-toolkit:subagent-creator, /skills-toolkit:hook-creator, and /skills-toolkit:ask-user-question skills.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns