Skill Builder

Create Claude Skills with standardized SKILL.md frontmatter and directory structure.

Updated Nov 17, 2025
One-click install
npx skills add https://github.com/sulhicmz/malnu-backend --skill skill-builder-sulhicmz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/sulhicmz/malnu-backend/tree/main/.opencode/skills/proffesor-for-testing-agentic-qe-skill-builder
Command: npx skills add https://github.com/sulhicmz/malnu-backend --skill skill-builder-sulhicmz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a standardized blueprint for creating Claude Code Skills, ensuring YAML frontmatter, progressive disclosure, and predictable directory structures.

Core Features & Use Cases

  • Frontmatter validation: Enforces a two-field YAML header with name and description to enable reliable discovery.
  • Progressive disclosure template: Guides Level 1-4 content organization (overview, quick start, detailed steps, and references) to scale across many skills.
  • Directory scaffolding: Recommends top-level skill directories with optional scripts/, references/, and assets/ for on-demand content.

Quick Start

Create a new skill directory at the appropriate Claude Skills location, add SKILL.md with the required header, and optionally add scripts/ and references/ as needed.

Frequently Asked Questions about Skill Builder

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

FAQPage Schema
How do I create a Claude Skill with the correct YAML frontmatter?

Claude Skills require a SKILL.md file with a YAML frontmatter header containing exactly two fields: name and description. This standardized header enables reliable discovery and validates the skill structure for project onboarding.

What is progressive disclosure in Claude Skill documentation?

Progressive disclosure organizes Claude Skill documentation across four levels: overview, quick start, detailed steps, and references. This template structure scales documentation consistency across many skills without overwhelming the reader.

What directory structure should I use for building Claude Skills?

A predictable Claude Skill directory layout includes a top-level folder with SKILL.md. You can optionally add scripts/, references/, and assets/ subdirectories to support extended functionality and on-demand content loading.

Do I need any dependencies or scripts to start a Claude Skill project?

No dependencies are required to start a Claude Skill project. The core requirement is creating a SKILL.md file with valid frontmatter, while scripts and references directories are entirely optional for extended functionality.

When should I add scripts and references folders to my Claude Skill?

Add scripts and references folders to your Claude Skill when you need extended functionality beyond standard documentation. These optional directories provide on-demand content and executable actions for scalable skill development workflows.