SKILL.md
NewSKILL.md
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
mkdir -p .claude/skillsAdd the configuration to .claude/skills/skill-md.md
/skill-mdUse Cases
Usage Examples
/skill-md create a skill called 'Code Reviewer' that analyzes pull requests for best practices
Generate a SKILL.md template for a new community skill named 'Docker Helper' in the DevOps category
Update the SKILL.md for my existing skill to change its type from 'personal' to 'community'
Security Audits
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..