claude-skill-creator

Create Claude Code skills with proper YAML frontmatter and SKILL.md structure.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/YusukeTsunoda/ppt-trans --skill claude-skill-creator-yusuketsunoda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-skill-creator
Source: https://github.com/YusukeTsunoda/ppt-trans/tree/main/.claude/skills/claude-skill-creator
Command: npx skills add https://github.com/YusukeTsunoda/ppt-trans --skill claude-skill-creator-yusuketsunoda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured blueprint for creating Claude Code skills, ensuring correct YAML frontmatter, consistent directory structure, and clear best practices for maintainable skills.

Core Features & Use Cases

  • Clear frontmatter guidance: Enforces mandatory fields like name and description with consistent formatting.
  • Structured skill layout: Defines recommended SKILL.md architecture, optional references/scripts/assets directories, and a reusable template.
  • Best practices & troubleshooting: Offers standardized guidance for naming, keyword selection, and AI assistant instructions.
  • Use Case: A team wants to add a new Claude Code skill for an internal tool; this guide ensures the skill is well-formed and ready for deployment.

Quick Start

Create your new skill directory at .claude/skills/your-skill-name and add an SKILL.md with proper frontmatter and sections.

Frequently Asked Questions about claude-skill-creator

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

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

To create a Claude Code skill, you structure an SKILL.md file with mandatory YAML frontmatter fields like name and description. This ensures the skill is well-formed, maintainable, and ready for deployment across projects.

What is the recommended directory structure for Claude Code skills?

The recommended structure for Claude Code skills involves placing an SKILL.md file inside a designated skill directory. You can also include optional references, scripts, and assets directories to support the skill's architecture.

Can I convert existing documentation into Claude Code skills?

Yes, you can convert existing documentation into Claude Code skills. The skill creation process supports transforming your current documentation into a structured skill format with proper YAML frontmatter and best-practice workflows.

What are the best practices for naming and keyword selection in Claude Code skills?

Best practices for naming and keyword selection in Claude Code skills involve following standardized guidance to ensure consistency. This includes choosing clear names and relevant keywords to help the AI assistant understand and execute the skill correctly.

Does a Claude Code skill require dependencies or components to function?

No, a Claude Code skill does not require external dependencies or components to function. The guide focuses entirely on enforcing correct YAML frontmatter structure, optional directories, and best-practice workflows for skill creation.