add-component-property
Installation
SKILL.md
Add Component Property
This skill guides you through adding a new reactive property to an existing Lit web component.
Example Usage
- "Add an 'orientation' property to the divider component"
- "Add a 'disabled' attribute to the button component"
- "Add a 'variant' property with multiple options"
Related Skills
- create-new-component - Create a component first
- update-component-styles - Style changes for properties