acquiring-skills

Guide SKILL.md creation and updates with correct frontmatter fields.

2|1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/kim-em/pod --skill acquiring-skills-kim-em
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acquiring-skills
Source: https://github.com/kim-em/pod/tree/main/pod/data/claude-config/skills/acquiring-skills
Command: npx skills add https://github.com/kim-em/pod --skill acquiring-skills-kim-em

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps teams quickly craft and maintain Claude Code skills by providing a practical workflow for creating and updating SKILL.md entries, ensuring consistent frontmatter and actionable context.

Core Features & Use Cases

  • Practice-first workflow: write and test the skill workflow manually before documenting.
  • Frontmatter and structure guidance: ensure name and description are defined and consistent with directory naming.
  • Iteration and tooling: reuse the skill-skeleton pattern and follow guidance to iterate after real use.

Quick Start

Draft a new SKILL.md following this workflow and test it on a real task, then iterate based on feedback.

Frequently Asked Questions about acquiring-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a SKILL.md file with correct frontmatter for Claude Code?

Creating a SKILL.md file requires defining frontmatter fields like name and description, then documenting the skill workflow. Ensure the frontmatter name stays consistent with your directory naming for Claude Code to recognize it.

What is the recommended workflow for writing and iterating on Claude skills?

The recommended workflow for writing Claude skills is practice-first: manually write and test the skill on a real task before documenting it in SKILL.md, then iterate based on actual usage feedback.

Does a Claude Code skill require helper scripts or assets to function?

Claude Code skills do not require helper scripts or assets to function. Helper scripts, references, and assets are optional components you can include to provide additional context and enforce safe, structured documentation.

What's the best way to structure documentation when updating an existing Claude skill?

The best way to update an existing Claude skill is to revise the SKILL.md workflow using the skill-skeleton pattern, ensuring frontmatter fields remain consistent with the directory, then iterate after testing on a real task.

Why does my Claude skill workflow need to be tested manually before documenting?

Testing a skill workflow manually before documenting ensures the steps are actionable and correct. This practice-first approach validates the workflow on a real task before finalizing the SKILL.md entry.