skill-writer

Create and validate Claude Skill files with proper YAML frontmatter.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Ming-Kai-LC/python-projects-portfolio --skill skill-writer-ming-kai-lc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-writer
Source: https://github.com/Ming-Kai-LC/python-projects-portfolio/tree/main/.claude/skills/skill-writer
Command: npx skills add https://github.com/Ming-Kai-LC/python-projects-portfolio --skill skill-writer-ming-kai-lc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Building high-quality Claude Skills requires adherence to specific formatting and best practices. This skill streamlines the creation and validation process, ensuring new skills are correctly structured, discoverable, and functional, saving developers time and reducing errors.

Core Features & Use Cases

  • Skill Generation: Creates new SKILL.md files with proper YAML frontmatter and structure.
  • Skill Validation: Checks existing skills against a comprehensive checklist for format, syntax, and best practices.
  • Use Case: A developer wants to create a new skill for generating code. They can use this skill to interactively build the SKILL.md file, ensuring all requirements are met, and then validate it before deployment.

Quick Start

Help me create a new skill for generating Python unit tests.