skill-development

Organize and standardize Claude Code plugin skills with SKILL.md frontmatter and progressive disclosure.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rodgemd1-lgtm/Startup-Intelligence-OS --skill skill-development-rodgemd1-lgtm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-development
Source: https://github.com/rodgemd1-lgtm/Startup-Intelligence-OS/tree/main/archive/resource-hub/claude-plugins/plugins/plugin-dev/skills/skill-development
Command: npx skills add https://github.com/rodgemd1-lgtm/Startup-Intelligence-OS --skill skill-development-rodgemd1-lgtm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables teams to systematically create, organize, and improve Claude Code skills for plugins, ensuring consistent structure, lean SKILL.md, and progressive disclosure that defers heavy content to references. This guide helps turn domain knowledge into reusable, maintainable skill artifacts that Claude can load on demand.

Core Features & Use Cases

  • Provides a defined SKILL.md frontmatter and body template with third-person description and explicit trigger phrases.
  • Defines a modular resource layout (references/, examples/, scripts/, assets/) for progressive disclosure.
  • Supplies guidance on writing in imperative form, organizing content, and validating skills before packaging.
  • Use cases include creating a new skill from scratch, refining an existing skill, and validating plugin-skills against plugin-dev conventions.

Quick Start

Create a new skill structure using the plugin's skill template, then populate SKILL.md with frontmatter and lean core content.

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 for progressive disclosure?

Structure a Claude Code plugin skill by using a lean SKILL.md with frontmatter and deferring heavy content to modular resource directories like references/, examples/, scripts/, and assets/.

What is progressive disclosure in Claude Code skill development?

Progressive disclosure in skill development is an organizational strategy that keeps SKILL.md lean by bundling heavy domain knowledge into separate resource directories, allowing Claude to load detailed content on demand.

How do I create a new Claude Code skill from scratch?

Create a new Claude Code skill by populating a SKILL.md file with required frontmatter, writing a third-person description, defining explicit trigger phrases, and organizing supporting content into modular resource directories.

What frontmatter is required for a valid Claude Code plugin skill?

Valid Claude Code plugin skills require frontmatter containing at least the name and description fields, ensuring the skill artifact is properly identified and can be loaded by Claude within the plugin ecosystem.

Does my Claude Code skill need to be validated before packaging?

Yes, Claude Code skills should be validated before packaging to ensure they conform to plugin-dev conventions, including proper frontmatter presence, lean SKILL.md content, and correct references to bundled resources.

What is the best way to write descriptions for Claude Code skills?

The best way to write Claude Code skill descriptions is using the imperative form and a third-person perspective, ensuring the text clearly defines explicit trigger phrases for when the skill should be activated.