skill-creator

Generate Claude skill scaffolds with SKILL.md templates and example resources.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/nickstrad/nick-stack-1 --skill skill-creator-nickstrad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/nickstrad/nick-stack-1/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/nickstrad/nick-stack-1 --skill skill-creator-nickstrad

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a reusable scaffold and best-practice framework to create, update, and distribute Claude skills. It centralizes templates, example resources, and structured guidance so teams can rapidly bootstrap consistent, high-quality skills.

Core Features & Use Cases

  • Bootstrap templates: Generates a ready-to-edit SKILL.md with frontmatter and a clear guidance outline, plus example resource directories (scripts/, references/, assets/) to demonstrate structure.
  • Design patterns & best practices: Includes recommended structuring patterns, progressive disclosure guidance, and packaging steps to standardize skill creation.
  • Collaboration-ready workflows: Provides example scripts and references that teams can customize to accelerate skill development and handoff.

Quick Start

Run the skill initializer to scaffold a new skill: python scripts/init_skill.py <skill-name> --path <path-to-output>. Then customize SKILL.md and resources, and package with scripts/package_skill.py <skill-folder>.

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 structured frontmatter and resource directories?

Create a Claude skill by running the skill initializer script to scaffold a ready-to-edit SKILL.md with YAML frontmatter, plus example scripts, references, and assets directories for deterministic execution.

What is the best way to bootstrap consistent skill scaffolding across a team?

Bootstrap consistent skill scaffolding by using a centralized template that enforces YAML frontmatter, provides workflow guidance, and includes example resources to standardize rapid, reproducible skill development and handoff.

Can I bundle external scripts and reference files into a skill package?

Bundle external scripts and references into your skill package by placing them in the designated directories and running the packaging script to distribute the custom assets alongside the SKILL.md file.

Does the skill template enforce YAML frontmatter for domain workflows?

The skill template enforces YAML frontmatter with required name and description fields, while the body provides structured domain workflow guidance to ensure consistent skill execution.

What are the limitations of using a bootstrapped template for skill development?

The bootstrapped template provides a standardized starting structure but requires manual customization of the SKILL.md body and bundled assets to fit specific domain workflows and deterministic script execution.

Why do I need to package a skill folder before distributing it?

Package a skill folder to consolidate the SKILL.md file with its bundled scripts, references, and assets into a distributable format, ensuring recipients can execute the skill reproducibly.

Related Skills