skill-creator

Create, update, and package skill units into .skill artifacts.

6|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/jnotsknab/mux-swarm --skill skill-creator-jnotsknab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/jnotsknab/mux-swarm/tree/main/Skills/bundled-docker/skill-creator
Command: npx skills add https://github.com/jnotsknab/mux-swarm --skill skill-creator-jnotsknab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a structured, repeatable approach to creating, updating, and packaging skills, helping teams standardize onboarding and tooling for reusable agent capabilities.

Core Features & Use Cases

  • Scaffold new skills with a consistent SKILL.md template and resource directories (scripts, references, assets).
  • Update and maintain existing skills by editing frontmatter, body instructions, and bundled resources.
  • Package skills into distributable .skill archives for sharing across environments.

Quick Start

Run the skill initializer to scaffold a new skill directory, then customize SKILL.md and the 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 scaffold a new skill template with standard directories?

To scaffold a new skill template, run the skill initializer to generate a consistent SKILL.md file alongside optional resource directories like scripts, references, and assets for structured agent capabilities.

What is the best way to package skills into distributable archives?

The best way to package skills is to use the packaging trigger to compile your SKILL.md and bundled resources into a distributable .skill archive, ensuring safe and reproducible sharing across environments.

How do I update frontmatter and validate existing skill structures?

You can update existing skills by editing the frontmatter fields and body instructions, while the validator enforces required name and description fields and checks dependencies to ensure structural integrity.

Do I need specific dependencies to package a skill safely?

No specific dependencies are required to package a skill safely. The skill creator validates structure, enforces frontmatter fields, and checks resources independently to ensure reproducible .skill artifacts.

Can I bundle scripts and reference assets directly into a skill package?

Yes, you can bundle scripts and reference assets directly. The scaffolding process creates optional resource directories for these components, which are then included when packaging the skill into a distributable archive.

When should I not use automated skill scaffolding for agent workflows?

You should avoid automated skill scaffolding if your agent capabilities require non-standard directory structures or frontmatter fields outside the validated name and description schema enforced during packaging.