What problem does it solve?
This Skill provides comprehensive guidance for using the @antlur/backstage TypeScript SDK to manage a Backstage CMS account, covering authentication, client usage, and full CRUD operations across pages, blocks, layouts, blueprints, and more.
Core Features & Use Cases
- Comprehensive client: authenticate, initialize, and interact with pages, entries, blueprints, locations, menus, media, events, and more.
- End-to-end workflows: create, read, update, and delete resources; manage layouts, blocks, and blueprints; perform CLI sync operations.
- Real-world scenarios: set up initial content, define content types, and automate deployment-ready CMS configurations across Backstage accounts.
Quick Start
Install the @antlur/backstage SDK using npm, configure the BackstageClient with token, accountId, and baseURL, then perform common operations such as fetching pages and entries.