skill-creator

Create modular Claude skills with SKILL.md templates and Python scripts.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/billydeeii136/black-opps-claude-skill --skill skill-creator-billydeeii136
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/billydeeii136/black-opps-claude-skill/tree/main/agent-skills/skill-creator
Command: npx skills add https://github.com/billydeeii136/black-opps-claude-skill --skill skill-creator-billydeeii136

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 comprehensive guide for creating skills that extend Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Skill Creation Process: Offers a step-by-step guide for creating skills, including understanding the skill, planning content, initializing the skill, editing it, packaging, and iterating.
  • Resource Organization: Details how to structure and organize scripts, references, and assets within a skill.
  • Progressive Disclosure: Explains how to efficiently manage context using metadata, SKILL.md body, and bundled resources.

Quick Start

Run the init_skill.py script to create a new skill directory with a template SKILL.md and example resources.

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 skill to extend Claude with domain expertise?

To create a skill, use a framework that packages specialized knowledge and workflows into modular, self-contained directories. Run the initialization script to generate a template SKILL.md and example resources.

What is progressive disclosure in skill creation?

Progressive disclosure manages context efficiently by separating information across metadata, the SKILL.md body, and bundled resources. This structure prevents context overload while providing Claude access to necessary domain expertise.

Do I need Python to build and execute custom Claude skills?

Yes, Python is required for script execution when building custom skills. The framework uses Python scripts to initialize skill directories and automate parts of the skill creation workflow.

How do I organize scripts, references, and assets for Claude integration?

Organize scripts, references, and assets into structured directories within the skill package. This modular resource organization ensures Claude can efficiently access specialized knowledge and tool integrations.

What's the best way to package workflows and tool integrations for Claude?

The best way to package workflows is creating self-contained skill packages with a SKILL.md file, bundled references, and Python scripts. This modular approach extends Claude's capabilities with specialized domain knowledge.

Can I use markdown documentation to guide Claude's skill creation process?

Yes, markdown is required for documentation throughout the skill creation process. The framework uses markdown files like SKILL.md to define workflows, document domain expertise, and guide Claude's behavior.