Converts Claude Code instruction files (CLAUDE.md) into properly formatted SKILL.md files for the KillerSkills marketplace
Converts Claude Code instruction files (CLAUDE.md) into properly formatted SKILL.md files compatible with the KillerSkills marketplace format.
This skill analyzes CLAUDE.md files from GitHub repositories and transforms them into SKILL.md format with:
When a user provides a CLAUDE.md file or asks to convert Claude Code instructions:
1. **Extract Project Context**
- Read the entire CLAUDE.md content
- Identify the project name, purpose, and key technologies
- Understand the development workflow and commands
- Note coding conventions and architectural patterns
2. **Determine Skill Metadata**
- Create a concise name (2-5 words) that describes the skill
- Write a description under 500 characters focusing on what the skill helps accomplish
- Select the most appropriate category from: development, devops, writing, data, design, testing, security, documentation, automation, other
- Choose 3-8 relevant tags based on technologies, frameworks, and use cases mentioned
- Set version to "1.0.0"
- Use the runtimes provided by the user (default: ["claude-code"])
3. **Structure the Markdown Body**
- Start with an H1 title matching the skill name
- Add a clear "What This Skill Does" section
- Create an "Instructions" section with numbered steps for the AI agent
- Include key commands, workflows, and conventions from the original CLAUDE.md
- Add "Important Notes" or "Constraints" section if there are critical requirements
- Include examples where they would be helpful
4. **Format Instructions for AI Agents**
- Write in imperative mood ("Run", "Check", "Ensure")
- Be specific about commands and file paths
- Include conditional logic where needed ("If X, then Y")
- Reference important files, directories, or patterns
- Highlight critical conventions or constraints
5. **Output Format**
- Output ONLY the SKILL.md content
- NO code fences (```), NO explanations before or after
- Start with YAML frontmatter between `---` delimiters
- Follow with markdown body
- Ensure frontmatter is valid YAML
```
---
name: Example Skill Name
description: Brief description of what this skill does
version: "1.0.0"
runtimes:
- claude-code
category: development
tags:
- typescript
- nextjs
- testing
---
Clear description of the skill's purpose.
1. **First Step**
- Details about the first action
- Important considerations
2. **Second Step**
- Details about the second action
- Commands to run
```
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/convert-claudemd-to-skillmd-5awtww/raw