skill-creator

Create and validate Manus Skill Units with SKILL.md frontmatter and resources.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Andy160675/sovereign-skills-season2 --skill skill-creator-andy160675
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Andy160675/sovereign-skills-season2/tree/main/skills/skill-creator
Command: npx skills add https://github.com/Andy160675/sovereign-skills-season2 --skill skill-creator-andy160675

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Skill creators often struggle with consistency and scale when packaging modular capabilities for Manus. This Skill Unit provides a validated template and a standard resource layout to streamline the development, packaging, and discovery of new Skills.

Core Features & Use Cases

  • Structured frontmatter with name and description to enable reliable discovery and loading.
  • Clear guidance on SKILL.md body structure and progressive disclosure to minimize context bloat.
  • Bundled resources layout (scripts/, references/, assets/) with example files to accelerate implementation.
  • Built-in validation cues to enforce naming, frontmatter, and structural conventions.

Quick Start

Edit SKILL.md to finalize the description, then customize or remove the example resources in scripts/ and references/ to fit your skill use case.

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 Manus skill with proper frontmatter and structure?

Skill creation in Manus requires structured frontmatter containing name and description fields, plus a SKILL.md body that uses progressive disclosure to minimize context bloat. This skill automates generating and validating that exact structure.

What is the standard layout for packaging Manus skills with scripts and references?

Packaging Manus skills uses a standard layout with separate directories for bundled resources: scripts/, references/, and assets/. This skill provides a validated template with example files to accelerate implementing this layout.

Can I use yaml frontmatter to validate skill naming conventions automatically?

Yes, yaml frontmatter enables validating skill naming conventions automatically. This skill checks for required fields, enforces naming conventions, and assesses safety compliance through a toxicity check during validation.

What patterns are supported for building workflow and reference-guideline skills?

Supported patterns for building skills include workflow, task-based, reference-guidelines, and capabilities-based patterns. This skill guides packaging modular capabilities across these patterns to ensure reliable discovery and loading.

Do I need to manually check frontmatter fields when designing new skill units?

No, manual frontmatter checking is unnecessary. This skill validates required frontmatter fields, lists bundled resources and components, and enforces structural conventions automatically when designing new skill units.