skill-creator

Guide teams to design and package modular AI Skills with structured workflows and assets.

112|26|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/Yambr/openwebui-computer-use-community --skill skill-creator-yambr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Yambr/openwebui-computer-use-community/tree/main/skills/public/skill-creator
Command: npx skills add https://github.com/Yambr/openwebui-computer-use-community --skill skill-creator-yambr

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 helps teams design and package modular AI Skills that extend Assistant capabilities, providing a structured framework for building reusable, standards-driven abilities.

Core Features & Use Cases

  • Guidance for structuring skills and frontmatter
  • Templates and patterns for SKILL.md, scripts, references, and assets
  • Real-world use: creating a new skill or updating an existing one to extend Assistant

Quick Start

Run the skill initializer to scaffold a new skill and 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 structure and package modular AI skills for Assistant workflows?

To package modular AI skills, you structure them using specified frontmatter, organize resources into scripts, references, and assets, and apply progressive disclosure to ensure consistent, safe, and reusable units.

What is progressive disclosure in AI skill design?

Progressive disclosure in AI skill design is a structuring approach that reveals information and capabilities in layers, ensuring the skill remains consistent and safe while staying modular and reusable across domains.

How do I scaffold a new skill or update existing ones?

You scaffold a new skill by running the skill initializer to generate the base structure, then customize the SKILL.md file and bundled resources to update existing ones or extend Assistant capabilities.

Do I need pyyaml to use the skill-creator framework?

Yes, pyyaml is a required dependency for the skill-creator framework, enabling the processing and validation of frontmatter structures specified within your SKILL.md files.

What's the best way to design frontmatter for AI skill templates?

The best way to design frontmatter for AI skill templates is to follow the specified frontmatter structure provided in the skill-creator references, ensuring metadata is properly defined for consistent packaging and execution.

Are there limitations when updating existing skills across different domains?

When updating existing skills across domains, limitations may arise if resource organization deviates from the standard scripts, references, and assets structure, potentially breaking the progressive disclosure needed for safe reuse.