detect-existing-patterns

Installation
SKILL.md

Detect Existing Naming Patterns

Queries the JFrog Platform for existing projects and repositories, analyzes their naming conventions, and presents the user with a choice between the detected pattern and the standard onboarding pattern.

API transport

Prefer jf api per ../../../platform-features/skills/jfrog-cli/jf-api-patterns.md after jf config and platform confirmation. Examples below use curl as fallback.

Inputs

  • JFROG_URL -- Platform base URL (for curl fallback; derive from jf config show when using CLI)
  • JFROG_ACCESS_TOKEN -- Admin token (for curl fallback only)
  • new_project_key -- the project key about to be onboarded (used to generate examples)
  • new_ecosystems -- list of ecosystems for the new project (used to generate examples)
  • state_project_key -- (optional) the state/system project key to exclude from analysis (default: system)

Output

A naming_pattern object with these fields (passed to jfrog-create-repos):

Related skills

More from jfrog/ai-agent-examples

Installs
9
GitHub Stars
5
First Seen
Apr 16, 2026