skill-builder

Generate structured Claude skill directories with SKILL.md, scripts, references, and assets.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/justinpbarnett/claude --skill skill-builder-justinpbarnett
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-builder
Source: https://github.com/justinpbarnett/claude/tree/main/skills/skill-builder
Command: npx skills add https://github.com/justinpbarnett/claude --skill skill-builder-justinpbarnett

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill streamlines the creation and maintenance of Claude Skills, ensuring consistency and adherence to best practices across your AI toolset.

Core Features & Use Cases

  • Skill Creation: Scaffolds new skills from a description, including all necessary files and structure.
  • Command Conversion: Transforms existing Claude slash commands into robust skills.
  • Skill Improvement: Refactors and enhances existing skills based on validation checklists and user feedback.
  • Use Case: You have a basic slash command for generating commit messages. Use this Skill to convert it into a fully-featured commit skill with detailed instructions, variables, and cookbook recipes.

Quick Start

Use the skill-builder to create a new skill for summarizing code changes.

Frequently Asked Questions about skill-builder

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

FAQPage Schema
How do I create a new Claude skill from a text description?

Creating a Claude skill involves providing a text description, which the builder uses to automatically scaffold all necessary files, directories, and configurations required for a functional and structured AI capability.

Can I convert existing slash commands into structured Claude skills?

Converting slash commands into robust Claude skills involves transforming basic scripts into structured directories with detailed instructions, variables, and cookbook recipes, upgrading them into fully-featured and maintainable AI tools.

What is the best way to refactor an AI skill for better maintainability?

The best way to refactor an AI skill for maintainability is by applying validation checklists and user feedback to restructure directories, separate scripts and references, and enforce strict skill unit definitions for deterministic execution.

Do I need specific folder structures for Claude skill generation?

Specific folder structures are required for Claude skill generation, mandating a SKILL.md file alongside dedicated directories for scripts, references, and assets to ensure deterministic task execution and accurate information retrieval.

How does automating skill creation improve developer tools?

Automating skill creation improves developer tools by generating structured directories and files automatically, enforcing best practices, and ensuring consistent deterministic execution across your entire AI toolset without manual setup overhead.