skill-creator

Create structured Claude skills with SKILL.md templates and resource scaffolds.

14|5|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/cloudbro-kube-ai/k13d --skill skill-creator-cloudbro-kube-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/cloudbro-kube-ai/k13d/tree/main/skills/anthropic/skill-creator
Command: npx skills add https://github.com/cloudbro-kube-ai/k13d --skill skill-creator-cloudbro-kube-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill provides a structured, reusable blueprint for creating Claude skills, enabling rapid, consistent development of modular knowledge and workflows.

Core Features & Use Cases

  • Structured SKILL.md templates with required frontmatter and a clear body for procedural guidance.
  • Resource scaffolding including scripts/, references/, and assets/ to organize tooling, reference docs, and output templates.
  • Packaging and distribution guidance for sharing .skill packages and ensuring validation before release.

Quick Start

Run the skill-creator initialization workflow to bootstrap a new skill scaffold and customize SKILL.md and bundled resources.

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 modular Claude skill with structured documentation?

To create a modular Claude skill, use a standardized SKILL.md template with required frontmatter and a clear body for procedural guidance, then organize tooling and reference docs into scripts/, references/, and assets/ directories.

What is the best way to package and distribute a bundled skill with scripts and references?

The best way to package a bundled skill is to follow distribution guidance for sharing .skill packages, ensuring you validate the SKILL.md frontmatter and resource scaffolding before release.

Does a SKILL.md template require specific frontmatter fields for domain-specific workflows?

Yes, a SKILL.md template requires frontmatter to include name and description fields, while also supporting optional fields like license and compatibility for domain-specific workflows.

How do I structure resource scaffolding for deterministic execution in a new skill?

Structure resource scaffolding by prescribing the organization of scripts/, references/, and assets/ directories to ensure deterministic execution and support incremental loading of tooling and reference materials.

Can I update an existing skill to extend Claude with new tool integrations?

Yes, you can update an existing skill to extend Claude with new domain-specific workflows, tool integrations, and reference materials by applying the standardized SKILL.md templates and ready-to-use resource scaffolds.

When should I not use a standardized template for skill creation?

You should avoid using standardized skill creation templates when your project requires highly customized, non-deterministic execution paths that do not fit the prescribed scripts/, references/, and assets/ directory organization.