skill-creator

Create and refine Claude skills with SKILL.md structure and YAML frontmatter.

15|16|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/alxyrgin/secondbrain_ai --skill skill-creator-alxyrgin
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/alxyrgin/secondbrain_ai/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/alxyrgin/secondbrain_ai --skill skill-creator-alxyrgin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designing and documenting Claude skills can be inconsistent and hard to reuse across projects; this guide provides a structured approach to creating and refining modular skills with clear frontmatter, body guidance, and bundled resource patterns.

Core Features & Use Cases

  • Templates and conventions for SKILL.md frontmatter (name and description) and the skill body, enabling consistent triggering and usage.
  • Guidance on organizing reusable resources (scripts, references, assets) to keep context lean while enabling powerful workflows.
  • Use cases include onboarding new skills, updating existing skills, and packaging for distribution.

Quick Start

Run the init_skill.py tool to scaffold a new skill and then customize SKILL.md and bundled resources to fit your domain.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a Claude skill with YAML frontmatter?▼

Designing a Claude skill requires YAML frontmatter with name and description fields, followed by a structured SKILL.md body that enables consistent triggering and modular reuse across projects.

How do I package scripts and references when building a Claude skill?▼

Packaging a Claude skill involves organizing reusable resources like scripts, references, and assets to keep context lean while enabling powerful workflows through progressive disclosure.

What is the best way to structure a SKILL.md file for progressive disclosure?▼

Structuring a SKILL.md file for progressive disclosure involves outlining clear body guidance and conventions that reveal information contextually, keeping the context lean while enabling powerful workflows.

What do I need to scaffold a new Claude skill?▼

Scaffolding a new Claude skill requires running the init_skill.py tool to generate the initial structure, then customizing the SKILL.md and bundled resources to fit your specific domain.

Can I update an existing Claude skill instead of starting from scratch?▼

Updating an existing Claude skill is fully supported; you can refine the SKILL.md frontmatter, body guidance, and bundled resource patterns to improve consistency and reusability.

Why does my Claude skill trigger inconsistently across projects?▼

Inconsistent Claude skill triggering often stems from poorly defined YAML frontmatter or unstructured body guidance, which this skill resolves by enforcing clear naming and description conventions.