new-skill

Official

Create Claude Code skills with best practices

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

  1. Create SKILL.md with frontmatter (name, description) at .claude/skills/{skill-name}/SKILL.md.
  2. Add to .claude/skills/skill-rules.yaml.
  3. Test triggers using provided npx tsx commands and refine patterns.

Dependency Matrix

Required Modules

None required

Components

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.
View Source Repository