skill-creator

Create and package AgentSkills with standardized SKILL.md frontmatter and resource folders.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/Solitude01/proiect-new --skill skill-creator-solitude01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Solitude01/proiect-new/tree/main/%E5%88%9B%E6%84%8F/%E9%A3%9E%E7%89%9B/OPENCLAW/openclaw/openclaw/skills/skill-creator
Command: npx skills add https://github.com/Solitude01/proiect-new --skill skill-creator-solitude01

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill Creator simplifies building and packaging AgentSkills by providing a ready-made skeleton with frontmatter, documentation structure, and optional resource folders.

Core Features & Use Cases

  • Generates a SKILL.md frontmatter template with required name and description.
  • Creates optional directories (scripts, references, assets) and sample placeholders to accelerate packaging.
  • Produces guidance and standardized structure for consistent skill development and distribution.

Quick Start

Run the initialization script to scaffold a new skill directory, then customize SKILL.md and add resources as needed.

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 AgentSkill project?

To scaffold an AgentSkill, run the initialization script to generate a standardized directory structure. This creates a SKILL.md frontmatter template and optional resource folders like scripts, references, and assets to accelerate packaging.

What is the required structure for packaging a .skill file?

Packaging a .skill file requires a valid SKILL.md frontmatter with name and description fields. The structure also includes optional directories for scripts, references, and assets to ensure consistent skill distribution.

How do I create consistent frontmatter and documentation for AgentSkills?

Create consistent frontmatter and documentation by using a standardized skeleton that automatically generates the required SKILL.md template. This ensures all projects maintain valid metadata and a uniform documentation structure across resources.

Can I include optional scripts and references when building an AgentSkill?

Yes, you can include optional scripts and references when building an AgentSkill. The scaffolding process creates dedicated directories with sample placeholders for these resources, ensuring they are properly structured for packaging.

What's the best way to package AgentSkills for distribution?

The best way to package AgentSkills is using a standardized skeleton that ensures valid frontmatter and a ready-to-package directory structure. This approach generates .skill files consistently across projects with optional resource folders.

Do I need external dependencies to structure and package AgentSkills?

No external dependencies are required to structure and package AgentSkills. The skill-creator operates independently to generate the standardized directory structure, frontmatter, and resource folders needed for packaging.