Skill Name

Define modular AI Skills with SKILL.md frontmatter and execution steps.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/SAZO-KR/sazo-toolkit --skill skill-name-sazo-kr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Name
Source: https://github.com/SAZO-KR/sazo-toolkit/tree/main/packages/ai-harness/skills/_TEMPLATE
Command: npx skills add https://github.com/SAZO-KR/sazo-toolkit --skill skill-name-sazo-kr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

이 스킬 정의는 SKILL.md의 프런트매터와 본문을 통해 일관된 스킬 메타데이터와 실행 지시를 제공함으로써 스킬의 발견성과 재사용성을 높입니다. 특히 팀 간 공용 스킬의 정의와 로드 가능한 실행 흐름을 표준화합니다.

Core Features & Use Cases

  • 프런트매터를 기반으로 한 스킬 메타데이터 정의 및 디스커버리 지원.
  • 본문에 포함된 실행 지시를 활성화 시 context에 로드하여 즉시 사용 가능하도록 구성.
  • 선택적 버전 및 사용 시점 정보를 포함하여 스킬 관리 및 버전 구성이 용이.

Quick Start

SKILL.md를 프로젝트의 Skill 디렉터리에 추가하고, frontmatter의 name과 description을 확인한 뒤 본문 실행 지시를 활성화해 보세요.

Frequently Asked Questions about Skill Name

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

FAQPage Schema
How do I define a reusable AI skill using YAML frontmatter?

To define a reusable AI skill using YAML frontmatter, you add a SKILL.md file to your project's Skill directory with the required name and description metadata, plus optional version and when_to_use fields for discovery and management.

What is frontmatter-based skill discovery for workflow automation?

Frontmatter-based skill discovery is a mechanism where YAML metadata in a SKILL.md file exposes a modular AI skill's name and description, allowing workflows to automatically find, load, and activate reusable capabilities across teams.

How do I modularize task automation instructions for team reuse?

You modularize task automation instructions by writing the operational steps in the body of a SKILL.md file, which gets loaded into the context upon activation to provide immediate, standardized execution flows for team reuse.

Can I chain multiple reusable skills together in a single workflow?

Yes, you can chain reusable skills together in a single workflow by defining them as modular components, using optional dependencies in the SKILL.md frontmatter to link capabilities across different automated tasks.

Do I need to include version and when_to_use fields in my SKILL.md frontmatter?

You do not need to include version and when_to_use fields in your SKILL.md frontmatter, as they are optional metadata used only for facilitating easier skill management and version configuration.

What is the best way to standardize AI skill definitions across multiple teams?

The best way to standardize AI skill definitions across multiple teams is to use a SKILL.md template with consistent YAML frontmatter for discovery and a structured body for operational instructions, ensuring uniform capability loading and execution.