create-skill

Create and optimize Claude Code skills following Anthropic and Blue Basin conventions.

Updated May 4, 2025
One-click install
npx skills add https://github.com/vnatarajan4061/phoenix --skill create-skill-vnatarajan4061
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/vnatarajan4061/phoenix/tree/main/.claude/skills/create-skill
Command: npx skills add https://github.com/vnatarajan4061/phoenix --skill create-skill-vnatarajan4061

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of creating and optimizing Claude Code skills, ensuring alignment with Anthropic's best practices and Blue Basin conventions without duplication and maintaining consistent routing.

Core Features & Use Cases

  • Skill Creation: Facilitates the creation of new Claude Code skills.
  • Optimization: Enhances existing skills by auditing and aligning with Anthropic and Blue Basin standards.
  • Use Case: When you need to add a new skill, audit an existing one, or improve instruction indexes, this Skill streamlines the process.

Quick Start

To create a new skill, run: /create-skill new <skill-name>

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I create a new Claude Code skill that follows Anthropic best practices?

To create a Claude Code skill aligned with Anthropic best practices, use the `/create-skill new <skill-name>` command to automate skill naming, description generation, and structural setup.

How do I optimize existing Claude Code skills to align with Blue Basin conventions?

You can optimize existing Claude Code skills by auditing them against Anthropic and Blue Basin standards, which minimizes duplication and maintains consistent routing across your skill registry.

What is skill cross-tool registration and when do I need it?

Skill cross-tool registration is the process of indexing your Claude Code skills to ensure consistent routing. You need it when adding new skills or updating instruction indexes to prevent duplication.

Does this skill creation process require any external dependencies?

No external dependencies are required to run the skill creation and optimization process, as it operates independently using built-in scripts and reference components.

What is the best way to structure a Claude Code skill to avoid duplication?

The best way to avoid skill duplication is to automate creation and optimization using Anthropic authoring best practices, ensuring consistent naming, structured descriptions, and proper cross-tool routing.

Why does my Claude Code skill routing break after adding new instructions?

Skill routing breaks when new instructions bypass standard conventions; running an optimization audit against Blue Basin standards restores consistent routing and updates instruction indexes.