What problem does it solve? Creating a well-structured skill for CodeBuddy requires knowing the SKILL.md frontmatter format, directory conventions, and packaging rules. This Skill walks you through the entire lifecycle so new or updated skills are discoverable, valid, and distributable. ## Core Features & Use Cases - Structured Creation Workflow: Follows a six-step process from understanding use cases, planning reusable resources, initializing with init_skill.py, editing SKILL.md, to packaging with package_skill.py. - Resource Organization Guidance: Explains when to use scripts/, references/, and assets/ directories and how progressive disclosure keeps context usage efficient. - Marketplace Skill Editing: Handles edits to installed marketplace skills and marks them as user-modified so updates do not overwrite local changes. - Use Case: A user wants to build a pdf-editor skill. This Skill helps gather usage examples, plan a rotate_pdf.py script, initialize the directory, write proper frontmatter, and package the result into a distributable zip. ## Quick Start Use the skill-creator skill to help me create a new skill that rotates PDF files.