skill-creator

Create standardized SKILL.md templates with frontmatter, instructions, guardrails, and examples.

60|2|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/ElliotJLT/Claude-Skill-Potions --skill skill-creator-elliotjlt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ElliotJLT/Claude-Skill-Potions/tree/main/skills/skill-creator
Command: npx skills add https://github.com/ElliotJLT/Claude-Skill-Potions --skill skill-creator-elliotjlt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This meta-skill guides the creation of well-structured Claude skills, ensuring consistency and immediate usability across the library.

Core Features & Use Cases

  • Provides a standard skill blueprint, guarding guardrails, and enabling predictable activation.
  • Facilitates skill-forge and learn-from-this integration by providing a reusable template.
  • Supports quick-start guidance for new skill authors to publish high-quality SKILL.md

Quick Start

To create a new skill, copy the Skill Creator template into your skill directory and fill in the required sections, then validate against the library quality standards.

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 standardized skill template for documentation?

Skill Creator provides a SKILL.md template that standardizes skill structure with required frontmatter (name, description), Instructions section, NEVER/ALWAYS guardrails, examples, and optional components. Copy the template, fill in each section following the blueprint, and validate against library quality standards to ensure consistency and usability across the skill library.

What should a skill's frontmatter and guardrails include?

Frontmatter requires name and description fields. Guardrails must explicitly define NEVER constraints (prohibited actions) and ALWAYS constraints (required behaviors) to guide consistent skill activation. These sections ensure predictable triggering and prevent misuse across the library.

Can I use this template to refine existing skills in my library?

Yes. Skill Creator applies when drafting new skills or refining the skill library. Use the template to audit existing skills against quality standards, restructure them for consistency, and add missing guardrails or examples to improve usability and predictability.

What are the required sections in a SKILL.md file?

Required sections are frontmatter (name, description), a complete Instructions section describing the core task, NEVER/ALWAYS guardrails defining constraints and required behaviors, and examples demonstrating expected activation. Optional components directories may be included for modular skill logic.

Why is consistent skill documentation important for a library?

Consistent structure enables predictable activation, simplifies onboarding for new authors, facilitates skill discovery and integration, and maintains quality standards. Standardized frontmatter, guardrails, and examples make skills immediately usable and reduce ambiguity in how skills trigger and behave.