skill-development

Designs Claude Code plugin skills with SKILL.md metadata and structured references.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/NGTPTE/TuriX-MarketPlace --skill skill-development-ngtpte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-development
Source: https://github.com/NGTPTE/TuriX-MarketPlace/tree/main/plugins/plugin-dev/skills/skill-development
Command: npx skills add https://github.com/NGTPTE/TuriX-MarketPlace --skill skill-development-ngtpte

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps turn rough skill ideas into well-structured Claude Code plugin skills, reducing guesswork around triggers, metadata, instruction style, and reusable supporting files.

Core Features & Use Cases

  • Defines clear frontmatter metadata so the right skill triggers at the right time.
  • Organizes instructions into lean core guidance plus references for deeper details.
  • Supports common tasks such as creating a new skill, improving an existing skill, planning scripts, and deciding what belongs in references or assets.
  • Example: Use it to turn a scattered set of notes into a polished skill folder with a focused SKILL.md and supporting reference material.

Quick Start

Use the skill-development skill to draft a new Claude Code plugin skill with strong trigger phrases, imperative instructions, and a clean split between SKILL.md and supporting resources.

Frequently Asked Questions about skill-development

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

FAQPage Schema
How do I structure a Claude Code plugin skill with proper frontmatter and triggers?

To structure a Claude Code plugin skill, define clear frontmatter metadata so the right skill triggers at the right time, then organize instructions into lean core guidance with supporting references for deeper details.

What is progressive disclosure in skill authoring and when should I use it?

Progressive disclosure in skill authoring is the practice of splitting instructions between a focused SKILL.md and supporting reference files, used when you need to keep core guidance lean while providing deeper details on demand.

How do I create a new Claude Code skill from scattered notes?

To create a new Claude Code skill from scattered notes, draft a focused SKILL.md with strong trigger phrases and imperative instructions, then separate supporting material into clean reference and asset folders.

What belongs in SKILL.md versus references when developing Claude Code skills?

SKILL.md should contain frontmatter metadata and lean imperative instructional body text, while references should hold the deeper details and reusable resources that support progressive disclosure across the plugin workflow.

Can I use skill development techniques to revise frontmatter for existing plugin workflows?

Yes, you can revise skill frontmatter for existing plugin workflows by applying clear SKILL.md metadata and documenting trigger phrases to ensure the correct skill activates at the appropriate time.

Why are my Claude Code skills not triggering at the right time?

Claude Code skills may fail to trigger if the frontmatter metadata lacks clear trigger phrases or is poorly structured, which is resolved by defining precise SKILL.md metadata and imperative instructional body text.