Skip to content

MakerXStudio/blog-skill-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Skill Examples

A collection of example Claude Code skills that accompany MakerX blog posts. Each example demonstrates a specific skill pattern or technique.

Examples

Skill Pattern Blog Post
Washing Machine CLI-style process skill with signals, behaviours, and references What is the agentic washing machine?

Getting Started

Option 1: Clone the repo

Clone this repository and open Claude Code at the root. The skills will be available immediately.

Option 2: Install via plugin marketplace

/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

Repository Structure

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)

Licence

Copyright MakerX.

About

A repo that holds examples of skills used in blog posts

Topics

Resources

Stars

Watchers

Forks

Contributors