write-skill

Community

Master Claude Skill creation, optimize for AI.

Authorwayne930242
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Crafting effective Claude Skills requires adherence to specific structural, content, and best practice guidelines (e.g., concise descriptions, progressive disclosure, token efficiency). This skill simplifies the process of creating high-quality, optimized SKILL.md files.

Core Features & Use Cases

  • Skill Scaffolding: Initializes new skill directories with the correct structure, including SKILL.md, scripts/, references/, and assets/.
  • Best Practices & Validation: Guides users on writing effective YAML frontmatter (especially descriptions with triggers), body content, and provides a validation script to check for common issues.
  • Progressive Disclosure: Teaches how to keep SKILL.md lean by offloading detailed information to references/, improving token efficiency.
  • Use Case: You need to create a new skill for "semantic commit generation". This skill helps you structure SKILL.md with a clear description, define a script for the core logic, and add detailed examples in references/examples.md.

Quick Start

Help me write a new Claude Skill called 'code-reviewer'. It should focus on identifying common anti-patterns in Python code.

Dependency Matrix

Required Modules

None required

Components

scriptsreferencesassets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: write-skill
Download link: https://github.com/wayne930242/weihung-claude-plugin/archive/main.zip#write-skill

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository