skill-developer

Document and standardize Claude Code skill creation and management.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/eykissvrino/project --skill skill-developer-eykissvrino
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-developer
Source: https://github.com/eykissvrino/project/tree/main/_core/skills/skill-developer
Command: npx skills add https://github.com/eykissvrino/project --skill skill-developer-eykissvrino

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Developer Guide provides a structured framework for creating and managing Claude Code skills, ensuring consistency across SKILL.md, trigger definitions, and rule configurations.

Core Features & Use Cases

  • Comprehensive guidance on skill structure, YAML frontmatter, and trigger types (keywords, intent patterns, file paths, and content patterns).
  • Instructions for updating skill rules, testing triggers, and implementing progressive disclosure with reference files.
  • Real-world use cases for debugging skill activation and maintaining safe, predictable guardrails.

Quick Start

Create a new skill in Claude Code by adding a SKILL.md, updating skill-rules.json, and validating triggers.

Frequently Asked Questions about skill-developer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Claude Code skill with the correct SKILL.md structure?

To create a Claude Code skill, you add a SKILL.md file with valid YAML frontmatter and define trigger schemas within skill-rules.json to standardize activation workflows and rule configurations.

What are the available trigger types for Claude Code skill activation?

Skill triggers include keywords, intent patterns, file paths, and content patterns. These trigger types are defined in the skill-rules.json schema to control when a skill activates.

How do I implement progressive disclosure when building Claude Code skills?

Progressive disclosure in Claude Code skills is implemented by separating core logic in SKILL.md from extended details in related reference files, loading deeper context only when triggers match specific patterns.

How do I debug skill activation workflows and test trigger configurations?

Debugging skill activation involves validating trigger schemas in skill-rules.json, inspecting frontmatter requirements, and testing guardrail configurations to ensure predictable skill activation behavior.

Do I need to configure guardrails and session tracking for Claude Code skills?

Configuring guardrails and session tracking is required to maintain safe, predictable skill execution and monitor activation workflows across Claude Code development environments.

What is the best way to standardize YAML frontmatter requirements for skill development?

Standardizing YAML frontmatter requires enforcing consistent metadata fields, trigger definitions, and rule configurations across all SKILL.md files to ensure reliable skill management and activation.