skill-creator

Generate standardized SKILL.md skeletons from user-provided skill concepts.

1|1|Updated Feb 28, 2024
One-click install
npx skills add https://github.com/jiyeol-lee/dotfiles --skill skill-creator-jiyeol-lee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/jiyeol-lee/dotfiles/tree/main/.opencode/skills/skill-creator
Command: npx skills add https://github.com/jiyeol-lee/dotfiles --skill skill-creator-jiyeol-lee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drafting consistent SKILL.md frontmatter and a usable body for new Skill Units is error-prone and time-consuming. Skill-creator centralizes the scaffolding process, grounding each Skill Unit in the official specification and best-practices so teams ship reliable skills faster.

Core Features & Use Cases

  • Generate a valid SKILL.md frontmatter with name and description that meet the specification.
  • Scaffold the initial body structure, including workflow, progressive disclosure guidance, and optimization notes.
  • Validate naming, trigger phrasing, and description quality against the provided references, ensuring alignment with project conventions and future extensibility.
  • Use when a new Agent Skill is requested, when standardizing skill creation across teams, or when documenting best practices for skill authoring.

Quick Start

Provide the new skill's purpose and trigger phrases, and run the Skill Creator to generate the SKILL.md skeleton.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new Agent Skill with valid frontmatter?

To scaffold a new Agent Skill, provide the skill concept and trigger phrases to generate a standardized SKILL.md skeleton with valid name and description frontmatter.

What is the standard structure for SKILL.md files?

The standard SKILL.md structure includes frontmatter with a valid name and description, followed by a body containing workflow logic, progressive disclosure guidance, and optimization notes.

How do I create an Agent Skill that follows best practices?

Create best-practice Agent Skills by validating naming, trigger phrasing, and description quality against the official specification during the scaffolding process to ensure alignment and extensibility.

Can I include optional scripts and references directories when generating a skill?

Yes, the skill scaffolding process supports optional scripts, references, and assets directories to help organize supplementary components within the generated skill structure.

Why does my Agent Skill description fail validation during creation?

Agent Skill descriptions fail validation when they do not meet the official specification's quality standards for trigger phrasing and naming conventions required for proper skill discovery.