example-skill

Create a reusable workflow Skill template with YAML frontmatter in SKILL.md.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/iredrion-img/kh-rnd-wms --skill example-skill-iredrion-img
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/iredrion-img/kh-rnd-wms/tree/main/.agents/skills/example-skill
Command: npx skills add https://github.com/iredrion-img/kh-rnd-wms --skill example-skill-iredrion-img

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

이 스킬은 클로드 에이전트가 새로운 워크플로우를 이해하고 적용하는 데 필요한 기본 구조를 제공합니다.

Core Features & Use Cases

  • 기본 샘플 스킬로 워크플로우 구성 방법 학습
  • 에이전트가 스킬 문서를 읽고 규칙을 따르는 방법 시연
  • 향후 확장을 위한 템플릿 제공

Quick Start

새로운 스킬을 만들려면 해당 디렉터리 내 SKILL.md를 작성하고 YAML 프런트매터에 name과 description를 포함시키세요.

Frequently Asked Questions about example-skill

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

FAQPage Schema
How do I create a reusable workflow template for an AI agent?

Claude applies a new workflow by reading the SKILL.md file you provide. The file must contain YAML frontmatter with a name and description, plus a concise body outlining the workflow rules and instructions for the agent to follow.

What do I need to include in a SKILL.md file to document agent rules?

A SKILL.md file requires YAML frontmatter with a name and description to document agent rules. You must also include a concise body section outlining the specific usage instructions and workflow steps the agent needs to follow.

Can I use this skill template to introduce new workflows to Claude?

Yes, you can use this skill template to introduce new workflows to Claude. It is specifically designed to demonstrate how an agent reads documentation and applies the defined rules, serving as a base for future expansions.

What is the best way to teach Claude a basic workflow skill?

The best way to teach Claude a basic workflow skill is to create a new directory with a SKILL.md file. This file uses YAML frontmatter and a concise body to provide the structural rules and instructions the agent needs to understand.

Does a workflow skill require any external dependencies to function?

No, a basic workflow skill does not require external dependencies to function. It operates independently by relying solely on the SKILL.md file and its YAML frontmatter to define the rules and instructions for the agent.