skill-creator

Plan and standardize Manus skill creation with YAML frontmatter and validation tooling.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/LYKOS68/roman-hild4 --skill skill-creator-lykos68
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/LYKOS68/roman-hild4/tree/main/MANUS%20SANDBOX%20DATEN%20CHAOS%20UPLOAD/skills/skill-creator
Command: npx skills add https://github.com/LYKOS68/roman-hild4 --skill skill-creator-lykos68

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Skills are essential for extending Manus, but creating and maintaining them can be inconsistent, error-prone, and hard to scale across teams. The Skill Creator provides a standardized template, required frontmatter, and a clear resource structure to streamline the development, validation, and governance of new skills.

Core Features & Use Cases

  • Standardized SKILL.md frontmatter with required name and description and a well-structured body for guidance.
  • Bundled resources directions (scripts/, references/, and templates/assets) to support repeatable skill packaging.
  • Bootstrap tooling (init_skill.py) and validation (quick_validate.py) to enforce consistency and quality across skills.
  • Progressive-disclosure guidance and reference materials to keep SKILL.md concise while offering depth when needed.

Quick Start

Run the Skill Creator tooling to bootstrap a new skill scaffold, then customize SKILL.md and add resource directories as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I standardize skill creation with YAML frontmatter and templates?

Standardize skill creation by using a template that enforces YAML frontmatter with required name and description fields, bundled resource directories, and bootstrap tooling to maintain consistency across skills. This ensures structured documentation and repeatable packaging.

What is the best way to bootstrap a new skill scaffold for rapid onboarding?

The best way to bootstrap a new skill scaffold is running the bundled init_skill.py script, which generates the required folder structure, SKILL.md file, and resource directories for rapid modular skill onboarding.

Do I need pyyaml to validate skill documentation and frontmatter?

Yes, you need the pyyaml dependency to parse and validate YAML frontmatter within skill documentation. The validation script uses it to enforce required name and description fields and ensure frontmatter consistency.

Can I use resource folders like scripts and references for modular skill packaging?

Yes, you can use optional resource folders like scripts, references, and templates to support modular skill packaging. These directories keep SKILL.md concise while providing progressive-disclosure guidance and depth when needed.

Why does my skill validation fail when checking documentation consistency?

Skill validation fails when the quick_validate.py script detects missing required YAML frontmatter fields, specifically the name and description, or when the documentation structure does not match the standardized template format.