A corrected version of a previously malformed skill file that demonstrates proper YAML syntax and structure.
This skill demonstrates the correct format for a SKILL.md file after fixing malformed YAML syntax issues.
This is a corrected example skill that shows proper YAML frontmatter formatting. The original content had an unclosed bracket in the name field, which caused parsing failures. This version provides a working template for skill creation.
When creating or converting skills to SKILL.md format, follow these steps:
1. **Validate YAML Frontmatter**
- Ensure the frontmatter is enclosed between `---` delimiters at the start and end
- Verify all YAML fields use proper syntax (no unclosed brackets, quotes, or braces)
- Check that string values with special characters are properly quoted
- Confirm all required fields are present: name, description, version, runtimes, category, tags
2. **Structure the Markdown Body**
- Include a clear title using `#` heading that matches the skill name
- Provide a "What This Skill Does" section explaining the purpose
- Add detailed step-by-step instructions for the AI agent
- Include examples where helpful
- Document any constraints or important notes
3. **Test the Format**
- Validate that the YAML parses correctly
- Ensure the description is under 500 characters
- Verify the markdown body is at least 50 characters
- Check that runtimes are from the supported list
- Confirm category matches one of the allowed values
To use this skill as a template:
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/test-skill-malformed-yaml-fixed/raw