skill-creator

Generate standardized SKILL.md files and starter resource skeletons for new Skills.

Updated Jan 18, 2026
One-click install
npx skills add https://github.com/deloreyj/.dotfiles --skill skill-creator-deloreyj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/deloreyj/.dotfiles/tree/main/home/.config/opencode/skill/skill-creator
Command: npx skills add https://github.com/deloreyj/.dotfiles --skill skill-creator-deloreyj

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates scaffolding of new Skills by generating a standardized SKILL.md and starter resource skeletons.

Core Features & Use Cases

  • Generates SKILL.md from a structured template with required frontmatter and guidance.
  • Creates starter resource directories: scripts/, references/, and assets/ with example files.
  • Validates directory structure and frontmatter compatibility with the Skill spec and tooling.

Quick Start

Initialize a new Skill named my-skill under a chosen path using the Skill Initializer, then customize the generated files.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I bootstrap a new skill with the correct directory structure and templates?

To bootstrap a new skill, you can automate scaffolding to generate a standardized SKILL.md along with starter scripts, references, and assets directories. This ensures a proper directory structure and frontmatter compatibility for rapid, repeatable setup.

What is included in the starter resource skeletons when scaffolding a skill?

Starter resource skeletons include a structured SKILL.md with required frontmatter and guidance, plus example files in the scripts, references, and assets directories to kickstart development.

How do I ensure my SKILL.md frontmatter is valid before publishing?

You can ensure frontmatter validity by using tooling that validates the YAML frontmatter against the Skill specification during the scaffolding process, checking for compatibility and required fields.

What's the best way to create a repeatable setup for multiple new skills?

The best way to achieve repeatable setup is by automating skill scaffolding from standardized templates, which generates consistent directory structures, frontmatter, and starter example files aligned with the Skill spec.

Can I customize the generated files after bootstrapping a new skill?

Yes, after initializing a new skill and generating the starter resource skeletons, you can fully customize the created SKILL.md and example files in the scripts, references, and assets directories to fit your requirements.

When do I need to use a skill bootstrapping tool instead of manual setup?

You need a bootstrapping tool when creating or updating Skills to automate the generation of standardized SKILL.md files, validate frontmatter, and establish a proper directory structure, saving time over manual setup.