skill-creator

Create, structure, and package AgentSkills into distributable .skill bundles.

328|35|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/mosaxiv/clawlet --skill skill-creator-mosaxiv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/mosaxiv/clawlet/tree/main/skills/builtin/skills/skill-creator
Command: npx skills add https://github.com/mosaxiv/clawlet --skill skill-creator-mosaxiv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designing and packaging modular AgentSkills can be tedious and error-prone. This Skill provides a clear workflow and scaffolding for creating, structuring, and packaging skills with scripts, references, and assets.

Core Features & Use Cases

  • Guidance on configuring frontmatter, body content, and resource layouts for skills.
  • Templates and scaffolding for scripts/, references/, and assets/ to speed up packaging.
  • Use Case: When building a new skill to automate onboarding, you can provide a standardized SKILL.md and resource structure, then package it for distribution.

Quick Start

Describe your skill concept and run the scaffold tool to generate and package the Skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I package agent skills into a distributable bundle?

To package agent skills, you can use a scaffolding tool to generate the required SKILL.md, frontmatter metadata, and resource directories, then validate and bundle them into a distributable .skill file for consistent deployment.

What is the best way to structure scripts and references for modular workflows?

Structuring scripts and references for modular workflows requires a standardized directory layout. You can scaffold templates for scripts/, references/, and assets/ to speed up packaging and ensure your skill design maintains a consistent resource hierarchy.

Do I need to manually configure frontmatter metadata when creating a new skill?

You do not need to manually configure frontmatter metadata when creating a new skill. The skill creation process provides guidance on satisfying frontmatter metadata requirements automatically during the scaffolding and packaging workflow.

Can I update an existing skill's assets without rebuilding the entire structure?

You can update existing skills by applying the scaffolding workflow to your current directory. This process facilitates modifying assets, scripts, and references before running validation during packaging to ensure the updated bundle remains consistent.

Why does skill packaging fail during validation?

Skill packaging fails during validation when the bundle lacks required frontmatter metadata, contains an inconsistent resource structure, or has missing assets. The packaging process runs validation checks to ensure all distributed .skill bundles meet consistency requirements.

What does the skill-creator tool do for agent skill design?

The skill-creator tool streamlines AgentSkills design and packaging by providing templates and scaffolding to generate a standardized SKILL.md, configure resource layouts, and package the components into a distributable bundle.