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
- 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). - Prefer
jf apifor all JFrog REST calls per ../../../platform-features/skills/jfrog-cli/jf-api-patterns.md. Use--server-idwhen multiple servers exist. - Optional: For manifest URL comparison, derive
JFROG_URLfromjf config showor keep.envin 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):