skill-creator

Scaffold, validate, and package AgentSkills into .skill files.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/DevMewada1299/ClearBot --skill skill-creator-devmewada1299
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/DevMewada1299/ClearBot/tree/main/PhyAgentOS/skills/skill-creator
Command: npx skills add https://github.com/DevMewada1299/ClearBot --skill skill-creator-devmewada1299

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This tool helps teams scaffold, validate, and package AgentSkills into consistent, reusable units with optional resources (scripts, references, and assets).

Core Features & Use Cases

  • Scaffold new skill templates with a standardized frontmatter and structure.
  • Validate skill folders for compliance and quickly package them into .skill files.
  • Manage reusable resources (scripts, references, assets) to accelerate skill development.

Quick Start

Run the Skill Initializer to generate a new skill structure with optional resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I package an AgentSkill into a reproducible template?

To package an AgentSkill, you scaffold a standardized directory structure with frontmatter and validate it for compliance before distribution. The tool ensures directory structure compliance and outputs a .skill package file.

What is a .skill package and when do I need it?

A .skill package is a distribution format for AgentSkills that bundles your scripts, references, and assets. You need it to share or deploy standardized, reusable skill units across teams.

How do I validate frontmatter and folder structure for a skill template?

You validate frontmatter and folder structure by running the compliance checker on your skill directory. It ensures your templates meet the required frontmatter validation and directory structure compliance standards.

Can I include scripts and reference assets when scaffolding a new skill?

Yes, you can include optional scripts, references, and assets when scaffolding a new skill. The initializer generates a resource directory structure to manage these reusable components during skill development.

What is the best way to standardize AgentSkill development across a team?

The best way to standardize AgentSkill development is using a reproducible template that enforces consistent frontmatter and directory structure. This ensures validation compliance and standardized packaging for all team members.

Does this skill creation tool require any external dependencies?

No, this skill creation tool requires no external dependencies. It independently scaffolds, validates, and packages your AgentSkills into .skill files using only its internal scripts.