chore: release v1.1.0 - add Support Team Guide and User Guide, update all docs to v1.1.0

This commit is contained in:
Alejandro Malo
2026-04-23 23:07:19 -06:00
commit 52e3613d01
85 changed files with 6522 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
---
name: color-contrast-analyzer
description: Analyzes color contrast ratios and validates against WCAG requirements.
---
# color-contrast-analyzer
## Capabilities
- Calculate contrast ratios
- Flag insufficient contrast
- Suggest color alternatives
- Generate contrast reports
## Usage
Use this skill when:
- Reviewing visual design elements
- Checking text and background color combinations
- Ensuring visual accessibility
## Input
Color values (hex, RGB) for foreground and background.
## Output
Contrast analysis report with:
- Calculated contrast ratios
- WCAG compliance status (AA, AAA)
- Suggested color alternatives
- Visual contrast report
## Limitations
- Cannot assess non-color visual barriers
- Analysis is based on static color values
- Does not account for user display variations
## Assumptions
- Color values are accurate
- Text size is specified for appropriate thresholds