Skill Builder / Creator

Create modular Skill Units with frontmatter, templates, and progressive loading.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

A clear and structured approach to creating reusable, high-quality skills with a modular layout and progressive disclosure.

Core Features & Use Cases

  • Modular structure: frontmatter, topic files, references to organize content.
  • Progressive disclosure: metadata loaded upfront, body loaded on activation, auxiliary files on demand.
  • Guidance for skill builders: setup, templates, memory templates, and patterns.

Quick Start

Create a new Skill with a concise name and description, then scaffold the basic files (SKILL.md, memory-template.md, and optional references) to begin building.

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 to reduce cognitive load?

Progressive disclosure reduces cognitive load by loading frontmatter upfront, the body on activation, and auxiliary files on demand. This modular structure organizes content into clear topic files and references.

What is the best way to create reusable skills with a modular layout?

Creating reusable skills with a modular layout involves scaffolding basic files like SKILL.md and memory-template.md. This enforces consistency, safety, and discoverability through frontmatter and predefined templates.

How does progressive disclosure work for organizing skill content?

Progressive disclosure works by staggering content access: metadata loads upfront, the main body loads on activation, and auxiliary reference files load on demand. This mechanism defines activation scope and reduces cognitive overload.

Do I need frontmatter templates to enforce consistency across skill units?

Yes, frontmatter templates enforce consistency and safety across skill units. They provide a standardized modular structure that ensures discoverability and clear memory reference patterns for your content.

Can I scaffold a skill unit without auxiliary reference files?

Yes, you can scaffold a skill unit without auxiliary reference files because they are optional. You start by creating a concise name, description, and SKILL.md, then add memory templates and references on demand as needed.