scaffold
Installation
SKILL.md
Scaffold: $ARGUMENTS
If $ARGUMENTS is empty, ask the user which pattern they want. Supported patterns:
dialog— modal dialog (template / component-ref / object-based variants)table— data table (fd-table / fdp-table / ui5-table variants)card— content card with header and bodyform— form layout with form-items and validationshell— app shell with shellbar and navigationlayout-grid— responsive grid layout
Phase 1: Identify Pattern
Parse the pattern name from $ARGUMENTS. If a variant is specified (e.g., dialog component-ref), note it for Phase 3.
Phase 2: Gather Context
Use the @fundamental-ngx/mcp MCP server tools to get accurate, up-to-date information:
Related skills
More from sap/fundamental-ngx
migrate
Migrate a component or directive to Angular 21+ signal-based patterns
5best-practices
Audit existing code against project conventions and Angular 21+ best practices
5create-test
Generate or update unit tests for a component following project testing conventions
5a11y-audit
Audit a component for WCAG AA accessibility compliance
5review-pr
Review a pull request against project conventions and Angular 21+ best practices
5preflight
Run local quality gates before creating a PR
4