skill-creator

Create and package modular AgentSkills with validated frontmatter and SKILL.md structure.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/tiagofur/kakoclaw --skill skill-creator-tiagofur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/tiagofur/kakoclaw/tree/main/skills/skill-creator
Command: npx skills add https://github.com/tiagofur/kakoclaw --skill skill-creator-tiagofur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline creation and packaging of modular AgentSkills.

Core Features & Use Cases

  • Guidance for designing effective skills as self-contained units with optional scripts, references, and assets.
  • Best practices for frontmatter, body structure, and resource organization to support scalable skill design and packaging.
  • Use cases include creating new skills from templates, updating existing skills, and preparing skills for distribution with bundled resources.

Quick Start

Create a new skill by following the Skill Creation Process to initialize, implement, and package a skill with 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 package a modular skill with bundled scripts and assets?

Modular skill creation involves building self-contained units with optional scripts, references, and assets. Designers follow best practices for frontmatter and body structure to ensure skills are scalable and ready for distribution.

What is the best way to structure a SKILL.md file for scalable workflows?

The best way to structure a SKILL.md file is by applying frontmatter validation for name and description, followed by a clean body structure. This ensures modular skills integrate smoothly into scalable workflows.

Do I need frontmatter validation when creating a new skill from a template?

Yes, frontmatter validation for name and description is required when creating a new skill. This validation ensures the skill metadata is correct and the modular unit is properly structured before packaging.

Can I update existing skills without breaking their bundled resource directories?

Yes, you can update existing skills by modifying the SKILL.md body structure while maintaining the optional scripts, references, and assets directories. This approach preserves the self-contained nature of the modular skill.

When should I not use self-contained units for skill packaging?

You should avoid self-contained skill packaging units when your workflow does not require bundled scripts, references, or assets. If your task needs no modular resource organization, a simpler file structure may be more appropriate.