creating-skills

Generate scaffolded skill directories with SKILL.md and YAML frontmatter.

Updated Dec 13, 2025
One-click install
npx skills add https://github.com/OTSOU-CODE/OTSOU --skill creating-skills-otsou-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-skills
Source: https://github.com/OTSOU-CODE/OTSOU/tree/main/.agent/skills/creating-skills
Command: npx skills add https://github.com/OTSOU-CODE/OTSOU --skill creating-skills-otsou-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the tedium of manually scaffolding new skill directories by automatically generating a standards-compliant folder structure for a new skill based on user requirements.

Core Features & Use Cases

  • Auto-create skill directory: .agent/skills/[skill-name]/, including SKILL.md with YAML frontmatter.
  • Enforce naming and frontmatter standards, including required fields: name and description.
  • Optional modules for scripts, references, and assets to extend functionality.

Quick Start

Provide a user request like "Create a skill for summarizing customer feedback" and the tool will generate the directory structure and template files ready for editing.

Frequently Asked Questions about creating-skills

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

FAQPage Schema
How do I scaffold a new skill directory with YAML frontmatter?

To scaffold a skill directory, provide a prompt describing your requirements to auto-generate a folder structure with SKILL.md, YAML frontmatter, and optional modules like scripts and references.

What is the best way to convert instructions into a reusable skill?

The best way to convert instructions into a reusable skill is to automate directory generation, which enforces naming conventions and prepares a SKILL.md template ready for editing.

Can I add optional folders for scripts and references when creating a skill?

Yes, you can add optional folders for scripts, references, and assets when creating a skill, allowing you to extend functionality and organize supporting files within the directory structure.

Do I need to manually write YAML frontmatter when automating skill creation?

No, you do not need to manually write YAML frontmatter because the automation enforces standards by automatically generating valid frontmatter with required fields like name and description in the SKILL.md template.

What are the limitations of using templates for skill directory generation?

The limitation of using templates for skill directory generation is that the tool operates at a basic implementation depth, focusing purely on scaffolding folder structures and metadata rather than generating complex internal reasoning or processing logic.