jfrog-project-onboarding

Installation
SKILL.md

JFrog Project Onboarding (Master Orchestration)

This is the entry-point skill for onboarding GitHub projects to the JFrog Platform.

Prerequisites Check

Before starting, complete JFrog CLI setup and verify all prerequisites. If any check fails, abort immediately -- do not proceed with any onboarding steps. Report which check(s) failed and guide the user to fix them.

Step 1: JFrog CLI, jf config, confirm platform, readiness

  1. Follow ../../../platform-features/skills/jfrog-cli/login-flow.md (JFrog CLI 2.100.0+, jf config show, user confirms URL, jf api /artifactory/api/v1/system/readiness).
  2. Prefer jf api for all JFrog REST calls per ../../../platform-features/skills/jfrog-cli/jf-api-patterns.md. Use --server-id when multiple servers exist.
  3. Optional: For manifest URL comparison, derive JFROG_URL from jf config show or keep .env in sync; see auth.md for curl fallback when the CLI is unavailable.

Step 2a: Validate token authentication (run with required_permissions: ["full_network"])

Verify credentials work (capture body + status; never pipe straight to jq):

Related skills

More from jfrog/ai-agent-examples

Installs
9
GitHub Stars
5
First Seen
Apr 16, 2026