skill-creator

Scaffold standardized Claude skills with YAML frontmatter and resource templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured framework and templates to create and update Claude skills, ensuring consistent structure, frontmatter, and bundled resources when extending Claude's capabilities with domain knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Provides templates for SKILL.md frontmatter with name and description and guidance on structure (scripts/, references/, and assets directories)
  • Outlines a repeatable Skill Creation Process: understand requirements, plan reusable contents, initialize, edit, package, and iterate
  • Includes example resource scaffolds and guidelines to help teams scaffold, test, and package skills for distribution

Quick Start

Run the Skill Initializer to scaffold a new skill and then customize SKILL.md and resource templates.

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 Claude skill with the correct directory structure?

To scaffold a Claude skill, run the Skill Initializer to generate a standardized structure containing SKILL.md and bundled resource directories for scripts, references, and assets.

What is the required format for SKILL.md frontmatter when developing skills?

SKILL.md frontmatter requires YAML syntax specifying the skill's name and description fields to ensure consistent packaging and proper integration with Claude workflows.

Can I update existing skills or only initialize new ones using these templates?

You can update existing skills by applying the standardized templates to enforce consistent structure, frontmatter, and bundled resources across both new and updated skill packages.

What is the recommended workflow for packaging and testing skill development?

The recommended workflow for skill packaging follows a repeatable process: understand requirements, plan reusable contents, initialize, edit, package, and iterate to ensure proper distribution.

Do I need any external dependencies to create and package skills for Claude?

No external dependencies are required to create and package skills; the framework provides ready-to-use scaffolds and templates internally to support the entire skill creation process.

What's the best way to organize scripts, references, and assets when extending Claude capabilities?

Organize bundled resources by placing executable scripts, reference documentation, and static assets into their respective dedicated directories alongside the SKILL.md scaffold.