Install
$ agentstack add skill-redhat-developer-rhdh-skills-rhdh-plugin-nfs-migration ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
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, and app-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.
Route by outcome
| Outcome | Load and follow | |---|---| | Migrate a plugin to NFS | workflows/migrate-nfs.md | | Test a migrated plugin in RHDH | workflows/test-nfs-plugin.md | | Explain NFS before migrating | references/overview.md | | Migrate pages or API factories | references/migrate-page.md | | Migrate entity tabs or cards | references/migrate-entity-content.md | | Migrate translations | references/migrate-translations.md | | Migrate RHDH drawers, header items, homepage widgets | references/migrate-rhdh-extensions.md | | Migrate app-level wrappers or root elements | references/migrate-app-level.md | | Translate a legacy dynamic mount point into an extension | references/mount-point-mapping.md | | Update package exports | references/package-json.md | | Set up or update the NFS dev app | references/app-setup.md | | Verify the migration | references/verification.md | | Reach RHDH operator app.extensions or app.routes.bindings | references/operator-config.md | | Troubleshoot a failed migration | references/gotchas.md, then references/support.md | | Find a real migrated plugin to copy | references/reference-prs.md |
Boundaries
- This skill owns extension shape: which Blueprint replaces which legacy
extension, where it attaches, and what the package exports. It does not choose @backstage/* version numbers.
/rhdh-backstage-upgradeowns version numbers: which Backstage release
to move to and how to get the dependency set there. When the plugin's @backstage/* dependencies are too old for the Blueprints this migration needs, invoke it by name first, then return here.
/backstage-api-changesowns the NFS API deltas between the early alpha
and the current GA surface — removed NavItemBlueprint, the configSchema replacement for config.schema, renamed blueprint params. Invoke it by name when migrating a plugin that was already migrated against an older NFS API, or when a Blueprint param produces a TypeScript error.
/rhdh-plugin-exportowns exporting and packaging the migrated plugin./rhdh-plugin-wiringowns generatingdynamic-plugins.yamlconfiguration./rhdh-localowns running a local RHDH instance and applying plugin
configuration to it.
/rhdh-pr-createowns staging, commits, and pull requests. Leave changed
files unstaged and list them when you finish.
Invoke a named skill and describe the handoff in the conversation. Never open another skill's files.
Invariants
- NFS is not GA. Default to the alpha approach: NFS at
./alpha, legacy
untouched at the root export. Use the colocated approach only when the user wants both APIs from one import path.
- Keep component-level imports (
useApi,useRouteRef) on
@backstage/core-plugin-api so the same components serve both export paths. Reach for compatWrapper() only when a component needs a legacy context provider that NFS does not supply.
- Core blueprints come from
@backstage/frontend-plugin-api. RHDH-only
blueprints such as AppDrawerContentBlueprint and GlobalHeaderMenuItemBlueprint come from @red-hat-developer-hub/*. Do not mix the two namespaces.
- Put entity content and cards directly in the plugin's
extensionsarray.
Use createFrontendModule only to target a different plugin — translations at pluginId: 'app', homepage widgets at pluginId: 'home'.
- Legacy exports stay available. A breaking change to a legacy consumer needs
explicit user approval.
- Run
yarn tscfrom the workspace root, not the plugin directory, so consumer
import breakage surfaces.
- Do not stage, commit, push, or open a pull request here.
Completion
Report the extensions discovered and their NFS equivalents, the export approach chosen, the files changed and left unstaged, the verification commands run and their results, any legacy consumer risk, and the named skill to invoke next for export, wiring, local testing, or publication.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: redhat-developer
- Source: redhat-developer/rhdh-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.