skill-creator

Create reusable skill workflows with standardized SKILL.md templates and resource structures.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/RafayelGardishyan/rafayels-marketplace --skill skill-creator-rafayelgardishyan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/RafayelGardishyan/rafayels-marketplace/tree/main/plugins/rafayels-engineering/.opencode/skills/skill-creator
Command: npx skills add https://github.com/RafayelGardishyan/rafayels-marketplace --skill skill-creator-rafayelgardishyan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Provides a clear, structured approach for creating new skills or updating existing ones to extend Claude's capabilities with domain knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Offers a standardized SKILL.md template and resource structure (scripts/, references/, assets/) to accelerate skill creation.
  • Provides guidance on structuring skills (Workflow-Based, Task-Based, Reference/Guidelines, Capabilities-Based) and best practices for naming, frontmatter metadata, and content quality.
  • Enables reusable templates and packaging processes to ensure consistent deployment and validation across teams.

Quick Start

Initialize a new skill directory using the built-in template to generate 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
How do I create reusable Claude skills with domain-specific workflows?

To create reusable Claude skills, use a standardized SKILL.md template with modular directories like scripts/, references/, and assets/ to map procedural guidance and domain knowledge for consistent deployment.

What is the best way to structure Claude skill packaging for consistent deployment?

The best way to structure Claude skill packaging is by organizing files into modular resources like scripts, references, and assets, alongside enforcing YAML frontmatter standards and validation tooling to ensure smooth activation.

Do I need YAML frontmatter to build and package skill units?

Yes, you need YAML frontmatter metadata to build and package skill units, as it satisfies standardization requirements and ensures proper validation tooling can verify the skill structure for smooth activation.

What are the different formats for structuring Claude skills?

Claude skills can be structured using Workflow-Based, Task-Based, Reference/Guidelines, or Capabilities-Based formats to best match the procedural guidance and domain knowledge you want to extend.

How does validation tooling work when packaging Claude skills?

Validation tooling checks your skill's modular resource structure, YAML frontmatter metadata, and required assets to ensure standardized skill packaging and smooth activation across teams.

Can I update existing skills without rebuilding the entire resource structure?

Yes, you can update existing skills by modifying the specific modular components within the scripts, references, or assets directories while maintaining the standardized SKILL.md template and YAML frontmatter.