Skip to main content
vinzscam
GitHub creator profile

vinzscam

Repository-level view of 13 collected skills across 1 GitHub repositories.

skills collected
13
repositories
1
updated
Aug 26, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

creating-backstage-plugin
unclassified

Use when the user wants to create any new Backstage package — plugin, module, processor, provider, scaffolder action, or library. Drives `yarn new` to scaffold the right template and optionally pre-wires common patterns (catalog access, identity, etc.) based…

Aug 26, 2026
using-backstage-ui
web-developers

Use when authoring UI for a Backstage frontend plugin. Covers the @backstage/ui (BUI) component library — layout, typography, forms, dialogs, menus, tables — plus styling via CSS modules with BUI design tokens, and Remix Icons. Triggers on imports of…

Jul 9, 2026
creating-backstage-scaffolder-action
software-developers

Use when building a custom scaffolder template action — a step that scaffolder templates can call from their YAML steps. Covers createTemplateAction with Zod input/output schemas, the action handler context (logger, workspacePath, input, output, etc.), and…

Jul 9, 2026
creating-backstage-scaffolder-field
web-developers

Use when building a custom scaffolder form field — a React component that scaffolder template forms can use via `ui:field: <name>`. Covers FormFieldBlueprint, createFormField, the field component props (formData, onChange, schema, rawErrors, etc.), Zod-based…

Jul 9, 2026
creating-backstage-extension-blueprint
web-developers

Use when authoring a Backstage frontend plugin that wants to expose its OWN extension point — a typed "blueprint" that other plugins or modules can call to contribute to your plugin's UI. Covers createExtensionBlueprint (defining the blueprint), the parent…

Jul 9, 2026
using-backstage-frontend-system
web-developers

Use when defining or authoring extensions for a Backstage frontend plugin in the new frontend system. Covers createFrontendPlugin, route refs from @backstage/frontend-plugin-api, ApiBlueprint, PageBlueprint, SubPageBlueprint, and hook usage. Triggers on…

Jul 9, 2026
creating-backstage-catalog-provider
software-developers

Use when building a catalog backend module that ingests entities from an external source (e.g. Azure DevOps, internal API, JSON file). Covers both the normal EntityProvider and the IncrementalEntityProvider for large-volume sources, plus module wiring via…

May 21, 2026
creating-backstage-entity-page-extension
software-developers

Use when adding a card to a catalog entity's overview tab or a whole tab/page to a catalog entity page. Covers EntityCardBlueprint (overview-page cards) and EntityContentBlueprint (full tabs), entity filtering by kind/type/annotation, and access to the…

May 21, 2026
Showing 8 of 13 collected skills.
Showing 1 of 1 repositories
All repositories loaded