skill-creator

Generate new Claude skills with SKILL.md templates and resource scaffolding.

35|13|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/wildwasser/opencode-agents --skill skill-creator-wildwasser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/wildwasser/opencode-agents/tree/main/.opencode/skills/skill-creator
Command: npx skills add https://github.com/wildwasser/opencode-agents --skill skill-creator-wildwasser

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator simplifies building modular Claude skills by providing a ready-to-use template, clear structure, and example resources to accelerate design, validation, and packaging.

Core Features & Use Cases

  • Prebuilt SKILL.md template with frontmatter and body structure
  • Example resource directories (scripts/, references/, assets/) to demonstrate organization
  • Step-by-step guidance for skill creation, validation, and packaging
  • Reusable patterns and references to improve skill design

Quick Start

Run the Skill Initializer to generate a new skill skeleton for your project.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure a Claude skill template for consistent metadata and packaging?

To structure a Claude skill template, use a prebuilt SKILL.md file with enforced frontmatter and body structure, alongside bundled resource directories like scripts/ and references/ to ensure consistent skill metadata.

What is the standard workflow pattern for AI tooling skill creation?

The standard workflow pattern for skill creation involves generating a ready-to-edit skill skeleton, organizing example resources into specific directories, and following step-by-step validation and packaging workflows for distribution.

How do I generate a new skill skeleton with Python scripts and YAML frontmatter?

You generate a new skill skeleton by running the Skill Initializer, which automates the creation of a ready-to-edit SKILL.md with YAML frontmatter and scaffolds bundled Python scripts and resource directories.

Do I need YAML dependencies to package and validate Claude skills?

Yes, you need YAML dependencies to manage the enforced frontmatter structure required for skill packaging. The skill creation process relies on YAML to ensure consistent metadata validation across your AI tooling.

What's the best way to organize modular AI workflow patterns and references?

The best way to organize modular AI workflow patterns is by separating them into dedicated resource directories like scripts/ for executable logic and references/ for reusable documentation, ensuring clear skill organization.