ehoyos007

example-skill

0
0
# Install this skill:
npx skills add ehoyos007/SKILL.md --skill "example-skill"

Install specific skill from multi-skill repository

# Description

A template skill demonstrating the SKILL.md format. Use this as a starting point for creating new skills.

# SKILL.md


name: example-skill
description: "A template skill demonstrating the SKILL.md format. Use this as a starting point for creating new skills."
license: MIT


This is a template skill. Replace this content with your skill's instructions.

Overview

Describe what your skill does and when Claude should use it.

Instructions

Provide detailed guidance for Claude when this skill is activated:

  1. Step one: Explain the first thing Claude should do
  2. Step two: Explain the next step
  3. Step three: Continue with additional steps

Examples

Show examples of expected input/output or behavior:

User: Example request
Claude: Example response

Guidelines

  • List important guidelines
  • Include constraints or limitations
  • Mention edge cases to handle

References

If your skill includes reference documents in a references/ subdirectory, describe them here.

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.