BeClaude

example-skills

New
Community RegistryGeneralby Keith Lazuka

Collection of example skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling

First seen 5/22/2026

Summary

This skill provides a collection of example skills that demonstrate various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling.

  • It is useful for developers who want to learn how to create and use skills in Claude Code, or need inspiration for building their own custom skills.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/example-skills.md https://raw.githubusercontent.com/STARLIMS-RD/starlims-skills/main/SKILL.md
3
Invoke in Claude Code
/example-skills

Use Cases

Learn how to create a new skill by examining the example skill templates.
Understand how to build and integrate an MCP server for external tool access.
Get inspiration for visual design and algorithmic art projects within Claude Code.
Practice web testing workflows using the included testing examples.
Explore artifact building and Slack GIF creation for internal communications.
See how to style and theme Claude Code outputs for a polished user experience.

Usage Examples

1

/example-skills list all available example skills

2

Show me the code for the MCP building example skill

3

Run the web testing example skill to test a sample website

View source on GitHub
testingdesignmcp

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is example-skills?

This skill provides a collection of example skills that demonstrate various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling. It is useful for developers who want to learn how to create and use skills in Claude Code, or need inspiration for building their own custom skills.

How to install example-skills?

To install example-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/example-skills.md https://raw.githubusercontent.com/STARLIMS-RD/starlims-skills/main/SKILL.md. Finally, /example-skills in Claude Code.

What is example-skills best for?

example-skills is a skill categorized under General. It is designed for: testing, design, mcp. Created by Keith Lazuka.

What can I use example-skills for?

example-skills is useful for: Learn how to create a new skill by examining the example skill templates.; Understand how to build and integrate an MCP server for external tool access.; Get inspiration for visual design and algorithmic art projects within Claude Code.; Practice web testing workflows using the included testing examples.; Explore artifact building and Slack GIF creation for internal communications.; See how to style and theme Claude Code outputs for a polished user experience..