skill-creator

Scaffold modular Claude skills with SKILL.md templates and bundled resources.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/artivilla/agents-config --skill skill-creator-artivilla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/artivilla/agents-config/tree/main/skills/skill-creator
Command: npx skills add https://github.com/artivilla/agents-config --skill skill-creator-artivilla

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Clarifies and standardizes the process of designing modular Claude skills by providing structured guidance, references, and starter resources.

Core Features & Use Cases

  • Templates and conventions for SKILL.md frontmatter (name, description, license)
  • Reusable scaffolding for scripts, references, and assets
  • Domain-guided patterns and best practices to accelerate skill creation

Quick Start

Run the Skill Initializer to scaffold a new skill and customize its SKILL.md and bundled resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create Claude skills with standardized frontmatter and resources?

To create Claude skills with standardized frontmatter, use a skill initializer to scaffold modular directories and populate SKILL.md templates with required metadata like name, description, and license.

What is the best way to structure modular skill development for Claude?

The best way to structure modular skill development is to use reusable scaffolding for scripts, references, and assets, ensuring consistent frontmatter and resource organization across the entire team workflow.

Do I need PyYAML to generate skill templates for Claude?

You need PyYAML installed in your environment to parse and generate the frontmatter configurations required for skill templates during the skill creation and scaffolding process.

Can I bundle custom scripts and references when building Claude skills?

You can bundle custom scripts and references when building Claude skills by placing them in the designated resource directories generated by the skill initializer scaffolding process.

Why does my SKILL.md frontmatter fail validation during skill creation?

SKILL.md frontmatter fails validation during skill creation when required fields like name, description, or license are missing or incorrectly formatted according to the standardized frontmatter conventions.

When should I not use automated scaffolding for Claude skill templates?

You should not use automated scaffolding for Claude skill templates when your project requires highly custom resource organization or non-standard frontmatter that deviates from the established modular skill conventions.