template-skill

Create or validate SEMO skill templates with YAML front matter and structured sections.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/semicolon-devteam/semo --skill template-skill-semicolon-devteam
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/semicolon-devteam/semo/tree/main/packages/eng/nextjs/skills/template-skill
Command: npx skills add https://github.com/semicolon-devteam/semo --skill template-skill-semicolon-devteam

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes references (resource) components.

What problem does it solve?

์ƒˆ๋กœ์šด SEMO ์Šคํ‚ฌ์„ ๋งŒ๋“ค ๋•Œ์˜ ํ…œํ”Œ๋ฆฟ ๊ตฌ์กฐ๋ฅผ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.

Core Features & Use Cases

  • ๊ธฐ๋ณธ ์Šค์ผˆํ†ค ์ œ๊ณต: ์ด๋ฆ„/description/frontmatter์˜ ๊ธฐ๋ณธ ํฌ๋งท ์ œ๊ณต
  • ๊ฐ€์ด๋“œ ํ†ตํ•ฉ: ๊ณ ๊ธ‰ ํ…œํ”Œ๋ฆฟ ๊ตฌ์„ฑ์— ๋Œ€ํ•œ ๊ฐ€์ด๋“œ ํฌํ•จ

Quick Start

์ƒˆ ์Šคํ‚ฌ ์ƒ์„ฑ์„ ์œ„ํ•œ ํ…œํ”Œ๋ฆฟ์„ ๋กœ๋“œํ•˜๊ณ  ์‹œ์ž‘ํ•ฉ๋‹ˆ๋‹ค.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I create a new SEMO skill with proper structure?โ–ผ

Use the template-skill to create new SEMO skills with enforced structure: YAML front matter header, system message directive, and standardized sections like Quick Start, Advanced Usage, Examples, and Guidelines. This ensures machine-parsable, consistent skill format.

What format and components must a SEMO skill include?โ–ผ

SEMO skills require YAML front matter, a system message directive, and organized sections for Quick Start, Advanced Usage, Examples, and Guidelines. The template-skill validates these constraints to guarantee structured, parsable content.

Can I use this template to validate an existing skill structure?โ–ผ

Yes. The template-skill validates existing SEMO skills against required format constraints: YAML front matter, system message directive, and standard sections. Use it to check whether your skill meets structural requirements.

What's the starting point for building a skill from scratch?โ–ผ

Load the template-skill skeleton to begin. It provides baseline format for name, description, and frontmatter, plus integrated guidance on composing advanced templates and organizing skill structure.

Does the template enforce naming conventions or metadata requirements?โ–ผ

The template enforces YAML front matter headers, system message directives, and mandatory sections, ensuring standardized skill metadata and content organization. Specific naming rules are defined in the template structure.