skill-developer

Create Claude Code skills with SKILL.md and skill-rules.json configurations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/vosarsen/ai_admin_v2 --skill skill-developer-vosarsen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-developer
Source: https://github.com/vosarsen/ai_admin_v2/tree/main/.claude/skills/skill-developer
Command: npx skills add https://github.com/vosarsen/ai_admin_v2 --skill skill-developer-vosarsen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Developing effective and compliant Claude Code skills can be complex, requiring deep understanding of trigger mechanisms, enforcement levels, and Anthropic's best practices. This skill simplifies the process, ensuring new skills are well-structured, performant, and correctly integrated.

Core Features & Use Cases

  • Guided Skill Creation: Provides a step-by-step checklist for creating new skills, from file structure to trigger configuration, reducing development time.
  • Trigger Pattern Mastery: Explains and provides examples for all trigger types (keywords, intent, file paths, content), helping you activate skills precisely and avoid false positives.
  • Enforcement & Skip Control: Details how to configure enforcement levels (block, suggest, warn) and implement skip conditions (session tracking, file markers, env vars) for flexible control over AI behavior.
  • Use Case: When you need to create a new skill to enforce a specific coding standard, this skill guides you through defining the SKILL.md, configuring skill-rules.json with appropriate file and content triggers, and setting the enforcement level to block to ensure compliance.

Quick Start

Use the skill-developer skill to create a new skill that suggests using a specific logging library when a developer mentions "logging" in their prompt.