skill-creator

Create and update Claude skills with structured templates and guidance.

Updated Oct 29, 2018
One-click install
npx skills add https://github.com/LuisUrrutia/.dotfiles --skill skill-creator-luisurrutia
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/LuisUrrutia/.dotfiles/tree/main/tools/opencode/config/.config/opencode/skills/skill-creator
Command: npx skills add https://github.com/LuisUrrutia/.dotfiles --skill skill-creator-luisurrutia

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a standardized framework for creating and updating Claude skills, enabling teams to define clear objectives, structure, and reusable resources without boilerplate drift.

Core Features & Use Cases

  • Structured frontmatter templates and a consistent SKILL.md layout for new skills.
  • Pattern-based structuring (Workflow-Based, Task-Based, Reference/Guidelines, Capabilities-Based) to handle varied skill scopes.
  • Bundled resources scaffolding (scripts/, references/, assets/) with example placeholders to accelerate setup and provide practical templates.
  • Guidance on validation, packaging, and versioning to ensure skills meet naming, description, and structure standards.

Quick Start

Run the Skill Initializer to generate a new skill skeleton, then customize SKILL.md and its bundled resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure a Claude skill with frontmatter and body sections?▼

To structure a Claude skill, include YAML frontmatter with name and description fields, followed by a three-part body section defining objectives, workflows, and reusable resources to ensure standardization.

What is the best way to package skills with bundled resources?▼

The best way to package skills is by scaffolding bundled directories like scripts/, references/, and assets/ alongside a structured SKILL.md file, accelerating setup with practical templates and placeholders.

How do I create a workflow-based skill template for task automation?▼

You can create a workflow-based skill template by selecting a pattern-based structure from the skill creator, defining clear objectives and step-by-step workflows within the SKILL.md body section.

Does a Claude skill require YAML frontmatter for validation?▼

Yes, YAML frontmatter is required for validation, specifically ensuring the inclusion of accurate name and description fields to meet structural and naming standards before packaging.

Can I update existing skill documentation without breaking versioning standards?▼

Yes, you can update existing skill documentation by applying the structured template guidance to revise frontmatter correctness, body sections, and resource organization while maintaining versioning standards.

When should I not use capabilities-based structuring for a skill?▼

You should avoid capabilities-based structuring when a skill scope is narrow and task-specific, instead opting for task-based or reference guidelines patterns to handle the workflow more effectively.