skill-creator

Create or update Claude skills with structured SKILL.md files.

29|15|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/NickCrew/claude-cortex --skill skill-creator-nickcrew
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/NickCrew/claude-cortex/tree/main/skills/skill-creator
Command: npx skills add https://github.com/NickCrew/claude-cortex --skill skill-creator-nickcrew

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a robust blueprint for creating or updating Claude Skills, ensuring consistent metadata, structure, and reusable templates.

Core Features & Use Cases

  • Skill Bootstrap: Generates a clean SKILL.md frontmatter with required name and description.
  • Structured Guidance: Outlines the recommended resource layout (scripts, references, assets) for scalable skills.
  • Onboarding: Quick-start templates for new domains or tool integrations.

Quick Start

Use the Skill Creator to scaffold a new skill directory named "my-new-skill" under skills/public.

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 proper structure?

Creating a Claude Skill requires a SKILL.md file with YAML frontmatter containing name and description, followed by structured Markdown content. This Skill provides templates and scaffolding to generate that blueprint automatically, ensuring your skill meets all technical and metadata requirements for consistency across domains.

What should be included in a Claude Skill's directory structure?

A well-organized Claude Skill includes SKILL.md frontmatter, structured Markdown documentation, and optional bundled resources like scripts, references, and assets. This Skill guides you through laying out each component so skills remain modular, scalable, and reusable across different tasks and tool integrations.

Can I use templates to bootstrap a new Skill quickly?

Yes. This Skill generates clean SKILL.md frontmatter templates and quick-start guidance for new domains and tool integrations, letting you scaffold a new skill directory in minutes rather than building from scratch, while meeting all structural requirements.

How do I ensure my Claude Skill follows consistent metadata standards?

This Skill applies a robust blueprint for Skill metadata, including required YAML fields, structured Markdown body layout, and resource organization patterns. Following these guidelines ensures your skills remain consistent, discoverable, and compatible across the Skill ecosystem.

What's the best way to organize scripts and assets within a Skill?

Organize scripts, references, and assets in dedicated subdirectories alongside your SKILL.md, following progressive disclosure guidelines. This Skill outlines that recommended layout so your skill components stay maintainable and your resources remain accessible to users without cluttering documentation.