skill-creator

Create Claude skills with SKILL.md structure and Python scripts.

6|Updated Mar 24, 2023
One-click install
npx skills add https://github.com/GaoZimeng0425/nemo-cli --skill skill-creator-gaozimeng0425
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/GaoZimeng0425/nemo-cli/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/GaoZimeng0425/nemo-cli --skill skill-creator-gaozimeng0425

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured approach to creating Claude skills, addressing the challenges of skill design, development, and deployment.

Core Features & Use Cases

  • Skill Design Principles: Offers guidelines for creating concise, efficient, and user-friendly skills.
  • Skill Anatomy: Explains the structure of a skill, including SKILL.md, scripts, references, and assets.
  • Skill Creation Process: Outlines the step-by-step process from understanding the skill to packaging and iteration.
  • Progressive Disclosure: Describes how to manage context effectively and provide information in a structured manner.
  • Resource Management: Provides best practices for organizing and utilizing scripts, references, and assets.

Quick Start

Use the skill-creator skill to initialize a new skill with the init_skill.py script.

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 Claude skill from scratch?

To create a Claude skill, use the init_skill.py script to initialize the structure, then define SKILL.md, organize scripts and references, and iterate on progressive disclosure for effective context management.

What is progressive disclosure in AI skill design?

Progressive disclosure in AI skill design is a context management strategy that structures information delivery, ensuring Claude receives only necessary details at each step to maintain efficiency and reduce token overload.

Do I need Python to design and deploy Claude skills?

Yes, you need Python installed to design and deploy Claude skills using this framework, specifically to execute initialization scripts and manage resource organization for your skill components.

What is the best way to structure Claude skill assets and references?

The best way to structure Claude skill assets is to separate static references, executable scripts, and binary assets into distinct directories, ensuring the SKILL.md file orchestrates them through progressive disclosure.

What are the core components of a Claude skill?

The core components of a Claude skill include the SKILL.md file for instructions, executable Python scripts, static references for context, and binary assets, all organized to support progressive disclosure.

Can I use this framework to manage context for complex AI workflows?

Yes, you can use this framework to manage context for complex AI workflows by applying progressive disclosure principles, which structure information hierarchically and prevent context window saturation.