Documentation Index
Fetch the complete documentation index at: https://backstage.spotify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Skill Exchange is an internal marketplace to promote and seek out unique, on-the-job learning opportunities for your developers and other members of your tech ecosystem. With Skill Exchange, Portal becomes a hub for custom learning and growth by sharing existing expertise and fostering meaningful collaboration across your organization.Codify growth and connectivity
Skill Exchange puts employee growth and collaboration at the forefront of the developer experience. Within Portal, mentors can connect with mentees, teams can connect with temporary help, developers can pair up to program together, and ad hoc teams can assemble to work on hack projects.Unlock learnings across your org
Talent, knowledge, and experience can often get trapped inside organizational silos. With Skill Exchange, your R&D community can unlock opportunities for collaboration and meaningful connection, no matter where anyone sits in the org chart.Elevate existing expertise
Skill Exchange elevates the existing expertise of your current employees, so that your developers and members of your tech org can learn from each other instead of looking and hiring externally. Skill Exchange helps you invest in and develop your current talent.Prerequisites
Enabling Skill Exchange
You have the option to enable or disable Skill Exchange at any time through the Config Manager.Defining default lists
Skill Exchange has the ability to ingest lists of items that can be used across the application. For example, by adding a YAML list of locations, Gigs (Embeds, Mentorships, etc) can have their location to set to one of the locations defined in the YAML list. You can also define a default list of skills that users can select to add to their profiles. This list is defined in a YAML file and passed to the Skill Exchange plugin via configuration. You can add Skills, Locations, and Embed Priority Labels by creating a new yaml file using the following basic structure. Locations and embed priority labels are defined as a flat list of names. See Defining Skills for Ingestion below for more information on ingesting skills.default-lists.yaml
You can have multiple YAML lists.You can have a different YAML file for skills and locations, and you can also have multiple files for the same type of data. For example, you can have a YAML file for locations in North America, and another YAML file for locations in Asia.
Defining Skills for Ingestion
Skills defined through YAML for ingestion are treated as the source of truth for all skills within Skill Exchange. Each skill can be defined with the following fields:| Field | Type | Description | Value |
|---|---|---|---|
name | String | [Required] The name of the skill. | |
category | Enum | [Required] The category of the skill. | ”DISCIPLINE” | “LANGUAGES” | “FRAMEWORKS” | “INFRASTRUCTURE” | “TECHNIQUES” |
subset | Enum | [Optional] Subset of the skill. Not required for skills with category “DISCIPLINE”. | ”SKILLS” | “TOOLS” |
disciplines | String[] | [Optional] List of disciplines the skill is associated with. Not required for skills with category “DISCIPLINE”. |
Remote configuration options
If you have integrations set up within your Portal instance, you also have the option to specify a list of remote sources that you’d like Skill Exchange to periodically read from. Types of valid integration URLs that Skill Exchange supports are listed here. Skill Exchange will de-duplicate lists of both local and remote sources and ingest from all sources it points to within thedefaultLists config.
For Portal customers, you can use the skillExchange.defaultLists.remoteUrls configuration field to specify a list of URLs to YAML files that are accessible by your Portal instance.

skillExchange.remoteFileUpdates field, which can take in a cron field, or a duration field, which follows this shape.
Adding a new Skill
To add a new skill, simply add a new entry to theskills list to the skills YAML file. The skill will be ingested the next time the remote skills are polled for updates.
Editing and Deleting a Skill
To update or delete a skill, this must be done through the database as we currently do not support editing or deleting skills through the YAML at the moment.(Optional) Enable Notifications
Skill Exchange supports notifications through Backstage’s built-in notification system. To enable notifications, toggle the setting in the Skill Exchange portion of the Config Manager:
(Optional) Schedule Hack Digest Notifications
To schedule periodic notifications for hack updates (edits to the hack, or new comments) to users who follow hacks, specify a cron value in the Skill Exchange portion of the Config Manager. This cron value dictates the frequency with which users will receive updates on their hacks, if any updates exist since the last updates were sent. See the example below: