skills.md-generator
NewSummary
md-generator skill automatically creates structured Markdown documentation for Claude Code skills, including metadata, use cases, and examples.
- It helps developers maintain consistent skill documentation without manual formatting, saving time and ensuring completeness.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/skills-md-generator.md https://raw.githubusercontent.com/yazhxzee21/skills.md-generator/main/SKILL.md/skills-md-generatorUse Cases
Usage Examples
/skills-md-generator create a skill for summarizing long articles
Generate a skills.md file for a skill that converts Markdown to HTML
Create documentation for a skill that fetches weather data and returns a forecast
Security Audits
Frequently Asked Questions
What is skills.md-generator?
The skills.md-generator skill automatically creates structured Markdown documentation for Claude Code skills, including metadata, use cases, and examples. It helps developers maintain consistent skill documentation without manual formatting, saving time and ensuring completeness.
How to install skills.md-generator?
To install skills.md-generator: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/skills-md-generator.md https://raw.githubusercontent.com/yazhxzee21/skills.md-generator/main/SKILL.md. Finally, /skills-md-generator in Claude Code.
What is skills.md-generator best for?
skills.md-generator is a skill categorized under General. Created by yazhxzee21.
What can I use skills.md-generator for?
skills.md-generator is useful for: Generate a new skills.md file for a custom Claude Code skill with proper YAML front matter and sections.; Update an existing skills.md to add new use cases or examples after modifying a skill's behavior.; Create documentation for a skill that integrates with external APIs, including setup instructions and example prompts.; Standardize skill documentation across a team by generating files that follow a predefined template.; Quickly produce a skills.md for a prototype skill to share with colleagues for feedback.; Generate documentation for a skill that performs data analysis, including input/output specifications..