skill-creation

Community

Design autonomous Claude skills.

Authorandisab
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill Creation Skill helps craft production-ready Claude Code skills following Anthropic's official specifications and best practices, including discovery-optimized frontmatter, activation triggers, and structured directories.

Core Features & Use Cases

  • Enforces required fields (name, description) and discovery-focused frontmatter
  • Promotes a clear directory structure (skill-name/, SKILL.md, examples/, templates/, references/, scripts/)
  • Guidance on activation triggers, examples, and usage patterns
  • Validation against established skill conventions for reliable discovery

Quick Start

Create a new skill directory named pdf-form-processing with SKILL.md frontmatter containing name and description, place it under skills/pdf-form-processing/, and add optional examples/ and templates/ as needed.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: skill-creation
Download link: https://github.com/andisab/swe-marketplace/archive/main.zip#skill-creation

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository