skill-creator

Create and update Claude Skills with structured frontmatter and bundled resources.

2|Updated Aug 1, 2024
One-click install
npx skills add https://github.com/Kabilan108/dotfiles --skill skill-creator-kabilan108
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Kabilan108/dotfiles/tree/main/agents/skills/skill-creator
Command: npx skills add https://github.com/Kabilan108/dotfiles --skill skill-creator-kabilan108

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured framework to design, document, and initialize Claude Skills, ensuring consistency and reusability across projects.

Core Features & Use Cases

  • Clear frontmatter and body separation guidelines to ensure discoverability.
  • Guidance on initialization, editing, and iteration of skills.
  • Support for bundled resources: scripts, references, and assets, plus progressive disclosure for large content.

Quick Start

Run scripts/init_skill skill-creator --path <output-directory>, then customize SKILL.md and create optional folders (scripts/, references/, assets/) as needed.

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 skill with structured frontmatter and bundled resources?

To create a Claude skill, use the initialization script to generate a SKILL.md file with required name and description frontmatter, then add optional scripts, references, and assets folders for bundled resources.

What is the best way to design a workflow for domain-specific Claude skills?

Designing domain-specific Claude skills requires separating frontmatter for discoverability from the body content, structuring procedural knowledge, and progressively disclosing large bundled references during iteration.

Do I need to include scripts and assets folders when initializing a Claude skill?

Initializing a Claude skill only requires the SKILL.md file with frontmatter. Scripts, references, and assets folders are optional bundled resources you create as needed for your specific workflow integration.

How do I edit and iterate on an existing SKILL.md file without breaking discoverability?

Editing and iterating on a SKILL.md file requires maintaining clear frontmatter separation for discoverability while updating the body content to refine procedural knowledge, tool integrations, or workflow design.

Can I use skill-creator to build tool integrations for team workflows in Claude?

Yes, skill-creator applies to teams building domain-specific workflows and tool integrations into Claude, providing structured guidance for initialization, editing, and iteration to ensure consistency across projects.