jfrog-reference-architecture

A planning workflow for JFrog Platform deployments, including Artifactory and Xray, a tool for analysing software risks. It covers system layout, capacity planning, multiple sites, hosted versus self-managed setups, high availability, isolated networks, and disaster recovery.

In plain words
What is it for?
Use it to plan JFrog topology, sizing, deployment options, multi-site setups, high availability, air-gapped environments, and disaster recovery.
Why use it?
It provides current, source-based guidance for choosing a deployment shape and estimating requirements. It avoids relying on fixed facts that may become outdated.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/jfrog/cursor-plugin/jfrog-reference-architecture
Any agent
npx skills add jfrog/cursor-plugin --skill jfrog-reference-architecture
Clone the repo
git clone --depth 1 https://github.com/jfrog/cursor-plugin

Made for: Claude Code, Codex.

Per session 165 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,139 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00165 $0.02139
Opus 5 $0.00082 $0.01069
Sonnet 5 $0.00033 $0.00428
Haiku 4.5 $0.00016 $0.00214

Measured 2d ago against content hash 001a522d849a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

jfrog-reference-architecture scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to jfrog-reference-architecture — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/jfrog/skills/jfrog-reference-architecture/SKILL.md · 156 lines

How it starts

The opening of the file, as written. The whole thing — 156 lines — stays where its author put it; the contents beside it link to each section on GitHub.

JFrog Reference Architecture

Planning skill for topology, sizing, and deployment. Answers must come from live fetches of the JFrog Platform Reference Architecture — not from training data or duplicated tables in this repo.

Prerequisites

  • Read ../jfrog/SKILL.md for JFrog Platform concepts, product vocabulary, and routing to other workflows.
  • No jf CLI required for planning-only questions (no live instance needed).

Source of truth

Allowed in this skill Not allowed
Fetch procedures, workflows, output templates Sizing RPM tables, use-case narratives, deployment checklists copied from the site
Helm chart preference (jfrog-platform on Kubernetes) Hardcoded slug lists or criteria

Every factual claim (numbers, template names, limitations, infrastructure guidance) must come from a WebFetch in the current session. If fetch fails, retry or ask the user to open the URL — do not guess from memory.

Citations: Use the URL: line from the relevant section in the fetched content (public HTML URL). You may note content was read from llms-full.txt.

For fetch URLs, size thresholds, and the fallback ladder, see references/doc-access.md.

Gotchas

Symptom Mitigation
Sizing numbers or use-case names not on the official site WebFetch ref-arch first; cite URL: from the fetch — not training data
small template recommended for production Re-read production warnings in the fetched Artifactory/Xray sizing sections
SaaS section missing or 404 SaaS paths use prefix jfrog-saas, not saas
HA storage guidance wrong Per ref arch: cluster-file-system or object storage — not file-system for HA
WebFetch blocked, truncated, or over size limits Request full_network; downgrade per references/doc-access.md

Session bootstrap

Read the full file on GitHub · 156 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 156 lines · 165 tokens per session scan A 001a522d849a

Subscribe to this mod's changes

jfrog-reference-architecture is a skill published in the GitHub repository jfrog/cursor-plugin (5 stars, last pushed 2d ago), licensed Apache-2.0. It adds 165 tokens to every session and 2,139 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to jfrog-reference-architecture, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

obra/superpowers · 37 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

babysit-pr

Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…

openai/codex · 114 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens