skills.md
NewSummary
md skill provides a structured reference for managing and organizing Claude Code skills.
- It helps developers catalog, document, and retrieve skill definitions efficiently, ensuring consistent skill usage across projects.
Install & Usage
mkdir -p .claude/skillsAdd the configuration to .claude/skills/skills-md.md
/skills-mdUse Cases
Usage Examples
/skills-md list all skills
/skills-md add skill name='test-skill' category='Development' description='A skill for testing'
/skills-md search category='General'
Security Audits
Frequently Asked Questions
What is skills.md?
The skills.md skill provides a structured reference for managing and organizing Claude Code skills. It helps developers catalog, document, and retrieve skill definitions efficiently, ensuring consistent skill usage across projects.
How to install skills.md?
To install skills.md: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/skills-md.md. Finally, /skills-md in Claude Code.
What is skills.md best for?
skills.md is a community categorized under General. Created by M4jor-Tom.
What can I use skills.md for?
skills.md is useful for: List all available skills with their metadata for quick reference.; Add a new skill entry to the skills catalog with proper formatting.; Update an existing skill's description or category in the catalog.; Search for skills by category to find relevant tools for a task.; Export the skills catalog to share with team members or integrate into documentation.; Validate skill entries for completeness and correct structure..