skill-creator

Scaffold Claude skill directories with SKILL.md frontmatter and resource folders.

55|5|Updated Feb 1, 2024
One-click install
npx skills add https://github.com/MakePrisms/agicash --skill skill-creator-makeprisms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/MakePrisms/agicash/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/MakePrisms/agicash --skill skill-creator-makeprisms

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Teams need a consistent, repeatable method to create and structure Claude Skills. This Skill provides a standardized scaffold and tooling to initialize new skills with a clean SKILL.md frontmatter, plus example resource directories for scripts, references, and assets.

Core Features & Use Cases

  • Scaffolds a new skill directory with a canonical SKILL.md frontmatter and a reusable structure.
  • Provides example resource directories (scripts/, references/, assets/) to jumpstart skill development and packaging.
  • Includes tooling to validate and package skills for distribution, ensuring consistency across teams and Skill units.

Quick Start

Run bun init-skill.ts <skill-name> --path <output-directory> to scaffold a new skill, then customize SKILL.md and the optional 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 frontmatter and bundled resources?

You create a Claude skill by scaffolding a directory with a canonical SKILL.md frontmatter and optional bundled resources. This tool initializes the structure, providing scripts, references, and assets directories to jumpstart development and packaging.

What is the prescribed layout for structuring Claude skills?

The prescribed layout for structuring Claude skills requires a SKILL.md file with frontmatter and optional directories. It includes specific folders for scripts, references, and assets when present, ensuring modular and self-contained skill units.

Does building a Claude skill require manual validation and packaging steps?

Building a Claude skill does not require manual validation and packaging. The workflow relies on bundled scripts like quick-validate.ts and package-skill.ts to perform quality checks and package the skill for distribution automatically.

What's the best way to standardize skill creation for team onboarding?

The best way to standardize skill creation for team onboarding is using a configurable scaffolding tool. It provides a repeatable method to initialize new domains with a clean SKILL.md frontmatter and example resource directories for consistent structure.

Can I use bun to initialize a new skill directory?

Yes, you can use bun to initialize a new skill directory. Running the init-skill.ts script with bun scaffolds the skill, allowing you to specify the skill name and output directory before customizing the SKILL.md and optional resources.