fundamental-ngx
Build, test, and migrate SAP Fiori Angular components
All Skills in This Repository (7)
Pure Emerald Level Indicatorscreate-test
Generate or update Angular component unit tests in .spec.ts files.
update-docs
Audit TypeScript declarations against docs and example files.
migrate
Migrate Angular components and directives to signal-based patterns.
review-pr
Review pull requests against Angular 21+ conventions and checklist.
a11y-audit
Audit UI components for WCAG AA accessibility compliance.
best-practices
Audits Angular 21+ code quality and standards for specified paths.
preflight
Run format, build, lint, unit tests, and export checks on affected libraries.
Frequently Asked Questions
FAQPage SchemaHow to install fundamental-ngx skills?โผ
Run `npx skills add SAP/fundamental-ngx --all -g -y` in your terminal to install all skills globally.
How to build an SAP Fiori form in Angular?โผ
Use the build-form skill to generate a reactive form with validation, error messages, and platform form components wired correctly.
How to migrate Angular components to signals?โผ
The migrate skill converts decorators, host bindings, and BehaviorSubjects into modern signal-based patterns with a reviewable plan first.
Does fundamental-ngx work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, and other compatible coding environments.
Can I check accessibility of my Angular components?โผ
Yes. The a11y-audit skill checks any component against WCAG AA criteria including ARIA attributes, keyboard navigation, and contrast.
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