spark-web
React design system component creation, testing, and CI monitoring
All Skills in This Repository (5)
Pure Emerald Level Indicatorscreate-storybook-docs
Generate and update Storybook stories and MDX docs for Spark UI components.
create-component
Generate a Spark UI component scaffold with TypeScript, CVA styling, tests, stories, and documentation.
run-quality-checks
Run linting, type checking, formatting, and tests for Spark UI projects.
check-accessibility
Automate WCAG 2.1 AA accessibility testing of Spark UI components with Playwright.
generate-tests
Create and update Vitest unit tests for Spark UI components.
Frequently Asked Questions
FAQPage SchemaHow to install spark-web skills?โผ
Run `npx skills add leboncoin/spark-web --all -g -y` in your terminal to install all skills in this suite globally.
How to create a new design system component?โผ
Use the create-component skill, which scaffolds the component, styles, tests, Storybook stories, and documentation following Spark UI standards.
How to check WCAG accessibility compliance?โผ
The check-accessibility skill runs automated axe-core tests via Playwright and guides manual checks for keyboard navigation, ARIA attributes, and color contrast.
Can it monitor and fix failing CI pipelines?โผ
Yes. The monitor-ci skill watches Nx Cloud CI runs, applies self-healing fixes, and verifies them locally before pushing.
Does it work with Claude Code and Cursor?โผ
Yes. Skills live in .cursor/skills with symlinks into .claude/skills, so they work in Cursor, Claude Code, and other compatible editors.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core