write-skill
CommunityMaster Claude Skill creation, optimize for AI.
Software Engineering#automation#skill development#best practices#prompt engineering#claude code#AI development#tooling
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/, andassets/. - 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.mdlean by offloading detailed information toreferences/, improving token efficiency. - Use Case: You need to create a new skill for "semantic commit generation". This skill helps you structure
SKILL.mdwith a clear description, define a script for the core logic, and add detailed examples inreferences/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 requiredComponents
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.