skill-development

Guide creation, organization, and management of Claude Code plugin skills.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/VivekSinghRathore7/bs-_thesis_low_light- --skill skill-development-viveksinghrathore7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-development
Source: https://github.com/VivekSinghRathore7/bs-_thesis_low_light-/tree/main/.claude/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/skill-development
Command: npx skills add https://github.com/VivekSinghRathore7/bs-_thesis_low_light- --skill skill-development-viveksinghrathore7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill addresses the challenge of creating, organizing, and managing Claude Code plugin skills, ensuring they are effectively structured and utilized.

Core Features & Use Cases

  • Skill Development Guidance: Offers comprehensive guidance on creating skills for Claude Code plugins.
  • Anatomy of a Skill: Details the components of a skill, including metadata, scripts, references, and assets.
  • Skill Creation Process: Provides a step-by-step guide for developing a skill, including understanding use cases, planning resources, creating structure, editing the skill, packaging, and iterating.
  • Plugin-Specific Considerations: Addresses skill location in plugins, auto-discovery, and testing within plugins.

Quick Start

To get started, follow the "Skill Creation Process" in the SKILL.md to develop a new Claude Code plugin skill.

Frequently Asked Questions about skill-development

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

FAQPage Schema
How do I create a plugin skill for Claude Code?

To create a Claude Code plugin skill, follow a structured process covering use case planning, resource allocation, structural creation, metadata editing, packaging, and iteration. This guidance ensures your skill is effectively organized and utilized.

What components make up a Claude Code skill?

A Claude Code skill consists of four main components: metadata for configuration, scripts for execution logic, references for contextual data, and assets for static resources. These elements work together to define the skill's behavior and capabilities.

How do I organize and manage skills within a Claude Code plugin?

Organizing skills within a Claude Code plugin involves understanding plugin-specific considerations like proper skill location, leveraging auto-discovery mechanisms, and conducting thorough testing to ensure effective management and utilization within the plugin environment.

What is the step-by-step process for developing a new skill?

The skill development process involves identifying use cases, planning necessary resources, creating the directory structure, editing the skill content, packaging the final output, and iterating based on feedback to refine the Claude Code plugin skill.

How does auto-discovery work for skills in Claude Code plugins?

Auto-discovery for Claude Code plugin skills relies on placing skills in the correct location within the plugin structure. This allows the system to automatically detect and load the skills without manual configuration, streamlining plugin management.