Guides building, deploying, troubleshooting, and installing Atlassian Forge apps — custom extensions built with the Forge CLI (forge create, forge deploy, forge install). Use when the user wants to create a Forge app (issue panels, dashboard gadgets, Confluence macros, global pages), is encountering Forge CLI errors or deployment issues (e.g. forge install failures, environment errors), or needs help with Forge-specific concepts like resolvers, UI Kit, manifest scopes, or developer spaces. Do not use for general Jira configuration, automation rules, JQL queries, or Atlassian REST API usage outside of a Forge app context.
$npx -y skills add atlassian/forge-skills --skill forge-app-builderInstalls into the current project.
Run `npx skills use "https://github.com/atlassian/forge-skills" --skill "atlassian/forge-skills/forge-app-builder"` 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.