feat(skills): add 3 Atlassian Forge skill entries (OCI distribution)#1114
Merged
Conversation
Adds the Atlassian Forge pack from atlassian/forge-skills (Apache-2.0): forge-app-builder, forge-app-review, and forge-debugger. Content is pinned upstream to commit 0d60ac5436dcb63af0869e110728f40e61274924 and packaged by Dockyard to ghcr.io/stacklok/dockyard/skills/<name>:0.1.0, with a commit-pinned git fallback. Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
Contributor
Registry Build PreviewAll registries built successfully! Registry:
|
rdimitrov
approved these changes
Apr 21, 2026
rdimitrov
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the 3-skill Atlassian Forge pack from
atlassian/forge-skillsto the ToolHive catalog. Content is Apache-2.0, pinned upstream to commit0d60ac5and packaged by Dockyard toghcr.io/stacklok/dockyard/skills/<name>:0.1.0.Follows the OCI-distribution pattern established by PR #1093 (claude-api), PR #1094 (toolhive-cli-user), PR #1095 (trailofbits security skills), and PR #1109 (gemini skills).
Dockyard packaging PR: dockyard#510.
Skills added
forge-app-builder— build Atlassian Forge apps end-to-end (scaffolding via Forge CLI, manifest config, UI Kit / Custom UI / Forge React components, backend resolvers and functions, triggers, scheduled triggers, permissions, deployment)forge-app-review— review Forge apps for quality, security, and marketplace readiness (manifest and permission audit, resolver security, UI patterns, error handling, Marketplace submission checklist)forge-debugger— debug Forge apps (inspect logs, tunnel to local dev, trace resolver errors, reproduce webhook/trigger failures, verify manifest and permission scopes)Notes for review
Apache-2.0. Confirmed at theatlassian/forge-skillsrepo root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter, which is tracked as an allowed Dockyard manifest issue (MANIFEST_MISSING_LICENSE).allowedTools. None of the 3 skills declaremcp__*tools — they use Claude Code built-ins.skill/SKILL.mdsubfolder. Following theclaude-api/toolhive-cli-user/gemini-*precedent — OCI is authoritative, and a commit-pinned git package is included as a fallback.forge-app-buildernetwork access. The skill bundlesscripts/list_templates.pywhich fetches the official Atlassian Forge template index viaurllib.request.urlopen(). This is a documented scaffolding step; tracked in Dockyard as allowedDATA_EXFIL_NETWORK_REQUESTS/TOOL_ABUSE_UNDECLARED_NETWORKexceptions to a trusted destination.Test plan
task catalog:validate— 23 skills total (20 existing + 3 Forge), all valid (both upstream and toolhive formats)task catalog:build— all 3 new skills present underdata.skillsinbuild/toolhive/registry-upstream.jsontask catalog:validatein CIregistry-upstream.jsonfeedSigned-off-by: Juan Antonio Osorio ozz@stacklok.com