skill-creator

Create modular AgentSkills with standardized SKILL.md frontmatter and scaffolded resources.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/balic-AI-ML-R-D-Resources/eliza_autonomous_agents --skill skill-creator-balic-ai-ml-r-d-resources
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/balic-AI-ML-R-D-Resources/eliza_autonomous_agents/tree/main/packages/skills/skills/skill-creator
Command: npx skills add https://github.com/balic-AI-ML-R-D-Resources/eliza_autonomous_agents --skill skill-creator-balic-ai-ml-r-d-resources

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML.

What problem does it solve?

Streamlines the creation, organization, and packaging of modular AgentSkills by supplying a consistent frontmatter template, scaffold, and guidance, so teams can publish reliable skills faster.

Core Features & Use Cases

  • Template SKILL.md frontmatter with required name and description
  • Guidance on skill structure and progressive disclosure
  • Optional resource scaffolding (scripts, references, assets) and example templates
  • Automated packaging workflow to produce .skill files
  • Use Cases: creating new skills, restructuring existing ones, documenting skill conventions, and packaging for distribution

Quick Start

Run scripts/init_skill.py <skill-name> --path <output-dir> [--resources scripts,references,assets] [--examples] to scaffold a new skill and automatically generate a SKILL.md template

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package modular AI skills with standardized documentation?

To create and package modular AI skills, use a scaffolded workflow that generates a standardized SKILL.md frontmatter template with required name and description fields, ensuring consistent structure and discoverability for distribution.

What is the best way to structure an Agent Skill for progressive disclosure?

The best way to structure an Agent Skill for progressive disclosure is to scaffold directories for scripts, references, and assets, guided by standardized frontmatter conventions that enforce consistent naming and descriptive descriptions.

How do I generate a SKILL.md template with required frontmatter automatically?

You generate a SKILL.md template automatically by running an initialization script from your command line, specifying the skill name, output directory, and optional resource scaffolding flags to produce the required frontmatter instantly.

Can I restructure an existing skill and update its documentation conventions?

Yes, you can restructure an existing skill and update its documentation conventions by applying a standardized scaffold that refines skill quality across scripts, references, and assets while enforcing consistent naming.

Does the skill packaging workflow require any specific dependencies?

The skill packaging workflow requires PyYAML as a dependency to process the frontmatter templates and manage the standardized metadata needed to produce ready-to-package .skill files.

When should I not use a scaffolded template for skill creation?

You should not use a scaffolded template for skill creation if your project requires a highly custom directory structure that deviates from standardized frontmatter, or if you do not need to package the skill for modular distribution.