skill-creator

Create, update, and package AgentSkills with YAML frontmatter and optional resources.

3|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/matparang/AutoJaga --skill skill-creator-matparang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/matparang/AutoJaga/tree/main/legacy/jagabot/skills/skill-creator
Command: npx skills add https://github.com/matparang/AutoJaga --skill skill-creator-matparang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate and standardize the creation, structuring, and packaging of AgentSkills to reduce duplication and ensure consistency across projects.

Core Features & Use Cases

  • Clear anatomy: required SKILL.md frontmatter, a body with guidance, and optional resources (scripts, references, assets).
  • Guided packaging: steps for initialization, editing, and packaging into distributable skill packages.
  • Reusability and governance: promotes consistent naming, resource organization, and progressive disclosure for loading content.

Quick Start

Run the skill initialization script to scaffold a new skill, customize SKILL.md and resources as needed, then package the skill for distribution.

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 agent skills for distribution across multiple projects?

To package agent skills, you run the skill initialization script to scaffold a new skill, customize the SKILL.md and resources, then follow the guided packaging workflow to generate a ready-to-distribute skill package.

What is the required structure for a SKILL.md file when creating agent skills?

A SKILL.md file requires YAML frontmatter with name and description fields, followed by a body with guidance, and can optionally include scripts, references, and assets for progressive content disclosure.

Can I update existing agent skills or is this only for creating new ones?

You can both create new agent skills and update existing ones. The skill supports init, edit, and package workflows, allowing you to modify SKILL.md content and repackage the skill for distribution.

What's the best way to standardize skill creation and reduce duplication across projects?

Standardizing skill creation is achieved by enforcing YAML frontmatter rules, promoting consistent naming conventions, and organizing optional resources like scripts and references into modular, reusable packages.

Do I need any external dependencies to scaffold and initialize new agent skills?

No external dependencies are required. The skill operates independently to scaffold new skills, generate required SKILL.md frontmatter, and package resources without relying on additional libraries or frameworks.

When should I include optional scripts and references in my agent skill package?

Include optional scripts, references, and assets when your agent skill requires supplementary logic or documentation. These resources support progressive disclosure, loading additional content only when the skill needs it.