Claude Code Plugins

Community-maintained marketplace

Feedback

Example skill demonstrating the full skill directory structure with scripts, references, assets, and examples. Use when learning how to structure Codex skills.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name example-skill
description Example skill demonstrating the full skill directory structure with scripts, references, assets, and examples. Use when learning how to structure Codex skills.

Example Skill

This is a demonstration skill showing all possible subdirectories.

Quick Start

  1. Check references/patterns.md for detailed patterns
  2. Use assets/component-template.tsx as a starter
  3. Run scripts/validate.sh to check your code
  4. See examples/good-example.tsx for reference

Structure

  • scripts/ - Executable automation scripts
  • references/ - Detailed documentation
  • assets/ - Templates and resources
  • examples/ - Real code examples