Lucca avatar

Lucca

Official

@LuccaSA · France

0Followers
|
17Public Repos
|
18Published Skills

Lucca provides skills for the Lucca Front / Prisme Angular design system: version migrations, deprecated API resolution, SCSS conventions, Storybook stories, and Vitest testing.

Skills Distribution
DomainUI/UX & Crea...Design System Migr.. (35%)Component Testing .. (25%)SCSS Styling & Tok.. (20%)Documentation & Ch.. (20%)

Agent Skills by Lucca

Showing 18 vetted skills indexed across 1 GitHub repositories.

LuccaSALuccaSA
52

update-components-changelog

Updates per-component CHANGELOG.md files for Lucca Front from git history.

Official
Intermediate
LuccaSALuccaSA
52

lucca-front-migrate-22

Migrates Angular projects from @lucca-front/ng 21.x to 22.x using schematics and manual fixes.

Official
Advanced
LuccaSALuccaSA
52

generate-test

Generates Vitest unit test files for Angular components, services, pipes, and utilities in Lucca Front.

Official
Intermediate
LuccaSALuccaSA
52

generate-e2e-test

Generates Storybook play-function E2E tests for Lucca Front component stories.

Official
Intermediate
LuccaSALuccaSA
52

generate-story

Generates Angular Storybook documentation stories with categorized argTypes for Lucca Front components.

Official
Advanced
LuccaSALuccaSA
52

generate-version-changelog-markdown

Generates GitHub release changelog markdown from milestone pull requests.

Official
Advanced
LuccaSALuccaSA
52

generate-story-qa

Generates QA Storybook stories from Angular component interface contracts and design guidelines.

Official
Intermediate
LuccaSALuccaSA
52

analyze-bug-report

Generates quarterly bug analysis reports for Lucca Front by querying GitHub issues and pull requests.

Official
Advanced
LuccaSALuccaSA
52

update-deprecated-doc

Regenerate docs/life-cycle.md from Prisme lifecycle data and deprecated selector source files.

Official
Advanced
LuccaSALuccaSA
52

lucca-front-deprecated-resolver

Migrates deprecated Lucca Front Angular APIs to standalone components and modern equivalents.

Official
Advanced
LuccaSALuccaSA
52

lucca-front-scss

Enforces Lucca Front SCSS conventions for naming, layers, tokens, and component file structure.

Official
Intermediate
LuccaSALuccaSA
52

textfield

Migrates legacy CSS textfield markup to modern Lucca Front Angular form components.

Official
Advanced
LuccaSALuccaSA
52

lucca-front-all

Generates version-accurate Angular code using Lucca Front and Prisme design system components.

Official
Advanced
LuccaSALuccaSA
52

lucca-front-21-3

Provides version-accurate Angular component documentation for the Lucca Front and Prisme design system.

Official
Advanced
LuccaSALuccaSA
52

lucca-front-21-2

Provides versioned documentation for Lucca Front and Prisme Angular design system components.

Official
Advanced
LuccaSALuccaSA
52

lucca-front-21-0

Generates and reviews Angular code using Lucca Front design system components version 21.0.

Official
Advanced
LuccaSALuccaSA
52

lucca-front-21-1

Generates and reviews Angular code using Lucca Front design system components version 21.1.

Official
Advanced
LuccaSALuccaSA
52

lucca-front-22-0

Provides versioned Angular and SCSS documentation for Lucca Front design system components.

Official
Advanced

Frequently Asked Questions About Lucca

FAQPage Schema
What tasks can I perform with Lucca's skills?▼

You can migrate projects to Lucca Front 22, resolve deprecated @lucca-front/ng APIs, write BEM-style SCSS with design tokens, generate Vitest unit tests and Storybook play stories, produce QA stories, analyze bug reports, and regenerate changelogs and deprecation documentation.

Who are Lucca's skills designed for?▼

They target Angular developers and design system maintainers working on projects that depend on @lucca-front/ng or @lucca-front/scss, or codebases containing lu-* selectors, pr-* selectors, or directives like luButton, luTooltip, and luForm.

How do I use the Lucca Front version-specific skills?▼

Load the skill matching your project's Lucca Front version (21.0 through 22.0, or lucca-front-all for any version) whenever editing files that depend on @lucca-front packages. For upgrades, load lucca-front-migrate-22, which orchestrates official schematics before handling non-automatable residue.

What are the prerequisites for using these skills?▼

You need an Angular project consuming @lucca-front/ng or @lucca-front/scss. Testing skills assume Vitest with TestBed and Storybook are configured; migration skills rely on the official Lucca Front schematics being runnable in the target repository.

Can these skills handle deprecated Lucca Front APIs?▼

Yes. The lucca-front-deprecated-resolver skill identifies and migrates @deprecated NgModules, components, inputs, models, services, and tokens, while the textfield skill migrates the deprecated Textfield to the modern Angular Textfield with an anti-regression strategy.