Caseproof internal workshop on authoring and using Claude Skills.
▶ View the slides: https://caseproof.github.io/claude-skills-workshop/
Single-page HTML deck covering:
- What Claude Skills are and when to use them
- Skill anatomy (
SKILL.md, frontmatter, references) - Writing effective
Use when...descriptions - Packaging
.skillfiles - Live demo: the
support-reply-writerskill
- Open in Claude: https://claude.ai/customize/skills?selectedId=skill_01JsBMyQ71nc3q7eVPY9Zbcj
- Download the packaged skill:
support-reply-writer.skill
open index.html
Or serve it:
python3 -m http.server 8000
Then visit http://localhost:8000.