skill-creator

Create Claude skills with SKILL.md structure and best practices.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/linardsb/fredis --skill skill-creator-linardsb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/linardsb/fredis/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/linardsb/fredis --skill skill-creator-linardsb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, yaml, markdown, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide for creating effective skills that extend Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Skill Creation Best Practices: Offers detailed instructions and guidelines on how to create a skill effectively.
  • Skill Anatomy: Explains the structure of a skill, including the SKILL.md file, scripts, references, and assets.
  • Skill Creation Process: Outlines the step-by-step process for creating a skill from scratch, including initialization, editing, packaging, and iterating.

Quick Start

Use the skill-creator skill to understand the process of creating a new skill for Claude.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a custom skill for Claude Code?

To create a custom skill for Claude Code, you define a SKILL.md file using Markdown and YAML, then package it with supporting scripts and references to extend Claude's capabilities with specialized workflows.

What is the structure of a Claude skill?

A Claude skill consists of a SKILL.md file for instructions, along with bundled scripts, references, and assets. This structure enables progressive disclosure and appropriate degrees of freedom for AI development.

Do I need to know Python and YAML to design AI skills?

Yes, you need knowledge of YAML for skill configuration and Markdown for documentation. Python is required for writing the scripts that integrate specialized tool workflows into the skill framework.

What is the best way to design instructions for AI development?

The best way to design AI skill instructions is to keep them concise, use progressive disclosure for complex workflows, and define appropriate degrees of freedom to guide Claude's behavior effectively without over-constraining.

How do I package and iterate on a custom skill?

You package and iterate on a custom skill by following the creation process: initialize the skill directory, edit the SKILL.md and scripts, package the components, and test the behavior to refine the design.

Can I use existing scripts and references when building a skill?

Yes, you can include existing scripts and references as components within your skill. Bundling these assets allows Claude to access specialized knowledge and execute tool integrations directly.