skill-creator

Create or update Claude skills with structured templates and SKILL.md frontmatter.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/GOODWORKRINKZ/mylamp --skill skill-creator-goodworkrinkz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/GOODWORKRINKZ/mylamp/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/GOODWORKRINKZ/mylamp --skill skill-creator-goodworkrinkz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creating, structuring, and packaging Claude skills is complex; this skill provides a standardized approach, templates, and workflows to help you build robust, reusable skill units quickly.

Core Features & Use Cases

  • Templates and scaffolding for new skills (SKILL.md frontmatter, 3-section structure, and quick-start guidance)
  • Bundled resource conventions (scripts/, references/, assets/) and recommended patterns for organizing procedural content
  • Step-by-step guidance for initialization, editing, packaging, and iteration to ensure consistent quality across skills

Quick Start

Run the initialization tool to scaffold a new skill using the desired name, which creates SKILL.md and example resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
What is the best way to structure and package Claude skills for reusable automation workflows?

The best way to structure Claude skills is using a standardized 3-section SKILL.md format with bundled directories like scripts and references. This approach ensures clean frontmatter and reusable automation workflows.

How do I scaffold a new skill using templates?

You scaffold a new skill by running the initialization tool, which generates a SKILL.md file and example resources. This provides quick-start templates and scaffolding for your specific skill name.

When do I need to update SKILL.md frontmatter during skill iteration?

You need to update SKILL.md frontmatter during skill iteration when modifying metadata or packaging resources. Maintaining clean frontmatter ensures consistent quality across your skill units.

What directories should I include when packaging a skill?

When packaging a skill, you should include bundled resource conventions like scripts and references directories. These directories organize procedural content and assets to support skill workflows.

Does building Claude skills require prior knowledge of specific packaging workflows?

Building Claude skills does not require prior knowledge of complex packaging workflows, as the skill provides step-by-step guidance for initialization and editing. It offers templates to help you build robust units quickly.