skill-creator

Create, validate, and package Claude skills with structured SKILL.md templates.

7|Updated Sep 27, 2022
One-click install
npx skills add https://github.com/vieitesss/.mac_config --skill skill-creator-vieitesss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/vieitesss/.mac_config/tree/main/agents/skills/skill-creator
Command: npx skills add https://github.com/vieitesss/.mac_config --skill skill-creator-vieitesss

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator provides a standardized template and tooling to design, validate, and package Claude skills, enabling teams to spin up consistent, high-quality skills without starting from scratch.

Core Features & Use Cases

  • Structured SKILL.md templates with name and description frontmatter and guidance on body content
  • Patterns for organizing skills (Workflow-Based, Task-Based, Reference/Guidelines, Capabilities-Based)
  • Provision of reusable resources (examples of scripts, references, and assets) to accelerate development
  • Step-by-step guidance for initialization, validation, and packaging, plus iteration and distribution
  • Use cases include building new skills, updating existing ones, and organizing a scalable portfolio of Claude capabilities

Quick Start

Run scripts/init_skill.py to create a new skill folder and begin customizing SKILL.md.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and package Claude skills for automated workflows?

To standardize Claude skill creation, define frontmatter with name and description in a SKILL.md file, organize modular bundles of scripts and references, and package the validated output as a .skill archive.

What patterns are available for structuring SKILL.md files?

SKILL.md files support workflow-based, task-based, reference, and capabilities-based patterns, providing structured templates with required frontmatter and modular components for consistent skill design.

How do I validate and distribute a Claude skill archive?

Claude skills are validated by verifying the required frontmatter and modular bundle components, then distributed by packaging the entire skill folder into a .skill archive file.

What components do I need to include when building a scalable skill portfolio?

A scalable skill portfolio requires modular bundles of scripts, references, and assets, combined with structured SKILL.md templates to maintain consistency and repeatability across distributed skills.

Can I update existing Claude skills without starting from scratch?

Existing Claude skills can be updated by iterating on the SKILL.md body content and refining the modular bundle of scripts, references, and assets without recreating the entire skill structure.