feat: add rhdh-coding skill for Backstage/RHDH plugin development#51
Open
rohitkrai03 wants to merge 1 commit into
Open
feat: add rhdh-coding skill for Backstage/RHDH plugin development#51rohitkrai03 wants to merge 1 commit into
rohitkrai03 wants to merge 1 commit into
Conversation
d1c0072 to
dc7d874
Compare
gashcrumb
approved these changes
Jun 30, 2026
1c4eead to
6b9bc67
Compare
Adds a coding skill that teaches agents non-obvious Backstage and RHDH patterns — the knowledge you'd gain after six months of getting burned by conventions that aren't in the docs or training data. Covers: BUI-first styling, NFS Blueprints, RHDH dynamic plugin gotchas, plugin type decisions, Backstage-specific testing, dev app setup (both plugin dev mode and full Backstage app), and frontend spec guidance for PRDs/OpenSpec workflows. References are verified against real plugin code in rhdh-plugins and community-plugins. Designed to be the daily-driver skill for agents working on existing plugins — complementary to create-plugin (new plugins), nfs-migration (migration), and official backstage.io skills. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Rohit Rai <rohitkrai03@gmail.com>
6b9bc67 to
8bcf227
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
RHDH is moving toward an agentic SDLC with fullsend — agents triage issues, implement features, and review code autonomously. The coding agent needs Backstage/RHDH patterns that aren't in training data (BUI is new, NFS is evolving, dynamic plugin conventions are tribal knowledge). No Backstage coding skills exist in the open-source ecosystem — the official backstage.io skills cover migrations and instrumentation, not day-to-day feature development.
This skill fills that gap. It's the daily-driver skill for agents working on RHDH plugins — installed into
.fullsend/customized/skills/alongsiderhdh-workspaceand available to the code agent during implementation. It also helps human developers using Claude Code, Cursor, or any skills-compatible agent.What it covers
How it fits into fullsend
Complements ecosystem skills (ui-ux-pro-max, frontend-design, webapp-testing) for generic UI quality, and official backstage.io skills for migration workflows.
Summary
Files
SKILL.mdreferences/bui.mdreferences/dev-app.mdreferences/nfs.mdreferences/frontend-specs.mdreferences/plugin-types.mdreferences/rhdh.mdreferences/testing.mdscripts/detect-rhdh-context.pyTest plan
npx skills addand verify skill triggers correctly🤖 Generated with Claude Code