data-attributes

Manage HTML data attributes for CSS selectors and component state.

1|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/ProfPowell/project-template --skill data-attributes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-attributes
Source: https://github.com/ProfPowell/project-template/tree/main/.claude/skills/data-attributes
Command: npx skills add https://github.com/ProfPowell/project-template --skill data-attributes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Data attributes provide a clean bridge for HTML/CSS/JS state without cluttering DOM classes.

Core Features & Use Cases

  • State & Variant: data-state, data-type, data-variant conventions.
  • Configuration: data-columns, data-size, data-animation to customize components.
  • CSS Selectors: Attribute selectors for styling.

Quick Start

Toggle a panel with a data-expanded attribute and CSS selectors.