new-skill
OfficialCreate Claude Code skills with best practices
Software Engineering#Claude Code#YAML#skill-development#frontmatter#progressive-disclosure#hook-mechanisms#skill-triggers
Authormajesticlabs-dev
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill Developer Guide helps teams create and manage Claude Code skills following Anthropic best practices, including the 500-line rule and progressive disclosure.
Core Features & Use Cases
- Frontmatter patterns: YAML frontmatter with required fields and trigger keywords.
- Trigger patterns: Keywords, intent patterns, file paths, and content patterns.
- Enforcement & Hooks: Distinguish triggers from hooks and understands session tracking.
- Progressive disclosure: Use reference files to provide detailed guidance without clutter.
Quick Start
- Create SKILL.md with frontmatter (name, description) at
.claude/skills/{skill-name}/SKILL.md. - Add to
.claude/skills/skill-rules.yaml. - Test triggers using provided npx tsx commands and refine patterns.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 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: new-skill Download link: https://github.com/majesticlabs-dev/majestic-marketplace/archive/main.zip#new-skill Please download this .zip file, extract it, and install it in the .claude/skills/ directory.