skill-creator

Scaffold Claude skill templates and update registries.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fearovex/claude-config --skill skill-creator-fearovex
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/fearovex/claude-config/tree/main/skills/skill-creator
Command: npx skills add https://github.com/fearovex/claude-config --skill skill-creator-fearovex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a structured, repeatable process to create new Claude skills, ensuring consistent frontmatter, formatting, and registry updates across global and project scopes.

Core Features & Use Cases

  • Two modes of operation: /skill-create to scaffold a new skill, and /skill-add to bring in an existing global skill into a project.
  • Enforces frontmatter presence and guides format selection, placement, and registry updates.
  • Generates skeletons, previews, and registers the new skill in the appropriate CLAUDE.md.

Quick Start

Run /skill-create <name> to scaffold a new skill for your project or the global catalog.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new Claude skill template for a project?▼

You can scaffold a new Claude skill template by running /skill-create <name>, which generates a SKILL.md skeleton with proper frontmatter and automatically registers it in your project's CLAUDE.md file.

What is the process for automating skill creation and registry updates?▼

Automating skill creation involves generating a SKILL.md skeleton with required name and description frontmatter, selecting a format, and automatically updating the appropriate global or project-specific CLAUDE.md registry upon completion.

Can I add an existing global skill into a specific project context?▼

Yes, you can bring an existing global skill into a local project context by using the /skill-add command, which handles the localized placement and registry update without scaffolding a new template.

What is the best way to manage skills across global and local project scopes?▼

Managing skills across scopes is best handled by using /skill-create for global catalog scaffolding and /skill-add for project-specific integration, ensuring consistent frontmatter and CLAUDE.md registry updates for both contexts.

Does the skill scaffolding process enforce frontmatter requirements?▼

Yes, the skill scaffolding process strictly enforces that each generated SKILL.md frontmatter includes both a name and a description, halting generation if these mandatory metadata fields are not properly defined.