moonbit-skill-creator

Create MoonBit-based skills with SKILL.md frontmatter and scaffolding templates.

Updated Jan 7, 2026
One-click install
npx skills add https://github.com/peter-jerry-ye/skills --skill moonbit-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moonbit-skill-creator
Source: https://github.com/peter-jerry-ye/skills/tree/main/skills/moonbit-skill-creator
Command: npx skills add https://github.com/peter-jerry-ye/skills --skill moonbit-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams create MoonBit-based skills efficiently, guiding consistent templates and scaffolding so new skills are portable and easy to customize.

Core Features & Use Cases

  • MoonBit Template Guidance: Provides starter MoonBit scaffolding and templates for new skills, including asset templates and the recommended directory structure.
  • Structured SKILL.md Enforcement: Ensures the skill includes a frontmatter with name and description and clear in-context instructions, plus optional resources organized into scripts, references, and assets.
  • Reproducible Packaging: Enables MoonBit packaging templates to be included in assets for portable, repeatable skill delivery.

Quick Start

Start a new MoonBit skill by creating the skill directory, adding SKILL.md with proper frontmatter, and populating assets/references/scripts as needed to bootstrap development.

Frequently Asked Questions about moonbit-skill-creator

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

FAQPage Schema
How do I create a MoonBit skill with the correct directory structure?

To create a MoonBit skill, set up a skill directory and add a SKILL.md file with frontmatter containing the name and description. You can then populate scripts, references, and assets folders to organize optional resources and templates.

What is the required format for the SKILL.md frontmatter in a skill package?

The required format for SKILL.md frontmatter mandates including the skill name and description. This structured frontmatter enforces clear in-context instructions and enables portable, repeatable skill packages.

Can I include custom MoonBit scripts and assets in my skill scaffolding?

Yes, you can include custom MoonBit scripts and assets. The skill scaffolding supports optional resources organized into dedicated scripts, references, and assets directories to bootstrap development.

What's the best way to ensure my MoonBit skill templates are portable and reproducible?

The best way to ensure portable and reproducible MoonBit skills is to include MoonBit packaging templates within the assets directory. This approach enforces consistent scaffolding and structured SKILL.md metadata.

Why does my new skill need to enforce a specific directory structure for scripts and references?

Enforcing a specific directory structure for scripts and references ensures that new skills are portable, easy to customize, and consistently organized. This structured scaffolding guides teams to deliver repeatable skill packages efficiently.