Skills my-skill-name

A clear description of what this skill does and when to use it

install
source · Clone the upstream repo
git clone https://github.com/sendaifun/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sendaifun/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/template" ~/.claude/skills/sendaifun-skills-my-skill-name && rm -rf "$T"
manifest: template/SKILL.md
source content

My Skill Name

Instructions for Claude to follow when this skill is activated.

Overview

Describe what this skill helps accomplish.

Instructions

  1. Step-by-step instructions
  2. That Claude should follow
  3. When executing this skill

Examples

  • Example usage pattern 1
  • Example usage pattern 2

Guidelines

  • Constraint or best practice 1
  • Constraint or best practice 2

Notes

Any additional context or edge cases to handle.