skill-creator

Scaffold FastAgent skill directories with SKILL.md templates and frontmatter validation.

35|5|Updated May 7, 2026
One-click install
npx skills add https://github.com/yokingma/weclaws --skill skill-creator-yokingma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/yokingma/weclaws/tree/main/resources/skills/managed/skill-creator
Command: npx skills add https://github.com/yokingma/weclaws --skill skill-creator-yokingma

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Maintains and scales FastAgent skills by scaffolding new skill directories, enforcing frontmatter quality, and packaging for transport.

Core Features & Use Cases

  • Scaffolds new skills and initializes SKILL.md with proper frontmatter.
  • Validates frontmatter and structure to ensure discoverability and safe execution.
  • Packages skills into portable archives for sharing or deployment.

Quick Start

Run the skill initializer to create a new skill scaffold, then customize SKILL.md and add optional resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new skill directory with proper frontmatter?

To scaffold a new skill, run the skill initializer to generate a directory with a SKILL.md template containing YAML frontmatter, then customize the name and description fields alongside optional resources.

What is YAML frontmatter validation for FastAgent skills?

YAML frontmatter validation checks the structure and quality of your SKILL.md metadata to ensure skill discoverability and safe execution within the FastAgent framework before deployment.

How do I package skills into portable archives for transport?

You can package skills into portable archives by running the packaging workflow, which bundles the validated skill directory and optional resources into a format ready for sharing or backup.

Do I need the yaml dependency to validate skill frontmatter?

Yes, the yaml dependency is required to parse and validate the YAML frontmatter embedded in the SKILL.md file during the skill scaffolding and validation process.

What optional resource directories can I include when creating a skill?

When creating a skill, you can include optional resource directories for scripts, references, and assets, allowing you to bundle supporting files directly within the skill structure.

Best way to maintain and scale FastAgent skills across projects?

The best way to scale FastAgent skills is using a scaffolding workflow that enforces frontmatter quality and standardizes directory structure, ensuring consistent discoverability and safe execution across deployments.