skill-creator

Scaffold and package AgentSkills with structured metadata and resource bundles.

2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/moshehbenavraham/crocbot --skill skill-creator-moshehbenavraham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/moshehbenavraham/crocbot/tree/main/skills/skill-creator
Command: npx skills add https://github.com/moshehbenavraham/crocbot --skill skill-creator-moshehbenavraham

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML.

What problem does it solve?

Create or update AgentSkills by structuring, packaging, and organizing skills with scripts, references, and assets.

Core Features & Use Cases

  • Scaffold, validate, and package skills with consistent frontmatter and resource wiring.
  • Organize resources into scripts, references, and assets for reuse and portability.
  • Use case: Teams design and ship new skills quickly with a repeatable workflow.

Quick Start

Run the Skill Creator to scaffold a new skill and customize SKILL.md, scripts, references, and assets.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold and package modular AgentSkills with structured metadata?

Scaffolding modular AgentSkills requires structuring frontmatter and coordinating resource bundles. This tool validates packaging to ensure your skills contain required metadata and are ready for Codex distribution.

What is included in an AgentSkill resource bundle?

An AgentSkill resource bundle organizes files into scripts, references, and assets for reuse and portability. This modular structure ensures consistent resource wiring when packaging skills for team workflows.

Can I use this skill creator to update existing skill frontmatter and resources?

Yes, the skill creator is applicable when updating existing skills by restructuring frontmatter and re-coordinating optional resources. It enforces packaging validation to ensure your updated skill is correctly formatted for distribution.

Do I need PyYAML installed to scaffold and validate AgentSkills?

Yes, PyYAML is a required dependency for scaffolding and validating AgentSkills. The tooling uses it to parse and enforce the structured YAML frontmatter required for distributable packages.

How does skill packaging validation work for Codex AgentSkills?

Packaging validation enforces that your AgentSkill frontmatter contains required name and description fields. The included tooling checks resource bundles to ensure the package meets Codex distribution standards.