One-click install
npx skills add https://github.com/LEEI1337/phantom-neural-cortex --skill skill-creator-leei1337
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/LEEI1337/phantom-neural-cortex/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/LEEI1337/phantom-neural-cortex --skill skill-creator-leei1337

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides a structured, step-by-step guide for creating and packaging new Claude Skills, ensuring they are effective, well-structured, and adhere to best practices. It streamlines the skill development process, making it easier to extend Claude's capabilities with specialized knowledge, workflows, and tool integrations.

Core Features & Use Cases

  • Skill Anatomy & Principles: Explains the components of a skill (SKILL.md, scripts/, references/, assets/) and the progressive disclosure design principle.
  • Structured Creation Process: Guides through understanding examples, planning reusable content, initializing, editing, and packaging skills.
  • Automated Initialization & Packaging: Provides scripts (init_skill.py, package_skill.py) to generate skill templates and validate/zip skills for distribution.
  • Writing Style & Content Guidance: Offers imperative/infinitive writing style rules and advice on what information to include in SKILL.md and bundled resources.
  • Use Case: When you need to create a new skill to automate a company-specific financial reporting process, use this skill to guide you through defining the workflow, creating necessary scripts, and packaging the skill for deployment.

Quick Start

I want to create a new skill called 'data-analyzer'. Use the skill-creator skill to initialize the new skill directory.

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 with structured guidance?

Create a new Claude skill by using the skill-creator to initialize a skill directory with proper YAML frontmatter, SKILL.md content, and optional scripts and assets folders. The initialization process generates templates and validates your skill structure before packaging.

What's the best way to package and distribute a Claude skill?

Package a Claude skill by organizing it with SKILL.md as the core file, scripts in a dedicated folder, and references or assets as needed. Use the provided packaging script to validate structure and create a distributable zip file that adheres to skill requirements.

What components and file structure does a Claude skill require?

A Claude skill requires SKILL.md with YAML frontmatter and procedural content, optional scripts folder for automation, and optional references and assets folders. This structure enables progressive disclosure and ensures consistency across skills.

Can I automate skill creation and validation with scripts?

Yes, skill-creator provides automated scripts for initialization and packaging. The init_skill.py generates skill templates and directory structure, while package_skill.py validates and zips your skill for distribution, reducing manual setup and errors.

How do I integrate tool integrations and workflows into a Claude skill?

Define tool integrations and workflows in your SKILL.md using imperative writing style, then bundle supporting scripts and resources in the scripts folder. Document configuration and usage patterns to guide users through domain-specific capabilities and automation steps.

What writing style and content guidance should I follow for SKILL.md?

Use imperative and infinitive writing style in SKILL.md, focusing on clear procedural steps and actionable guidance. Include skill anatomy explanation, use cases, quick-start examples, and structured content that adheres to progressive disclosure principles for effective knowledge transfer.