skill-creator

Create new Claude skills with structured directories and packaging scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solves? This Skill demystifies the process of creating new AI skills for Claude, providing a structured, step-by-step guide that ensures your skills are effective, efficient, and properly packaged. It reduces the complexity of extending Claude's capabilities with specialized knowledge and tools.

Core Features & Use Cases

  • Skill Anatomy Guide: Explains the structure of a skill, including SKILL.md, scripts/, references/, and assets/.
  • Progressive Disclosure: Teaches how to manage context efficiently by loading information only when needed.
  • Initialization & Packaging: Provides scripts to quickly set up new skill directories and package them for distribution, ensuring validation and correct formatting.
  • Use Case: When you need to create a new specialized skill for Claude (e.g., a "PDF Editor" or "Brand Guidelines" skill) or update an existing one to improve its performance and reliability.

Quick Start

Initialize a new skill directory

scripts/init_skill.py my-new-skill --path skills/public

Package a skill into a distributable zip file

scripts/package_skill.py skills/public/my-new-skill