skill-creator

Create and update Claude Skills with SKILL.md frontmatter and Markdown instructions.

60|13|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/plurigrid/asi --skill skill-creator-plurigrid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/plurigrid/asi/tree/main/skills/skill-creator
Command: npx skills add https://github.com/plurigrid/asi --skill skill-creator-plurigrid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a clear blueprint for creating and updating Claude Skills, ensuring each Skill is self-contained, discoverable, and easy to extend with scripts, references, or assets.

Core Features & Use Cases

  • Clear SKILL.md frontmatter and Markdown body structure
  • Guidance on including optional scripts, references, and assets
  • Progressive disclosure for long content with modular sections

Quick Start

Create a new skill directory with SKILL.md frontmatter and a Markdown body, then add optional folders as needed.

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 from scratch?

Create a skill directory with a SKILL.md file containing YAML frontmatter and Markdown instructions. The frontmatter defines metadata like name, description, and tags, while the Markdown body provides step-by-step guidance. Optional folders for scripts, references, and assets extend functionality as needed.

What structure should a SKILL.md file follow?

SKILL.md requires YAML frontmatter at the top (title, description, author, tags, version) followed by Markdown body content. Organize long instructions with modular sections and progressive disclosure so users can scan and drill down. Include optional bundled scripts and references for reusable logic.

Can I organize Claude Skills with scripts and references?

Yes. SKILL.md supports optional bundled folders for scripts (reusable code), references (documentation links or templates), and assets (images, data files). This modular structure keeps skills self-contained and easy to extend without duplicating logic across multiple skills.

How do I update an existing Claude Skill consistently?

Follow the multi-step creation process by revisiting SKILL.md frontmatter and Markdown body, adding or refining scripts and references in organized folders, and iterating improvements systematically. The structured directory format ensures updates remain consistent and discoverable.

What's the best way to make a Claude Skill discoverable?

Use clear, descriptive YAML frontmatter with relevant keywords and a concise tagline in SKILL.md. Write modular Markdown sections with clear headings so skills surface in searches and users quickly find what they need without overwhelming documentation.