skill-creator

Automates packaging of expertise into reusable Claude Skills with SKILL.md scaffolding and YAML frontmatter generation.

Updated Nov 6, 2025
One-click install
npx skills add https://github.com/panagoa/kbd_translate --skill skill-creator-panagoa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/panagoa/kbd_translate/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/panagoa/kbd_translate --skill skill-creator-panagoa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users package expertise into reusable Claude Skills following Anthropic best practices, with progressive disclosure and security considerations.

Core Features & Use Cases

  • Interactive workflow: guides you through need assessment, complexity, and structure.
  • Metadata generation: builds the YAML frontmatter and footprint for new skills.
  • Structural scaffolding: creates the skeleton (SKILL.md, optional reference, templates) for scalable skills.

Quick Start

Tell me you want to create a new skill (e.g., "Create a skill for Kabardian morphology analyzer"), and I will generate the skeleton and metadata ready for you to customize.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I package expertise into a reusable Claude Skill?

Package expertise into a Claude Skill by running an interactive workflow that guides you through need assessment, generates YAML frontmatter metadata, and scaffolds the directory structure with SKILL.md, optional reference materials, and templates—all following Anthropic best practices for progressive disclosure and security.

What should a Claude Skill's metadata and file structure include?

A Claude Skill requires structured frontmatter with metadata, a SKILL.md file using progressive disclosure, optional reference sections and templates, and a consistent directory layout that satisfies functional requirements for security, scalability, and portability across projects.

How does progressive disclosure improve Claude Skill design?

Progressive disclosure in SKILL.md reveals complexity gradually—basic use cases first, then advanced features and edge cases—so users can learn at their own pace and find relevant information without cognitive overload or unnecessary detail upfront.

Can I use this to consolidate domain knowledge into portable Skills?

Yes. This Skill automates packaging domain expertise into portable, reusable capabilities by applying structured templates and Anthropic best practices, enabling you to consolidate workflows and knowledge into Skills that transfer across projects and contexts.

What's the fastest way to create a new Claude Skill from scratch?

Tell the Skill what you want to build—for example, 'Create a Skill for Kabardian morphology analysis'—and it generates the complete skeleton with metadata, SKILL.md structure, and optional templates ready for immediate customization.

Why does a Claude Skill need security considerations in its design?

Security considerations embedded in Skill design prevent misuse, enforce safe defaults, and document risk mitigations early, reducing the chance of vulnerabilities propagating when the Skill is reused or shared across teams and projects.