Skill Builder / Creator

Organize modular skills with frontmatter-driven structure and progressive disclosure.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/gaos6e/MyOpenclaw --skill skill-builder-creator-gaos6e
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder / Creator
Source: https://github.com/gaos6e/MyOpenclaw/tree/main/workspace/skills/skill-builder-1.0.5
Command: npx skills add https://github.com/gaos6e/MyOpenclaw --skill skill-builder-creator-gaos6e

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating high-quality skills requires a clear structure, progressive disclosure, and a scalable approach. This Skill Builder provides a proven framework to design modular skills, separate content from instructions, and enforce best practices for discovery and maintenance.

Core Features & Use Cases

  • Modular architecture: Core SKILL.md plus on-demand topic files and optional references for heavy docs.
  • Progressive disclosure: Frontmatter-driven discovery loads metadata first, then detailed instructions, then auxiliary content when needed.
  • Quality guardrails: Enforces a frontmatter checklist, guided traps, and patterns to reduce redundancy and improve publish readiness.

Quick Start

Create a new skill by drafting a concise SKILL.md (name, slug, version, description) and adding a few topic files to cover initial guidance.

Frequently Asked Questions about Skill Builder / Creator

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

FAQPage Schema
How do I structure modular skills with frontmatter for production use?

Structure modular skills by drafting a concise core SKILL.md with required frontmatter like name, slug, version, and description, then add on-demand topic files. This enforces progressive disclosure and clean separation between core rules and auxiliary content.

What is progressive disclosure in skill architecture and when do I need it?

Progressive disclosure is a frontmatter-driven discovery mechanism that loads metadata first, then detailed instructions, then auxiliary content. You need it to ensure scalable, modular capabilities for product teams and AI agents without overwhelming the context window.

How do I bootstrap a production-ready skill step by step?

Bootstrap a production-ready skill by drafting a concise SKILL.md with frontmatter fields, adding a few topic files for initial guidance, and applying quality guardrails. This framework guides structure, loading rules, and checks across projects.

Can I use this skill builder framework for AI agent capabilities?

Yes, the skill builder framework is applicable to AI agents designing modular capabilities. It enforces a frontmatter checklist and guided patterns to reduce redundancy and improve publish readiness for agent workflows.

What's the best way to organize documentation patterns for modular skills?

Organize documentation patterns using a modular architecture with a core SKILL.md plus on-demand topic files and optional references for heavy docs. This maintains a clean separation of content and instructions for discovery and maintenance.

Why does my skill architecture need frontmatter quality checks?

Frontmatter quality checks are needed to enforce a checklist that reduces redundancy and improves publish readiness. They ensure required fields like name, slug, version, and description are present for reliable discovery and maintenance.