Which skill distribution method is best for mandatory standards, compliance, and organization-wide consistency?	Enterprise Managed Settings
What is the simplest method for sharing skills automatically with a team using Git?	Committing skills directly to the `.claude/skills` directory.
When should I use plugins for skill distribution?	When skills are designed for broader community use and are not too project-specific.
What is the most important "gotcha" to remember about skills and subagents?	Subagents do not automatically inherit skills; they must be explicitly listed.
How must I grant specific skills to a custom subagent?	By adding the skills to the `skills:` field in the agent's frontmatter.
Which types of agents can access skills?	Only custom subagents defined in `.claude/agents`.
What is the highest priority skill setting, and what does it override?	Enterprise skills, which override personal, project, and plugin skills with the same name.
What directory must contain skills for them to be shared automatically through Git?	`.claude/skills`
