skill-creator

Generate Claude skill scaffolds with SKILL.md and starter resource directories.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nubler-hq/tiny --skill skill-creator-nubler-hq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/nubler-hq/tiny/tree/main/.github/skills/skill-creator
Command: npx skills add https://github.com/nubler-hq/tiny --skill skill-creator-nubler-hq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, ts-morph, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Skill Creator enables teams to bootstrap Claude skills quickly by generating a complete, reusable scaffold that includes a SKILL.md frontmatter and starter resource directories.

Core Features & Use Cases

  • Template-driven skill creation: Bootstraps a new skill directory with a ready-made SKILL.md and example resources.
  • Resource scaffolding: Provides example scripts, references, and assets to illustrate structure and usage.
  • Validation & packaging guidance: Guides validation steps and packaging flow to ensure skills are production-ready.

Quick Start

Run the initialization script to create a new skill scaffold, then customize SKILL.md and the bundled resources and package when ready.

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 Claude skill with a consistent directory structure?

Skill scaffolding provides a template-driven approach that auto-generates a SKILL.md file with standardized frontmatter and starter directories like scripts/ and references/ for immediate development.

What is SKILL.md frontmatter and why is it needed for automation workflows?

SKILL.md frontmatter provides standardized metadata and naming conventions for Claude skills, ensuring they are structured consistently for validation, packaging, and production-ready automation workflows.

How do I package and validate a SKILL.md file before deployment?

You validate and package a SKILL.md file by following a guided workflow that checks frontmatter consistency, verifies resource directory structures, and ensures the skill scaffold is production-ready before deployment.

Does the skill creation tooling work with TypeScript and YAML configurations?

Yes, the skill creation tooling uses TypeScript and YAML dependencies to parse configurations, auto-generate SKILL.md frontmatter, and scaffold resource directories across varied domains.

Can I update existing Claude skills without regenerating the entire scaffold?

Yes, you can update existing skills by modifying the SKILL.md frontmatter and individual resource directories, using the validation workflow to ensure naming conventions and structure remain consistent without full regeneration.

What's the best way to bootstrap skill assets for teams building new Claude workflows?

The best way to bootstrap team skill assets is using a template-driven scaffold that generates example scripts, references, and assets directories, providing a consistent structure for collaborative skill development.