skill-creator

Generate skill scaffolds with SKILL.md, scripts, references, and assets templates.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/leesk212/dannys-coding-ai-agent-final --skill skill-creator-leesk212
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/leesk212/dannys-coding-ai-agent-final/tree/main/ETC/deepagents_sourcecode/libs/cli/examples/skills/skill-creator
Command: npx skills add https://github.com/leesk212/dannys-coding-ai-agent-final --skill skill-creator-leesk212

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) components.

What problem does it solve?

Streamlines the creation of new AI skills by providing a clear scaffold, a ready-to-edit SKILL.md, and starter resources, so teams can bootstrap consistent skill structures quickly.

Core Features & Use Cases

  • Guided skill design: provides a standard SKILL.md frontmatter template and recommended structure for new skills.
  • Starter resources: includes a scripts/ folder with example tooling and a references/ folder template to house documentation.
  • Validation readiness: ships with lightweight validation scripts to ensure naming conventions and frontmatter integrity.

Quick Start

Run init_skill.py to generate a new skill scaffold with example resources, then customize SKILL.md and replace placeholder assets.

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 skill with a consistent directory structure?

You can scaffold a new skill by running the init_skill.py script, which generates a ready-to-use directory layout including SKILL.md, scripts/, references/, and assets/ templates.

What is the standard frontmatter format for a SKILL.md file?

The standard frontmatter format for a SKILL.md file is defined by procedural templates that enforce frontmatter constraints, ensuring reproducible skill design and consistent metadata across new projects.

How do I validate frontmatter integrity and naming conventions for generated skills?

You can validate frontmatter integrity and naming conventions by running the lightweight validation scripts included in the scripts/ folder, which verify structural compliance for your generated skill.

Do I need YAML dependencies to use this skill scaffolding tool?

Yes, you need YAML dependencies to use this skill scaffolding tool, as it parses and enforces frontmatter constraints defined within the SKILL.md procedural templates.

What's the best way to bootstrap consistent skill structures for a team?

The best way to bootstrap consistent skill structures is to use a guided skill design scaffold, providing a standard SKILL.md template and starter resources to ensure reproducible layouts across the team.