core-create

Generate Claude Code skills with interactive frontmatter and resource bundling.

Updated Jan 1, 2026
One-click install
npx skills add https://github.com/AirMile/claude-config --skill core-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: core-create
Source: https://github.com/AirMile/claude-config/tree/main/skills/core-create
Command: npx skills add https://github.com/AirMile/claude-config --skill core-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create new Claude Code skills interactively with optional resource bundling. Use with /core-create. Handles SKILL.md generation, frontmatter, references, and scripts.

Core Features & Use Cases

  • Interactive interview flow to define a skill's name, trigger phrases, and metadata.
  • Automatic generation of SKILL.md frontmatter, validation rules, and optional resource directories.
  • Rapid bootstrap for teams creating standardized skills with consistent structure and tooling.

Quick Start

Run /core-create to start the interactive skill creation workflow.

Frequently Asked Questions about core-create

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

FAQPage Schema
How do I create a Claude Code skill with consistent frontmatter?

You can create a Claude Code skill by running the /core-create command. It initiates an interactive interview process to gather requirements and automatically generates the SKILL.md file with validated YAML frontmatter.

What is the best way to bootstrap a new skill for Claude Code?

The best way to bootstrap a new skill is using an interactive workflow that guides you through defining the skill name, trigger phrases, and metadata. This ensures a repeatable process with consistent structure for your team.

Can I bundle scripts and references when generating a Claude Code skill?

Yes, you can bundle scripts and references when generating a Claude Code skill. The creation process recognizes optional directories for scripts, references, and assets to include on-demand resources alongside your SKILL.md file.

Does the skill creation process enforce specific metadata rules?

Yes, the skill creation process enforces specific metadata rules. It requires a YAML frontmatter block containing at least the name and description fields to ensure your skill is properly configured and discoverable.

How do I standardize Claude Code skill creation across a development team?

You can standardize skill creation across a team by using an interactive bootstrap process. It enforces consistent SKILL.md generation, frontmatter validation, and optional resource directory structures for every new skill.

What limitations exist when generating skills with an interactive workflow?

A limitation is that the interactive workflow focuses on generating SKILL.md files and optional resource directories like scripts and assets. It does not execute the generated skill logic itself, serving only as a structural bootstrap tool.