skill-developer

Automates phased creation and validation of Claude Code skills with templates and activation rules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires markdown, yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Provides a structured approach to designing and documenting Claude Code skills, with a progressive disclosure strategy and auto-activation setup.

Core Features & Use Cases

  • Phase-based creation: Planning, implementation, validation
  • Templates: main file and resource templates
  • Quality gate: mandatory checks and activation rules

Quick Start

Copy the provided templates to create a new skill.

Frequently Asked Questions about skill-developer

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

FAQPage Schema
How do I automate the creation of new Claude Code skills?

Automate skill creation by following the phase-based framework: use planning templates for Phase 1 design decisions, implementation templates for Phase 2 build steps, and validation checklists for Phase 3 quality gates. This standardizes skill structure, configuration, and auto-activation triggers across universal, domain-specific, and guardrail types.

What's the structured approach to designing Claude Code skills with quality standards?

Apply the three-phase methodology: Phase 1 defines design decisions and functional requirements; Phase 2 implements main skill content and progressively loaded resources; Phase 3 validates against mandatory checklists. Configure skill-rules.json, enforce directive-language requirements, and respect token-budget constraints for scalable, reliable deployments.

Do I need to understand YAML and Markdown to build Claude Code skills?

Yes, skill development uses Markdown for documentation and YAML for configuration files. These dependencies are built into the skill-creation framework to standardize documentation structure and skill-rules.json formatting across deployments.

How do I set up auto-activation triggers for my Claude Code skill?

Configure auto-activation triggers in Phase 2 implementation by defining explicitly when your skill loads and activates. The framework enforces clear trigger definitions in skill-rules.json and ensures progressive resource loading follows activation rules for efficient, controlled deployment.

What quality checks must I complete before deploying a Claude Code skill?

Phase 3 validation requires completing mandatory task decomposition rules, token-budget constraint verification, skill-rules.json compliance, and directive-language enforcement checks. The quality checklist ensures all functional requirements are met before deployment.

Can I use this framework for different skill types—universal, domain-specific, and guardrail skills?

Yes, the framework applies uniformly across universal, domain-specific, and guardrail skill types. Each type follows the same phase-based planning, implementation, and validation process with type-specific functional requirements enforced through the skill-rules.json configuration.