claude-skill-creator

Create custom Claude Skills with a standard SKILL.md structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating effective AI skills requires understanding specific structural, formatting, and best practice guidelines. This Skill demystifies the process, providing a clear, step-by-step guide to ensure your custom Claude Skills are well-structured, easily discoverable, and perform optimally, saving you development time and frustration.

Core Features & Use Cases

  • Skill Structure Guidance: Learn the mandatory directory structure, SKILL.md requirements, and YAML frontmatter specifications.
  • Best Practices: Follow guidelines for writing trigger-rich descriptions, providing concrete examples, and crafting explicit AI Assistant instructions.
  • Troubleshooting: Get solutions for common issues like skills not activating or not following instructions.
  • Use Case: You want to create a new Claude Skill to automate your weekly report generation. Use this Skill to ensure your new "report-generator" skill is correctly structured, has an effective description, and includes clear instructions for Claude to follow.

Quick Start

I want to create a new Claude Skill to help me write Python unit tests. Guide me through the process, including the required SKILL.md frontmatter and directory structure.