using-backstage-frontend-system
Installation
SKILL.md
Backstage New Frontend System (NFS) Patterns
When to use this skill
- Defining a new frontend plugin (
src/plugin.tsx) - Declaring route refs (
src/routes.ts) - Exposing APIs from a plugin (
src/apis.ts) - Adding pages, sub-pages, or other extensions (
src/extensions.tsx) - Using NFS hooks (
useApi,useRouteRef)