Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bobbyhouse avatar

Demos

  • Updated March 30, 2026
  • bobbyhouse/client-plugins

demos is a Claude Code skill in the AI & Agent Building category. Demos of skill-developer built skills

Key points

  • demos
  • AI & Agent Building
  • AI-coding skill

Demos by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add bobbyhouse/client-plugins
/plugin install demos@bobbyhouse

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Last updatedMarch 30, 2026
Repositorybobbyhouse/client-plugins

What it does

Demos of skill-developer built skills

README.md

plugins

A collection of Claude Code plugins for building and managing skills with content-addressable MCP server dependencies.

Plugins

skill-builder

Tools for creating Claude Code skills that pin their MCP server dependencies to immutable OCI digests.

Slash commands:

  • /skill-builder — End-to-end workflow: collects skill intent, creates a profile, defines tool access, authors skill instructions, and emits the plugin directory.
  • /skill-builder:profiles — Standalone profile creation. Useful for creating or updating profiles independently of a full skill build.

A profile is a YAML manifest of MCP servers pinned to immutable OCI digests, bundled into a scratch OCI image. Skills reference a profile digest in their frontmatter to guarantee reproducible dependencies across any environment.

See skill-builder/NOTES.md for technical details on profiles, skills, the MCP registry API, and OCI digest resolution.

demos

Example skills built with skill-builder.

  • /demos:wurthering — Fetches a random passage from Wuthering Heights via Project Gutenberg, avoiding passages shown in the last 2 days.

Structure

plugins/
├── .claude-plugin/marketplace.json   # Plugin marketplace registration
├── skill-builder/                    # skill-builder plugin
│   ├── NOTES.md                      # Technical reference
│   └── skills/
│       ├── skill-builder/SKILL.md    # /skill-builder command
│       └── profiles/SKILL.md         # /skill-builder:profiles command
└── demos/                            # Demo skills
    └── skills/
        └── wurthering/SKILL.md       # Wuthering Heights passage fetcher

MCP Servers

The repo includes two MCP servers (run as Docker containers) used by the demo skills:

Server Purpose
project-gutenberg-mcp Fetch book metadata and passages from Project Gutenberg
append-log-mcp Append-only JSONL log for tracking events across sessions

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.