skill-builder

Create Agent Skills with structured templates and validation tools.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/wojons/skills --skill skill-builder-wojons
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-builder
Source: https://github.com/wojons/skills/tree/main/skills/skill-builder
Command: npx skills add https://github.com/wojons/skills --skill skill-builder-wojons

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation of Agent Skills by providing structured templates, validation tools, and a systematic workflow, reducing the complexity and time required for skill development.

Core Features & Use Cases

  • Structured Skill Creation: Generates complete Agent Skill bundles (SKILL.md, scripts, references) based on input requirements.
  • Validation Tools: Includes scripts to validate skill structure, frontmatter, and script compliance.
  • Use Case: When you need to create a new Agent Skill for a specific task, like a 'git-commit-message-generator', this Skill will guide you through the process, ensuring all necessary components are included and correctly formatted.

Quick Start

Use the skill-builder to create a new skill named 'git-commit-message-generator' with the description 'Generates commit messages based on 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 Agent Skill with the correct directory structure and YAML frontmatter?

You can create an Agent Skill by using structured templates that automatically generate the required directory structure, SKILL.md file, and properly formatted YAML frontmatter. This ensures immediate compliance with the Agent Skills specification.

What is the best way to validate an Agent Skill bundle before deployment?

Validating an Agent Skill bundle requires checking its directory structure, frontmatter, and script compliance against the specification. Built-in validation scripts analyze these components to identify formatting errors and ensure best practices are followed.

Can I use this approach to build skills for specific automation tasks like generating git commit messages?

Yes, you can build skills for specific automation tasks by providing input requirements like a name and description. The template generation process creates a complete skill bundle tailored to your defined automation workflow.

Do I need any specific dependencies or environments to start building Agent Skills?

No specific dependencies are required to start building Agent Skills. The process relies on standard structured templates and validation scripts that operate independently within your current development environment.

What's included in a complete Agent Skill bundle generated from a template?

A complete Agent Skill bundle includes a SKILL.md file with YAML frontmatter, functional scripts, and reference materials. These components work together to define the skill's behavior, documentation, and supporting assets.

How does the skill builder handle unknown requirements during the development process?

The skill builder handles unknown requirements through research-driven development and precise questioning. It systematically identifies critical unknowns and prompts you with specific questions to clarify the skill's intended behavior.