BeClaude

SKILL.md

New
GitHub TrendingGeneralby fateh996

SKILL.md

First seen 6/13/2026

Summary

md is a skill that provides a structured template for creating and managing Claude Code skills.

  • It helps developers quickly scaffold new skills with consistent metadata, ensuring all required fields are included for community sharing and personal use.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/skill-md.md

3
Invoke in Claude Code
/skill-md

Use Cases

Creating a new skill from scratch with a standardized template to ensure all metadata fields are present.
Documenting an existing Claude Code skill by filling in the name, category, type, and description fields.
Sharing a custom skill with the BeClaude community by generating a properly formatted SKILL.md file.
Reviewing and editing a skill's metadata to correct or update its description, category, or type.
Generating a placeholder skill file for brainstorming new skill ideas before implementation.

Usage Examples

1

/skill-md create a skill called 'Code Reviewer' that analyzes pull requests for best practices

2

Generate a SKILL.md template for a new community skill named 'Docker Helper' in the DevOps category

3

Update the SKILL.md for my existing skill to change its type from 'personal' to 'community'

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is SKILL.md?

SKILL.md is a skill that provides a structured template for creating and managing Claude Code skills. It helps developers quickly scaffold new skills with consistent metadata, ensuring all required fields are included for community sharing and personal use.

How to install SKILL.md?

To install SKILL.md: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/skill-md.md. Finally, /skill-md in Claude Code.

What is SKILL.md best for?

SKILL.md is a community categorized under General. Created by fateh996.

What can I use SKILL.md for?

SKILL.md is useful for: Creating a new skill from scratch with a standardized template to ensure all metadata fields are present.; Documenting an existing Claude Code skill by filling in the name, category, type, and description fields.; Sharing a custom skill with the BeClaude community by generating a properly formatted SKILL.md file.; Reviewing and editing a skill's metadata to correct or update its description, category, or type.; Generating a placeholder skill file for brainstorming new skill ideas before implementation..