skill-creator

Create Claude skills with structured guidelines and resource organization.

2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/novskidev/codex-skill-template --skill skill-creator-novskidev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/novskidev/codex-skill-template/tree/main/skills/skill-creator
Command: npx skills add https://github.com/novskidev/codex-skill-template --skill skill-creator-novskidev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill offers a comprehensive guide to creating high-quality, efficient skills for Claude, reducing the complexity of skill development and ensuring that skills meet Claude's standards.

Core Features & Use Cases

  • Skill Creation Process: Step-by-step instructions to create, package, and iterate on skills.
  • Best Practices: Guidance on best practices for skill design, including concise writing, degrees of freedom, and progressive disclosure.
  • Resource Organization: Detailed explanation of how to organize scripts, references, and assets within a skill.

Quick Start

To get started, navigate to the 'skills' directory and run the 'init_skill.py' script to create a new skill template.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new Claude skill from scratch?

To create a Claude skill, run the 'init_skill.py' script in the 'skills' directory to generate a template. This provides step-by-step instructions to package and iterate on your specialized AI workflows.

What are the best practices for writing clear instructions for AI workflows?

Best practices for writing clear AI instructions include keeping writing concise, managing degrees of freedom, and applying progressive disclosure. This ensures your skill design meets Claude's standards for efficient execution.

How should I organize scripts and references when building skills?

Organize scripts, references, and assets by structuring them logically within your skill directory. Proper resource organization ensures Claude can efficiently access and execute specialized knowledge or workflows.

Do I need any external dependencies to package and iterate on skills?

No external dependencies are required to build and iterate on skills. You only need the provided 'init_skill.py' script to create the initial template and begin structuring your resources.

When do I need to build a skill instead of using standard Claude capabilities?

You need to build a skill when extending Claude's capabilities with specialized knowledge or complex workflows. This is ideal for reducing the complexity of repetitive, domain-specific AI tasks.

What is progressive disclosure in skill design?

Progressive disclosure in skill design is a best practice for structuring instructions and resources. It manages degrees of freedom to ensure Claude processes complex workflows efficiently without being overwhelmed.