skill-creator

Create and structure Skill units with standardized SKILL.md templates and packaging workflows.

17|3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/jidohyun/NOD --skill skill-creator-jidohyun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/jidohyun/NOD/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/jidohyun/NOD --skill skill-creator-jidohyun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a structured blueprint and best practices for creating or updating Agent Skills, ensuring consistency, maintainability, and onboarding clarity for teams building domain-specific capabilities.

Core Features & Use Cases

  • Standardized SKILL.md frontmatter requiring name and description, plus a concise body that guides usage.
  • Organized resource scaffolding with optional scripts/, references/, and assets/ directories to support deterministic tasks, in-depth references, and output templates.
  • Clear anatomy and progressive-disclosure patterns that help teams structure multi-step workflows, guidelines, and variant-driven content.
  • Packaging and iteration workflow guidelines to evolve Skills from templates to distributable .skill artifacts.

Quick Start

Run the included init_skill.py script to generate a new skill directory and then customize SKILL.md and the example resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and structure agent skills for my team?

To create and structure agent skills, use a standardized template and scaffolding process that enforces consistent SKILL.md frontmatter, organized resource directories, and clear packaging workflows for distribution.

What is the best way to package workflows and distribute new skills?

The best way to package workflows and distribute skills involves following a clear iteration workflow that evolves your structured templates into distributable .skill artifacts after validating frontmatter and organizing resources.

Do I need pyyaml to build skills with frontmatter validation?

Yes, you need pyyaml to build skills with frontmatter validation, as it processes the YAML frontmatter required in the SKILL.md file for defining the skill's name and description.

How do I organize scripts and references when scaffolding a skill?

To organize scripts and references when scaffolding a skill, use optional directories like scripts/ for deterministic tasks, references/ for in-depth documentation, and assets/ for output templates.

What is SKILL.md frontmatter and why is it required for skill creation?

SKILL.md frontmatter is required metadata defining the skill's name and description, ensuring onboarding clarity and consistency for teams building domain-specific agent capabilities.

Can I use this skill creation template for multi-step workflows and guidelines?

Yes, you can use this skill creation template for multi-step workflows and guidelines, as it provides anatomy and progressive-disclosure patterns to help teams structure variant-driven content effectively.