AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Rhdh Plugin Nfs Migration

skill-redhat-developer-rhdh-skills-rhdh-plugin-nfs-migration · by redhat-developer

>-

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add skill-redhat-developer-rhdh-skills-rhdh-plugin-nfs-migration

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-redhat-developer-rhdh-skills-rhdh-plugin-nfs-migration)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Rhdh Plugin Nfs Migration? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Read the plugin's package.json, src/plugin.ts or src/plugin.tsx, route

refs, API factories, exported components, and app-config.dynamic.yaml.

  1. Read the workspace's own AGENTS.md or CLAUDE.md; repository rules beat

anything written here.

  1. List every discovered extension to the user before editing.
  2. 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-upgrade owns 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-changes owns 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-export owns exporting and packaging the migrated plugin.
  • /rhdh-plugin-wiring owns generating dynamic-plugins.yaml configuration.
  • /rhdh-local owns running a local RHDH instance and applying plugin

configuration to it.

  • /rhdh-pr-create owns 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 extensions array.

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 tsc from 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.