skill-creator

Generate reusable Skill units with SKILL.md templates and scaffolded directories.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AgentiveAU/MyAgentive --skill skill-creator-agentiveau
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/AgentiveAU/MyAgentive/tree/main/skills/skill-creator
Command: npx skills add https://github.com/AgentiveAU/MyAgentive --skill skill-creator-agentiveau

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Standardizes and accelerates the creation of modular Skill units by providing templates, structural guidance, and scaffolded resources.

Core Features & Use Cases

  • Template-driven SKILL.md layout with required frontmatter
  • Automatic scaffolding of optional directories (scripts/, references/, assets/) with example artifacts
  • Packaging and validation workflow to prepare Skills for distribution

Quick Start

Run scripts/init_skill.py <skill-name> --path <path> to generate a template skill, then customize SKILL.md and the 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 reusable Claude skills with bundled resources?

To create reusable Claude skills, use a template-driven approach to generate a SKILL.md file with required YAML frontmatter, then automatically scaffold directories for scripts, references, and assets with example artifacts included.

What is the best way to scaffold directories for a new skill?

The best way to scaffold skill directories is running an initialization script that automatically generates the scripts/, references/, and assets/ folders, populating them with example artifacts to standardize the skill's bundled resources structure.

How do I package skills for distribution and validate the structure?

Packaging skills for distribution involves running a validation workflow that checks the SKILL.md frontmatter and resource scaffolding, ensuring the skill meets structural requirements before finalizing the package.

Do I need YAML frontmatter in SKILL.md when building Claude skills?

Yes, YAML frontmatter is required in SKILL.md when building Claude skills. The template-driven layout enforces this metadata standard to properly define and register the skill unit before validation.

What components are automatically generated during skill creation?

During skill creation, the scaffolding process automatically generates three core components: scripts for automation logic, references for context documentation, and assets for supplementary files, each populated with example artifacts.

Can I customize the generated SKILL.md and bundled resources after initialization?

Yes, after running the initialization script to generate the template skill, you can fully customize the SKILL.md file and modify the bundled resources in the scaffolded directories to fit your specific automation requirements.