rhdh-plugin-nfs-migration
Installation
SKILL.md
RHDH Plugin NFS Migration
Own the shape of a frontend plugin's extensions as it moves from the legacy frontend system to NFS. Discover what the plugin exports before changing anything, migrate one extension type at a time, and keep legacy consumers compiling until the user explicitly approves a breaking change.
Start here
- Read the plugin's
package.json,src/plugin.tsorsrc/plugin.tsx, route refs, API factories, exported components, andapp-config.dynamic.yaml. - Read the workspace's own
AGENTS.mdorCLAUDE.md; repository rules beat anything written here. - List every discovered extension to the user before editing.
- Inspect branch and status before modifying files, and protect uncommitted work.