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.mdsource content
My Skill Name
Instructions for Claude to follow when this skill is activated.
Overview
Describe what this skill helps accomplish.
Instructions
- Step-by-step instructions
- That Claude should follow
- 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.