skill-creator

Creates standardized Markdown skills with bundled resources for the Manus platform.

Updated Oct 31, 2025
One-click install
npx skills add https://github.com/FassadenFix/FaFi --skill skill-creator-fassadenfix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/FassadenFix/FaFi/tree/main/skills/skill_creator
Command: npx skills add https://github.com/FassadenFix/FaFi --skill skill-creator-fassadenfix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams create and refine modular, domain-specific skills for Manus, providing a standardized process and reusable resources.

Core Features & Use Cases

  • Structured Skill Creation: Guidance on frontmatter, body content, and resource packaging to ensure consistent activation.
  • Resource Bundling: Clear patterns for optional scripts, references, and assets to accompany skills.
  • Use Case: When a team wants to add a new capability or update an existing skill, Skill Creator guides the process from initialization to delivery.

Quick Start

Run the Skill Creator to scaffold a new skill at /skills/skill-name, then edit SKILL.md with name and description and add optional resources 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 create a new skill with proper YAML frontmatter and structure?

To create a new skill, you scaffold a directory at /skills/skill-name and edit a Markdown SKILL.md file containing YAML frontmatter with name and description fields, followed by body instructions loaded after triggering.

What is the structure of a Manus skill package?

A Manus skill package consists of a SKILL.md file with YAML frontmatter defining the name and description, a Markdown body with instructions, and optional resource directories containing scripts, referenced docs, and assets.

How do I bundle scripts and reference documents into a skill?

You bundle scripts and references by adding optional resource directories alongside the SKILL.md file, which supports deterministic scripts, referenced docs, and assets for reliable skill activation.

Can I use Skill Creator to update and refine existing skills?

Yes, Skill Creator guides the process of refining existing skills by enforcing consistent frontmatter, body instructions, and bundled resources to ensure reliable activation across domain-specific team applications.

What is the best way to ensure consistent skill activation across a team?

The best way to ensure consistent skill activation is to enforce a standardized process with YAML frontmatter, Markdown body instructions, and bundled resource directories for scripts and assets.

Do I need any dependencies to scaffold a skill?

No dependencies are required to scaffold a skill. The Skill Creator operates independently to generate the required frontmatter, Markdown body, and optional resource directories.