Language: 日本語English

forge-skills Plugin

Author
Atlassian
Category
Development
Topics
Enterprise Business Platforms · Web & App Development · AI Agents & AI App Development
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

forge-skills is a plugin that bundles six Forge-focused skills—App Builder, App Review, Cost Optimizer, Debugger, Connector, and Security Review—along with two MCP servers (Forge MCP Server and ADS MCP Server) to support Atlassian Forge app development. According to the README, it can be installed across multiple AI coding hosts, including Claude Code, Cursor, Gemini CLI, GitHub Copilot CLI, OpenAI Codex, and Rovo Dev. It requires Node.js 22+ and Python 3, plus an Atlassian account for Forge CLI authentication via forge login. The plugin is distributed under the Apache 2.0 license per the README.

Overview

According to the Forge homepage, Atlassian Forge is Atlassian's serverless app development platform for building apps on Jira, Confluence, and other Atlassian products, with built-in hosting, storage, and API authentication. forge-skills itself is not a standalone SaaS; per the README, it is a plugin that adds Forge-specific skills and MCP-backed tooling to AI coding agents so they can scaffold, review, debug, and secure Forge apps.

What you can do with forge-skills

  • Scaffold, deploy, and install Forge apps using forge create, templates, and dev spaces via the Forge App Builder skill
  • Run pre-deploy reviews covering security, cost, architecture, and trigger/scheduling efficiency via Forge App Review
  • Reduce Forge platform consumption (invocations, storage, logs, memory) via Forge Cost Optimizer
  • Diagnose deploy errors, resolver failures, blank UI, and permission issues via Forge Debugger
  • Build graph:connector apps that ingest external data into Atlassian's Teamwork Graph for Rovo Search and Rovo Chat via Forge Connector
  • Perform white-box security audits covering authz, injection, tenant isolation, secrets handling, and egress via Forge Security Review
  • Query live Forge documentation, template registries, and manifest syntax through the Forge MCP Server
  • Look up Atlassian Design System components, tokens, and icons for Custom UI apps through the ADS MCP Server

Sources

Original description (English)

Forge-focused skills and MCP configuration for Atlassian Forge: scaffold and deploy apps (forge create, templates, dev spaces), build Teamwork Graph connectors for Rovo Search/Rovo Chat, pre-deploy review, systematic debugging, plus Forge docs and Atlassian Design System lookups via MCP.

History of forge-skills

Back to list