What is a "skill" in the context of Claude?	A reusable playbook—a folder of files and resources—that teaches Claude how to perform a specific, desired workflow.
How does Claude typically activate a skill?	Automatically, when the current task matches the skill's function, though it can also be invoked explicitly.
What are the four building blocks that can be included in a skill?	Instructions (SKILL.md), Assets, References, and Scripts.
What is the primary function of the SKILL.md file?	To serve as the brief or runbook, detailing what the skill does, when to use it, and the step-by-step process.
What type of materials do "Assets" provide within a skill?	The raw materials needed for the output, such as logos, brand templates, or slide masters.
What do "References" teach Claude?	What "good" output looks like by providing examples of past work, style guides, or acceptable formats.
What function do "Scripts" serve in a skill?	To run small pieces of code for calculations or formatting that must be repeatable and consistent.
What is the fastest way to build a new skill?	Starting a conversation with Claude and describing the recurring process you want to automate.
How can a user update an existing skill?	By providing Claude with the specific correction or update request, which updates the skill in place.
What concept bundles several skills and connectors into one installable package?	Plugins.
