# Backstage Api Changes

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-redhat-developer-rhdh-skills-backstage-api-changes`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [redhat-developer](https://agentstack.voostack.com/s/redhat-developer)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [redhat-developer](https://github.com/redhat-developer)
- **Source:** https://github.com/redhat-developer/rhdh-skills/tree/main/skills/reference/backstage-api-changes

## Install

```sh
agentstack add skill-redhat-developer-rhdh-skills-backstage-api-changes
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# RHDH Backstage API Changes

A single home for the NFS API deltas. Two skills need this material and neither
owns it, so it lives here and both invoke it by name.

## Who invokes this

- `/rhdh-backstage-upgrade` owns **version numbers**. It arrives here when a
  bump moves a checkout across one of these deltas and NFS code stops
  compiling.
- `/rhdh-plugin-nfs-migration` owns **extension shape**. It arrives here when a
  plugin was already migrated against an older alpha, or when a Blueprint param
  from an older guide produces a TypeScript error.

That is also the boundary between those two skills. A version number is the
upgrade skill's business; which Blueprint an extension becomes and where it
attaches is the migration skill's. This skill sits under both and belongs to
neither: it says only what changed in the API, not which change you should
make.

## Interface

Read `references/api-changes.md`. It is organized one section per change, each
with the old form, the new form, and the package the symbol now comes from.

Consume it as a checklist against the code in front of you. Two cautions:

- It describes the delta from the early alpha to current GA. It is not a
  release-by-release changelog, and it does not replace reading the changelogs
  for the specific releases an upgrade spans.
- The upstream surface keeps moving. When this prose and the type definitions
  in `node_modules/@backstage/frontend-plugin-api` disagree, the type
  definitions win — report the disagreement rather than following the prose.

## Completion

Report which of these changes apply to the code in hand, the exact symbol and
package each one moves to, any occurrence you could not resolve, and hand the
result back to the skill that invoked this one.

## 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](https://github.com/redhat-developer)
- **Source:** [redhat-developer/rhdh-skills](https://github.com/redhat-developer/rhdh-skills)
- **License:** Apache-2.0

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-redhat-developer-rhdh-skills-backstage-api-changes
- Seller: https://agentstack.voostack.com/s/redhat-developer
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
