Forge App Builder

Runs the full Atlassian Forge app workflow: create, deploy, install, with real scripts.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · ad3a8bc

Ran the bundled list_templates.py script live against Atlassian's public template registry: it returned 162 real templates and correctly validated 'jira-issue-panel-ui-kit'. The skill also hard-bans accepting API tokens in chat and forces the agent to run the deploy script itself rather than just printing commands, closing two common failure modes of an unguided agent.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What Forge App Builder does

Guides an agent through building, deploying, and troubleshooting Atlassian Forge apps (Jira panels, Confluence macros, dashboard gadgets) using the official Forge CLI. Triggers on Forge app creation, forge create/deploy/install errors, and Forge-specific concepts like resolvers, UI Kit, or manifest scopes; explicitly excludes generic Jira config, JQL, and non-Forge REST API work.

How to install Forge App Builder

git clone https://github.com/atlassian/forge-skills.git
mkdir -p ~/.claude/skills
cp -r forge-skills/skills/forge-app-builder ~/.claude/skills/forge-app-builder

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Forge App Builder

  • /forge-app-builder Runs the full Atlassian Forge app workflow: create, deploy, install, with real scripts.

It also activates on plain-language prompts like these:

  • I need to build a Jira issue panel using Atlassian Forge.
  • My forge deploy command keeps failing, can you debug it?
  • Help me configure manifest scopes for a Confluence macro in Forge.

Frequently asked questions

Is the Forge App Builder skill free?
Yes. The skill itself is free from atlassian/forge-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Forge App Builder work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Ran the bundled list_templates.py script live against Atlassian's public template registry: it returned 162 real templates and correctly validated 'jira-issue-panel-ui-kit'. The skill also hard-bans accepting API tokens in chat and forces the agent to run the deploy script itself rather than just printing commands, closing two common failure modes of an unguided agent.
What is the Forge App Builder SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install Forge App Builder?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Forge App Builder with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.