skill-creator

Validate and package self-contained Manus Skill Units with SKILL.md frontmatter.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/gelsonsimoes/wms-verticalparts --skill skill-creator-gelsonsimoes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/gelsonsimoes/wms-verticalparts/tree/main/.antigravity
Command: npx skills add https://github.com/gelsonsimoes/wms-verticalparts --skill skill-creator-gelsonsimoes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standardizes and streamlines the creation and maintenance of Manus Skills by ensuring a consistent SKILL.md frontmatter and a usable, self-contained structure.

Core Features & Use Cases

  • Structured workflows for planning, initializing, and delivering new Skills.
  • Resource patterns for optional bundles (scripts, references, assets) that load on demand.
  • Quality gates to verify metadata, description, and packaging before sharing with other Manus instances.

Quick Start

Initialize a new Skill with the provided workflow, then customize the SKILL.md and resource folders to suit your domain.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a self-contained AI workflow Skill with valid metadata?

To create a self-contained AI workflow Skill, define a SKILL.md file with frontmatter specifying the name and description, then write executable instructions in the Markdown body. You can include optional bundles like scripts, references, and assets that load on demand.

What is the required structure for packaging reusable AI guidelines and templates?

Packaging reusable AI guidelines requires a SKILL.md file where the frontmatter defines accurate metadata and dependencies, and the body contains the core instructions. Optional resource folders for scripts and documentation can be bundled alongside it.

Can I include external scripts and documentation when building a custom workflow Skill?

Yes, you can include optional bundles such as scripts, references, and assets when building a custom workflow Skill. These resources are loaded on demand as directed by the instructions within your SKILL.md file.

Does a Manus Skill need to declare dependencies and components before sharing?

Yes, a Skill must accurately declare its dependencies and components in the SKILL.md frontmatter before sharing. Quality gates verify this metadata and check for detected risks to ensure safe reuse across other instances.

What are the limitations when updating an existing Skill's documentation?

When updating existing Skill documentation, limitations include ensuring the SKILL.md remains self-contained and that any detected risks in the modified executable instructions are reported to maintain safe reuse across instances.

Why does my Skill creation workflow fail the quality validation gate?

Skill creation workflows fail quality validation when the SKILL.md frontmatter is missing a defined name or description, or when the Markdown body lacks executable instructions. Inaccurate dependency declarations also trigger validation failures.