Guides building and deploying Atlassian Forge Teamwork Graph connector apps that ingest external data into Atlassian's Teamwork Graph, making it searchable in Rovo Search and surfaced in Rovo Chat. Use when the user wants to build a Forge connector, ingest external data into Atlassian, connect a third-party tool (e.g. Google Drive, ServiceNow, Salesforce) to Atlassian, make external content searchable in Rovo, build a graph:connector module, use the @forge/teamwork-graph SDK, or implement onConnectionChange / validateConnection functions.
$npx -y skills add atlassian/forge-skills --skill forge-connectorInstalls into the current project.
Run `npx skills use "https://github.com/atlassian/forge-skills" --skill "atlassian/forge-skills/forge-connector"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/atlassian/forge-skills" that are relevant to the current task. Run `npx skills add "https://github.com/atlassian/forge-skills"` and select the relevant skills, then follow their instructions.