BeClaude

skills.md

New
GitHub TrendingGeneralby M4jor-Tom

First seen 6/15/2026

Summary

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

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

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

3
Invoke in Claude Code
/skills-md

Use Cases

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.

Usage Examples

1

/skills-md list all skills

2

/skills-md add skill name='test-skill' category='Development' description='A skill for testing'

3

/skills-md search category='General'

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..