skill-creator

Create structured Claude Code skills with YAML frontmatter and validation workflows.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Reidond/Banshee --skill skill-creator-reidond
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Reidond/Banshee/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/Reidond/Banshee --skill skill-creator-reidond

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users transform ideas and workflows into properly structured Claude Code skills without missing required metadata, instructions, or validation steps.

Core Features & Use Cases

  • Skill Design Guidance: Guides the creation of skill directories, YAML frontmatter, activation rules, and operational instructions following the Agent Skills standard.
  • Workflow Development: Helps define use cases, classify skill types, create supporting resources, and validate skill quality before deployment.
  • Use Case: A developer wanting to teach Claude a repeatable workflow can use this Skill to design a complete new skill with appropriate files, triggers, and testing guidance.

Quick Start

Use the skill-creator skill to help me create a new Claude Code skill for reviewing pull requests.

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 from an existing workflow?

To create a Claude Code skill, you need to structure your workflow with Agent Skills compliant frontmatter, activation rules, and operational instructions. This process involves designing skill directories and validating metadata to ensure production readiness.

What is the best way to structure AI agent skills for reusable capabilities?

Structuring AI agent skills requires defining use cases, classifying skill types, and creating supporting resources. You must apply progressive disclosure instructions and invocation configuration to build a standardized, reusable agent capability.

What metadata is required for Claude Code skill creation?

Claude Code skill creation requires Agent Skills compliant frontmatter, which includes structured metadata for activation rules and invocation configuration. This metadata defines how the skill triggers and operates within the agent environment.

How do I validate a new skill before deploying it to Claude Code?

You validate a new skill by checking its quality against Agent Skills standards, ensuring the YAML frontmatter, activation rules, and operational instructions are correctly configured. This validation step prevents deployment errors in production environments.

Can I convert manual development processes into automated agent skills?

Yes, you can convert manual development processes into automated agent skills by defining the workflow as structured instructions and metadata. This transformation requires specifying invocation configuration and progressive disclosure for the agent to execute the task reliably.