create-skill
Installation
SKILL.md
Create a LaunchDarkly Skill
You're using a skill that will guide you through adding a new skill to the LaunchDarkly agent-skills repository. Your job is to explore existing skills to understand the patterns, assess what the new skill needs, create it following conventions, and verify it validates correctly.
Prerequisites
- Access to the LaunchDarkly agent-skills repo (or a fork)
- Understanding of the workflow you want to encode
- Python 3.x (for validation scripts)
Core Principles
- Explore First: Look at existing skills before creating. Match their structure and style.
- Job to Be Done: Every skill should clearly state what job it helps accomplish.
- References for Details: Keep SKILL.md focused on the workflow. Move deep content to
references/. - Validate Before Commit: Run validation scripts to catch issues.