skill-creator

Automate AI skill creation and packaging with YAML validation and resource bundling.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates the creation and packaging of AI skills.

Core Features & Use Cases

  • Provides a SKILL.md template with YAML frontmatter and a ready-to-edit body.
  • Includes example bundled resources (scripts/, references/, assets/) to demonstrate structure.
  • Includes helper scripts for initializing, packaging, and quick validation to accelerate skill development.

Quick Start

Run scripts/init_skill.py <skill-name> --path <output-directory> to create a new skill scaffold.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I package AI skills with YAML frontmatter validation and directory checks?

You can package AI skills by running initialization scripts that apply YAML frontmatter validation and perform directory structure checks. The process scaffolds the required folders and bundles resources to create a distributable skill package.

What is the directory structure needed to create modular skill units?

Creating modular skill units requires a directory structure that includes a SKILL.md file with YAML frontmatter, alongside bundled resources such as scripts, references, and assets folders to ensure proper validation and packaging.

Can I use these skill templates across multiple projects?

Yes, these skill templates are designed for teams building modular skill units across projects. The templates include validation and resource bundling features that support consistent distribution and reuse in various development environments.

Does the skill scaffolding process include helper scripts for initialization?

The skill scaffolding process includes helper scripts for initializing, packaging, and quick validation. You run the initialization script with a skill name and output directory to automatically generate the editable template structure.

What is the best way to automate skill creation and resource bundling?

The best way to automate skill creation is using dedicated scaffolding scripts that apply YAML frontmatter validation and bundle resources. This approach accelerates development by generating ready-to-edit templates and distributable packages.

Why does YAML frontmatter validation fail during skill packaging?

YAML frontmatter validation fails during skill packaging when the SKILL.md template contains missing required fields or structural errors. Directory structure checks ensure all bundled resources and scripts are correctly placed before packaging.