skill-creator

Create and validate Claude Code skills with SKILL.md frontmatter.

26|2|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/full-stack-biz/claude-skills-toolkit --skill skill-creator-full-stack-biz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/full-stack-biz/claude-skills-toolkit/tree/main/skills/skill-creator
Command: npx skills add https://github.com/full-stack-biz/claude-skills-toolkit --skill skill-creator-full-stack-biz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Creator provides a structured blueprint for turning domain knowledge into Claude Code skills, ensuring consistent frontmatter, clear activation triggers, and a maintainable architecture.

Core Features & Use Cases

  • Enforces a self-contained skill structure with SKILL.md frontmatter, a concise body, and optional references/scripts/assets.
  • Supports creating new skills from templates and converting slash commands into project-scoped skills.
  • Guides teams through requirements interviews, progressive disclosure, and tool scoping for production-grade skills.

Quick Start

Start by deciding whether you are creating a new skill or converting a slash command, then follow the guided flow to generate the SKILL.md frontmatter and body and arrange any needed references.

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 Claude Code skill from scratch?

To create a Claude Code skill from scratch, you follow a guided flow that generates a self-contained SKILL.md file with proper frontmatter, a concise body, and optional references to ensure predictable activation.

Can I convert an existing slash command into a project-scoped skill?

Yes, you can convert slash commands into project-scoped skills by applying bounded-scope principles, tool scoping, and preservation gates to structure the command into a maintainable SKILL.md architecture.

What is frontmatter design and why is it needed for skill creation?

Frontmatter design defines the metadata and activation triggers for a skill, ensuring predictable activation and consistent architecture when turning domain knowledge into structured Claude Code skills.

What's the best way to structure a production-ready Claude Code skill?

The best way to structure a production-ready skill is enforcing a self-contained architecture with SKILL.md frontmatter, progressive disclosure, and tool scoping to maintain bounded scope and predictable behavior.

Does building Claude Code skills require a requirements interview?

Yes, building skills involves a guided requirements interview to establish clear activation triggers, frontmatter design, and content structure before applying bounded-scope principles for production readiness.

What are the limitations when applying bounded-scope principles to skill creation?

Limitations when applying bounded-scope principles include restricting tool scoping and preserving gates to ensure predictable activation, which requires maintaining a self-contained structure without external dependencies.