skill-creator

Generate SKILL.md skeletons and example resource directories for new Claude Skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps you scaffold and bootstrap new Claude Skills, and keeps skill creation consistent with templates, structure, and packaging steps.

Core Features & Use Cases

  • Skill scaffolding: Generate a ready-to-edit SKILL.md and example resource directories (scripts/, references/, assets/) for rapid skill creation.
  • Standardized templates: Enforce consistent frontmatter and body structure to speed up publishing and packaging.
  • Use Case: You want to create a new skill or update an existing one; this tool sets up a new skill skeleton with example resources, reducing setup time by minutes.

Quick Start

Run: python3 scripts/init_skill.py <skill-name> --path <path>