Loading lesson…
Skills are reusable bundles of instructions plus optional scripts and assets. They're how Claude Code learns a procedure once and reapplies it everywhere.
A skill is a folder with a SKILL.md (the instructions), optional scripts (helpers the model can call), and optional assets (templates, examples). When the model recognizes that a user request matches the skill's description, it loads the skill and follows its instructions instead of improvising.
---
name: release-notes
description: Generate user-facing release notes from recent commits. Triggers when the user asks for release notes, changelog, or what changed since version X.
---
# Release Notes
When invoked:
1. Run `git log --oneline <last-tag>..HEAD`.
2. Group commits by type (feat, fix, perf, docs).
3. Translate each commit subject into user-facing language.
4. Output as Markdown headed by the new version.
5. Suggest a one-line summary at the top.
Output format example: see ./examples/sample-notes.md.A simple SKILL.md. The description is what makes the model find it. The body is what makes the model follow it.| Type | Example skills |
|---|---|
| Personal | Daily standup writeup, weekly review |
| Team / project | Release notes, deploy checklist, code review rubric |
| Plugin | Vercel deploy, security review, Anthropic SDK migration |
The big idea: skills are how teams encode 'the way we do X' into something the model can find and follow. Spend on the description; reuse the result.
15 questions · take it digitally for instant feedback at tendril.neural-forge.io/learn/quiz/end-claude-code-skills-creators
What is the core idea behind "Skills: Bundled Procedural Knowledge"?
Which term best describes a foundational idea in "Skills: Bundled Procedural Knowledge"?
A learner studying Skills: Bundled Procedural Knowledge would need to understand which concept?
Which of these is directly relevant to Skills: Bundled Procedural Knowledge?
Which of the following is a key point about Skills: Bundled Procedural Knowledge?
Which of these does NOT belong in a discussion of Skills: Bundled Procedural Knowledge?
Which statement is accurate regarding Skills: Bundled Procedural Knowledge?
Which of these does NOT belong in a discussion of Skills: Bundled Procedural Knowledge?
What is the key insight about "Skill vs slash command vs MCP" in the context of Skills: Bundled Procedural Knowledge?
What is the key insight about "Skill descriptions are the whole game" in the context of Skills: Bundled Procedural Knowledge?
What is the key insight about "From the community" in the context of Skills: Bundled Procedural Knowledge?
Which statement accurately describes an aspect of Skills: Bundled Procedural Knowledge?
What does working with Skills: Bundled Procedural Knowledge typically involve?
Which best describes the scope of "Skills: Bundled Procedural Knowledge"?
Which section heading best belongs in a lesson about Skills: Bundled Procedural Knowledge?