skill-creator

Create and manage Claude Code skills with SKILL.md structure and frontmatter validation.

Updated Mar 12, 2023
One-click install
npx skills add https://github.com/Bliz243/.dotfiles --skill skill-creator-bliz243
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Bliz243/.dotfiles/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/Bliz243/.dotfiles --skill skill-creator-bliz243

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users create and manage Claude Code skills, streamlining the process of adding new skills, updating existing ones, and debugging activation issues.

Core Features & Use Cases

  • Skill structure guidance: Explains required SKILL.md, optional directories (references, scripts, assets) and frontmatter requirements.
  • Frontmatter validation: Ensures name and description exist for discovery.
  • Skill rules configuration: Guidance on editing skill-rules.json to control activation and triggers.
  • Debugging workflow: Steps to diagnose non-triggering skills and test triggers.
  • Use Case: Creating a new skill, updating an existing one, or debugging activation issues.

Quick Start

Create the skill folder under ~/.claude/skills/skill-creator Create SKILL.md with frontmatter and instructions Optionally add to the skill-rules.json Test with the /skill-creator trigger or described keywords Iterate based on usage

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

To create a Claude Code skill, you need to create a skill folder under ~/.claude/skills/ and add a SKILL.md file with valid frontmatter, specifically including the name and description fields for discovery.

Why is my Claude Code skill not triggering?

If your Claude Code skill is not triggering, you should debug the activation issue by verifying your frontmatter validity, checking the skill-rules.json configuration, and testing your specified trigger keywords.

What is the required structure for Claude Code skills?

Claude Code skills require a SKILL.md file with frontmatter containing name and description fields. You can also include optional directories such as references, scripts, and assets to support the skill's functionality.

How do I configure skill triggers in skill-rules.json?

You configure skill triggers by editing the skill-rules.json file to define activation rules, specifying trigger keywords and examples that guide when the Claude Code skill should activate during usage.

What are the limitations when managing Claude Code skills?

When managing Claude Code skills, limitations include ensuring frontmatter strictly contains valid name and description fields for discovery, and correctly configuring skill-rules.json to avoid activation or trigger failures.