skill-creator

Create and package AgentSkills with SKILL.md frontmatter and scaffolding scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml.

What problem does it solve?

Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.

Core Features & Use Cases

  • Guidance on structuring skills (workflow-based, task-based, reference/guidelines)
  • Reusable resource patterns (scripts, references, assets)
  • Template SKILL.md and starter scaffolds for new skills
  • Init and packaging tooling to streamline workflows

Quick Start

Run scripts/init_skill.py <skill-name> --path <output-directory> to scaffold a new skill and start customizing resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate the creation and packaging of modular AI agent skills?

You can automate skill creation, structuring, and packaging by running the initialization script, which scaffolds a new skill directory with templates, scripts, references, and assets for modular AI agents.

What's the best way to structure resources for workflow-based or task-based AI skills?

The best way to structure AI skills is by using reusable resource patterns for scripts, references, and assets, organizing them into workflow-based, task-based, or reference guidelines directories.

Do I need a SKILL.md file to scaffold and package a new agent skill?

Yes, you need a SKILL.md file containing frontmatter with a name and description to scaffold and package a new agent skill, alongside optional resources directories.

Can I use Python to initialize skill scaffolding for dev-tools automation?

Yes, you can use Python to initialize skill scaffolding for dev-tools automation by running scripts/init_skill.py, which sets up the output directory structure for your new skill.

What is the process for designing and updating AgentSkills with scripts and references?

Designing and updating AgentSkills involves using initialization and packaging scripts to automate scaffolding, populate template SKILL.md files, and organize references and assets into modular directories.

Does this skill creation tooling require any specific Python dependencies?

Yes, the skill creation tooling requires the pyyaml Python dependency to function, providing the necessary environment for automating skill design, initialization, and packaging workflows.