skill-creator

Create, update, and package AgentSkills with YAML frontmatter validation.

Updated Dec 6, 2016
One-click install
npx skills add https://github.com/majunbao/learn --skill skill-creator-majunbao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/majunbao/learn/tree/main/openclaw_tags/openclaw-2026.3.2/skills/skill-creator
Command: npx skills add https://github.com/majunbao/learn --skill skill-creator-majunbao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the design, organization, and packaging of AgentSkills, enabling teams to create self-contained modules with scripts, references, and assets.

Core Features & Use Cases

  • Guidelines for end-to-end Skill development from concept to packaging
  • Support for optional resources: scripts, references, and assets
  • Templates and frontmatter validation to ensure consistent metadata and discoverability
  • Rapid scaffolding of new skills with a standardized SKILL.md and resource directories

Quick Start

Run scripts/init_skill.py <skill-name> --path <output-directory> to scaffold a new skill and customize SKILL.md.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I package and distribute modular agent skills with scripts and references?

You can package modular agent skills by structuring a SKILL.md body, validating YAML frontmatter, and bundling optional scripts, references, and assets directories into a .skill file.

What is the best way to scaffold a new agent skill for rapid development?

The best way to scaffold a new agent skill is running scripts/init_skill.py <skill-name> --path <output-directory> to generate a standardized SKILL.md and resource directories.

Does skill creation require YAML frontmatter validation for consistent metadata?

Yes, skill creation applies YAML frontmatter validation to ensure consistent metadata, guaranteeing your packaged agent skills maintain standardized structure and discoverability across projects.

Can I include optional resources like assets and scripts when creating an AgentSkill?

Yes, you can include optional resources directories for scripts, references, and assets when creating an AgentSkill, allowing you to build self-contained modules for distribution.

Why does my packaged .skill file fail validation during the skill creation process?

Packaged .skill files fail validation when the SKILL.md body lacks proper structure or the YAML frontmatter contains invalid metadata, preventing successful packaging and discoverability.