skill-developer

Create and govern Claude Code skills with standardized SKILL.md files.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/TwuanMinn/fadelab --skill skill-developer-twuanminn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-developer
Source: https://github.com/TwuanMinn/fadelab/tree/main/.agent/skills/skills/skill-developer
Command: npx skills add https://github.com/TwuanMinn/fadelab --skill skill-developer-twuanminn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude Code skill development and governance require a consistent, well-documented framework to reduce ambiguity and ensure repeatable practices.

Core Features & Use Cases

  • Two-hook architecture: UserPromptSubmit and PreToolUse to balance proactive guidance with safety guardrails
  • Clear frontmatter requirements, trigger patterns, skip conditions, and documentation scaffolding for standardization
  • Progressive disclosure model with reference files and best-practices guidance to keep SKILL.md concise

Quick Start

Read SKILL.md to understand how to create and manage skills and how to test 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 Claude Code skills with consistent frontmatter and trigger patterns?

Creating Claude Code skills requires standardized frontmatter definitions, trigger patterns, and documentation scaffolding. This framework enforces consistent structure through a master skill-rules.json and standardized SKILL.md files kept under 500 lines.

What is the two-hook architecture for Claude Code skill guardrails?

The two-hook architecture for Claude Code skills uses UserPromptSubmit and PreToolUse hooks. This combination balances proactive guidance during prompt submission with safety guardrails before tool execution.

How do I keep SKILL.md concise while documenting complex skill logic?

Keeping SKILL.md concise relies on a progressive disclosure model. Core instructions stay in SKILL.md while detailed reference materials and best-practice guidance are stored in accompanying reference files.

What are skip conditions in Claude Code skills and when should I use them?

Skip conditions in Claude Code skills define criteria to bypass trigger patterns when they are not applicable. Establishing skip conditions prevents unnecessary hook execution and optimizes skill performance.

How do I test trigger patterns for Claude Code skills?

Testing trigger patterns for Claude Code skills involves validating hook execution through defined testing workflows. Reviewing the SKILL.md file provides the quick start guidelines for verifying that frontmatter and triggers function correctly.

Do I need a master skill-rules.json file to manage multiple Claude Code skills?

A master skill-rules.json file is required to centralize skill governance across multiple Claude Code skills. It enforces standardized configurations, versioning guidelines, and performance considerations across your entire skill library.