skill-creator

Create Claude Skills with SKILL.md frontmatter and starter scaffolds.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/gudnuf/agicash-rs --skill skill-creator-gudnuf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/gudnuf/agicash-rs/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/gudnuf/agicash-rs --skill skill-creator-gudnuf

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill helps teams and individuals standardize the process of creating Claude skills by providing templates, frontmatter guidance, and starter resources so new skills can be developed quickly and consistently.

Core Features & Use Cases

  • Frontmatter template: YAML frontmatter with required fields (name, description) to ensure discoverability.
  • Starter scaffolds: directories scripts/, references/, and assets/ with example files to bootstrap a skill.
  • Packaging, validation, and iteration workflow to support continuous improvement and reliable deployment.

Quick Start

Run bun scripts/init-skill.ts <skill-name> --path <path> to bootstrap a new skill scaffold, then customize SKILL.md and 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 Claude skill with the correct YAML frontmatter and structure?

You can bootstrap a new Claude skill scaffold by running the initialization script, which generates the required SKILL.md frontmatter, starter directories, and example files to establish a valid, discoverable skill unit quickly.

What is the best way to standardize skill creation workflows for a team?

Standardizing skill creation involves using provided templates and frontmatter guidelines to generate consistent skill scaffolds, ensuring all team members bundle scripts, references, and assets uniformly for reliable deployment and continuous iteration.

Do I need specific CLI tools to initialize and scaffold a new skill?

You need a compatible CLI environment to run the initialization script for scaffolding new skills, which automates the creation of the SKILL.md file, frontmatter, and starter resource directories for immediate customization.

What are the limitations when using starter scaffolds for skill development?

Starter scaffolds provide basic directories and example files for skill development, but they require manual customization of the SKILL.md and bundled resources to meet specific frontmatter requirements and achieve full functional validation.