a11y-audit
01Skill Claude CodeCodex
Audit a component for WCAG AA accessibility compliance.
Skill Claude CodeCodex
Audit a component for WCAG AA accessibility compliance.
Skill Claude CodeCodex
Adopt breaking changes from fundamental-styles into Angular components.
Skill Claude CodeCodex
Audit existing code against project conventions and Angular 22+ best practices.
Skill Claude CodeCodex
Build a reactive form with @fundamental-ngx/platform form components, FormGroup wiring, validation, and error states.
Skill Claude CodeCodex
Build a page layout using fd-dynamic-page or fdp-dynamic-page — collapsing header, subheader, content area, footer, and optional tabs.
Skill Claude CodeCodex
Build a @fundamental-ngx/platform data table with FdpTableDataSource, sorting, filtering, pagination, and row selection.
Skill Claude CodeCodex
Generate or update unit tests for a component following project testing conventions.
Skill Claude CodeCodex
Add, rename, or remove i18n translation keys in fundamental-ngx (updates FdLanguage interface, .properties files, and generated types).
Skill Claude CodeCodex
Migrate a component or directive to Angular 22+ signal-based patterns.
Skill Claude CodeCodex
Run local quality gates before creating a PR.
Skill Claude CodeCodex
Review a pull request against project conventions and Angular 22+ best practices.
Skill Claude CodeCodex
Generate a working component using fundamental-ngx patterns (dialog, table, card, form, shell, layout-grid).
Skill Claude CodeCodex
Set up a new Angular project with @fundamental-ngx installed, themed, and a working first component.
Skill Claude CodeCodex
Verify and update documentation examples to match a component's current public API.
Cursor rule Cursor
Read and follow AGENTS.md for all development conventions.
Instructions file GitHub Copilot
Instructions for SAP/fundamental-ngx, covering github copilot instructions and quick links.
Instructions file CodexOpenCode
Instructions for SAP/fundamental-ngx, covering angular 22+ development guidelines, persona, quick reference, essential commands and build/lint/test specific library.
Instructions file
Instructions for SAP/fundamental-ngx, covering fundamental ngx, architecture, commands, build / lint / test a library and affected only (prefer this for validation).
Agent
// Optional with default value readonly name = input ('').
Agent
A breaking change is any modification that could cause existing consumer code to fail or behave differently after upgrading.
Agent
Use InjectionToken to provide contextual defaults for child components. This pattern allows parent components to influence default values without directly manipulating child component inputs.
Agent
Agent "fundamental-styles" from SAP/fundamental-ngx, covering fundamental-styles css integration, architecture, bem naming convention, scss import pattern and css class building.
Agent
All translation utilities are imported from @fundamental-ngx/i18n.
Agent
Purpose: Understanding the NX monorepo structure, development patterns, and best practices. For commands, see docs/internal/commands.md.