home / skills / dexploarer / hyper-forge / developer-portal-generator
This skill helps you generate developer portals using Backstage or custom solutions, accelerating setup and ensuring consistent documentation and tooling.
npx playbooks add skill dexploarer/hyper-forge --skill developer-portal-generatorReview the files below or copy the command above to add this skill to your agents.
---
name: developer-portal-generator
description: Create developer portals using Backstage or custom solutions
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob]
---
# developer portal generator
Create developer portals using Backstage or custom solutions
## When to Use
This skill activates when you need to create developer portals using backstage or custom solutions.
## Quick Example
```yaml
# Configuration example for developer-portal-generator
# See full documentation in the skill implementation
```
## Best Practices
- ✅ Follow industry standards
- ✅ Document all configurations
- ✅ Test thoroughly before production
- ✅ Monitor and alert appropriately
- ✅ Regular maintenance and updates
## Related Skills
- `microservices-orchestrator`
- `compliance-auditor`
- Use `enterprise-architect` agent for design consultation
## Implementation Guide
[Detailed implementation steps would go here in production]
This skill provides comprehensive guidance for create developer portals using backstage or custom solutions.
This skill generates developer portals tailored for organizations using Backstage or custom solutions. It streamlines portal scaffolding, configuration, and extension wiring to surface services, components, and documentation. The output accelerates developer onboarding and centralizes tooling, catalogs, and CI/CD links.
The generator inspects repository metadata, service manifests, and infrastructure descriptors to build a catalog and navigation model. It produces Backstage-compatible configuration and optional custom portal scaffolds, wiring authentication, search, and plugin integrations. It can export sample docs, example components, and starter templates to jump-start adoption.
Does this support both Backstage and fully custom portals?
Yes. The skill can emit Backstage configuration and scaffolding or produce custom portal templates tailored to specific UX and integration needs.
What inputs does the generator need?
It works best with repository manifests, service metadata, OpenAPI specs or typed component descriptors, and CI/CD pipeline references to populate the catalog.
Can it integrate authentication and existing plugins?
Yes. It can wire common SSO providers and configure standard Backstage plugins, with options to extend or swap implementations.