skill-builder

Create and validate agent skills with Deno scaffolding and templates.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/tunnckoCore/agent-skills --skill skill-builder-tunnckocore
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-builder
Source: https://github.com/tunnckoCore/agent-skills/tree/main/skills/skill-builder
Command: npx skills add https://github.com/tunnckoCore/agent-skills --skill skill-builder-tunnckocore

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured framework and tooling to assist in the creation and validation of new agent skills, ensuring they adhere to established patterns and best practices.

Core Features & Use Cases

  • Scaffolding: Generates the basic directory structure and template files for new skills.
  • Validation: Checks skills for completeness, adherence to naming conventions, and required components.
  • Guidance: Offers detailed documentation on skill anatomy, types, maturity scoring, and integration.
  • Use Case: A developer needs to create a new diagnostic skill for analyzing user feedback. They use this Skill to generate the initial SKILL.md and script templates, then leverage the validation tools to ensure it meets all structural and documentation requirements.

Quick Start

Use the skill-builder to create a new diagnostic skill named 'user-feedback-analyzer'.

Frequently Asked Questions about skill-builder

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

FAQPage Schema
How do I scaffold a new agent skill using templates?

To scaffold a new agent skill, use the skill-builder to automatically generate the basic directory structure and template files, ensuring your project initializes with the correct foundational layout.

How can I validate an agent skill for structural integrity and required components?

You can validate an agent skill by running automated checks that verify completeness, enforce naming conventions, and confirm all required components are properly integrated into the structure.

What types of agent skills can I create with scaffolding tools?

Scaffolding tools support creating diagnostic, generator, and utility agent skill types, providing tailored templates and structural guidance specific to each functional category.

Do I need Deno to run skill validation and scaffolding processes?

Yes, the skill validation and scaffolding processes utilize Deno scripts, meaning a Deno environment is required to execute the automated checks and template generation.

What is the best way to ensure my new diagnostic skill meets documentation standards?

The best way to ensure documentation standards is to generate the initial SKILL.md via scaffolding, then use validation tools to automatically check adherence to required documentation patterns.

When should I not use automated skill scaffolding for agent development?

Avoid automated skill scaffolding if your agent development requires a custom directory structure outside the established patterns, as the tool enforces specific structural integrity and integration rules.