skill-developer
Description
Create and manage Claude Code skills following Anthropic best practices. Covers skill structure, YAML frontmatter, and trigger patterns.
How to Use
- Visit the GitHub repository to get the SKILL.md file
- Copy the file to your project root or .cursor/rules directory
- Restart your AI assistant or editor to apply the new skill
Full Skill Documentation
name
skill-developer
description
Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns, file paths, content patterns), enforcement levels (block, suggest, warn), hook mechanisms (UserPromptSubmit, PreToolUse), session tracking, and the 500-line rule.
Tags
Related Skills
skill-writer
Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.
command-development
This skill should be used when the user asks to create a slash command, add a command, write a custom command, define command arguments, or use command frontmatter.
hook-development
This skill should be used when the user asks to create a hook, add a PreToolUse/PostToolUse/Stop hook, validate tool use, or implement prompt-based hooks.
skill-development
This skill should be used when the user wants to create a skill, add a skill to plugin, write a new skill, or needs guidance on skill structure and development best practices.
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.