skill-creator

Scaffold new Skill directories with SKILL.md frontmatter and bundled resources.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/xiaoshuangLi/aibo --skill skill-creator-xiaoshuangli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/xiaoshuangLi/aibo/tree/main/skills/skill-creator
Command: npx skills add https://github.com/xiaoshuangLi/aibo --skill skill-creator-xiaoshuangli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill guides teams to create, standardize, and package new Skills for Claude by providing a template-driven workflow, ready-to-use resources, and guidance for consistent deployment.

Core Features & Use Cases

  • Scaffold new Skill directories with SKILL.md frontmatter
  • Provide example scripts, references, and assets to bootstrap functionality
  • Enforce best practices for metadata, structure, and packaging
  • Use case: When launching a new capability, or updating an existing Skill, to ensure consistent structure and packaging

Quick Start

Run a lightweight, one-step initiation to seed a new Skill with templates and example 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 directory with structured frontmatter and resources?

To scaffold a new skill, use template-driven workflows to generate directories with required SKILL.md frontmatter, bundling example scripts, references, and assets for consistent deployment across projects.

What is the best way to standardize skill metadata and packaging for deployment?

Standardize skill metadata and packaging by enforcing required SKILL.md fields like name and description, validating frontmatter, and aligning with progressive disclosure workflows for consistent structure.

Does skill creation require specific validation rules for SKILL.md frontmatter?

Yes, skill creation enforces validation rules requiring essential SKILL.md frontmatter fields, specifically name and description, to ensure metadata complies with standard packaging and deployment requirements.

Can I bundle scripts, references, and assets when authoring a skill?

Yes, you can bundle scripts, references, and assets into resource directories when authoring a skill, bootstrapping functionality with ready-to-use components for extended capabilities.

Do I need pyyaml to automate skill creation and validation workflows?

Yes, pyyaml is required as a dependency to parse and validate frontmatter templates, enabling automated skill creation, metadata standardization, and packaging workflows.

Why does my skill packaging fail validation during progressive disclosure workflows?

Skill packaging validation fails when required SKILL.md frontmatter fields like name and description are missing or misconfigured, preventing standardized deployment across project environments.