manage-skills

Installation
SKILL.md

Skill Management

Skill Design Principles

1. SKILL.md is Self-Contained

  • Contains ALL information needed to use the skill
  • Should be as minimal as possible while conveying complete information
  • No need for separate README, USAGE, INSTALL, or CHANGELOG files

2. Single Script Design

  • Optimize for ONE script per skill (not multiple scripts)
  • Use command-line parameters for different operations
  • Pattern: ./script.sh <command> [arguments]

3. Minimal File Structure

skill-name/
├── SKILL.md          # Required - complete documentation
└── script.sh         # Optional - single CLI if needed
Related skills

More from cdeistopened/opened-vault

Installs
12
GitHub Stars
4
First Seen
Feb 27, 2026