skill-creator

Guide Claude Code skill design with YAML frontmatter and Markdown structure.

54|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/dennislee928/Ethic-Latex --skill skill-creator-dennislee928
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/dennislee928/Ethic-Latex/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/dennislee928/Ethic-Latex --skill skill-creator-dennislee928

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill helps you design and build high-quality Claude Code skills by providing guidance on best practices for descriptions, structure, and discoverability.

Core Features & Use Cases

  • Skill Design Guidance: Learn how to write optimal skill descriptions, structure content for progressive disclosure, and optimize token efficiency.
  • Discovery Optimization: Understand how to use keywords and descriptions to ensure your skills are easily found by Claude.
  • Use Case: You're creating a new skill for managing user authentication. Use this Skill to ensure your SKILL.md description is concise, discoverable, and clearly outlines when Claude should invoke it.

Quick Start

Use the skill-creator to help write an effective description for a new skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I write effective Claude Code skill descriptions for discoverability?

To write effective Claude Code skill descriptions, use concise summaries and optimal keywords that ensure Claude can easily discover and invoke your skill. This approach optimizes token efficiency and aligns content structure for progressive disclosure.

What is progressive disclosure in Claude skill creation?

Progressive disclosure in Claude skill creation is a content structuring pattern that optimizes token efficiency by revealing information sequentially. It helps structure your Markdown documentation so Claude processes only necessary details for each invocation.

Do I need to understand YAML frontmatter to build Claude skills?

Yes, you need to understand YAML frontmatter and Markdown structure to build Claude skills. This knowledge is required to configure freedom levels, define quality standards, and structure documentation for successful skill discovery.

What's the best way to structure a SKILL.md file for Claude?

The best way to structure a SKILL.md file is to use clear Markdown formatting with YAML frontmatter. You should apply progressive disclosure patterns, write concise descriptions, and follow quality standards to guide when Claude should invoke the skill.

How do freedom levels affect Claude skill invocation?

Freedom levels affect Claude skill invocation by defining the boundaries of how autonomously the skill operates. Configuring these levels in your skill documentation ensures Claude executes tasks within the intended quality standards and constraints.

Why is my Claude Code skill not being discovered during searches?

Your Claude Code skill might not be discovered because its description lacks optimal keywords or clear invocation triggers. Refine the SKILL.md content by applying discovery optimization techniques and ensuring the description clearly outlines when to use it.