skill-creator

Create and refine modular Skills with standardized SKILL.md frontmatter for Manus-based agents.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/GaryOcean428/pantheon-chat --skill skill-creator-garyocean428
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/GaryOcean428/pantheon-chat/tree/main/skills/skill-creator
Command: npx skills add https://github.com/GaryOcean428/pantheon-chat --skill skill-creator-garyocean428

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creating and refining standardized Skills for Manus-based agents to accelerate development and ensure consistency.

Core Features & Use Cases

  • Structured Skill templates: Standardized SKILL.md frontmatter, body instructions, and optional bundles (scripts, references, assets) to accelerate skill creation.
  • Guided workflow: Clear, repeatable steps for planning, initializing, editing, and delivering skills.
  • Quality & governance: Validation, progressive disclosure patterns, and references to best practices to ensure safe, scalable skills.

Quick Start

Create a new skill directory and run the initializer to scaffold SKILL.md and resource templates.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create modular skills for Manus agents?

To create modular skills for Manus agents, use standardized SKILL.md frontmatter with name and description fields, then scaffold the skill directory using provided templates and initialization scripts for consistent structure.

What is the SKILL.md frontmatter format for agent skill creation?

SKILL.md frontmatter is a standardized metadata header containing the skill name and description, designed to ensure consistency and enable progressive disclosure of domain knowledge for Manus-based agents.

Can I use the same modular skill across Manus, Codex, Copilot, and Windsurf?

Yes, modular skills built with standardized SKILL.md frontmatter and domain knowledge workflows can extend agent capabilities across Manus, Codex, Copilot, Windsurf, and Claude platforms.

What's the best way to structure procedural workflows and tool integrations in a skill?

Structure procedural workflows and tool integrations by using modular skill bundles containing scripts, references, and assets, guided by standardized templates that separate frontmatter from body instructions.

How do I validate agent skills to ensure safe and scalable development?

Validate agent skills using built-in validation scripts and governance references that check SKILL.md frontmatter compliance, progressive disclosure patterns, and best practices for safe, scalable skill development.

Why do I need frontmatter and modular bundles when building agent workflows?

Frontmatter and modular bundles are needed to standardize skill metadata, separate concerns between instructions and resources, and enable scalable agent guidance across multiple platforms without structural conflicts.