github-configure-package-managers

Configure GitHub repositories to route dependencies through JFrog Artifactory.

5|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/jfrog/ai-agent-examples --skill github-configure-package-managers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-configure-package-managers
Source: https://github.com/jfrog/ai-agent-examples/tree/main/onboarding-workflows/skills/github-configure-package-managers
Command: npx skills add https://github.com/jfrog/ai-agent-examples --skill github-configure-package-managers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub repositories face challenges configuring package managers to resolve dependencies from Artifactory. This Skill updates package manager configuration files in remote GitHub repositories so that developers resolve dependencies from Artifactory virtual repositories.

Core Features & Use Cases

  • Update npm, Maven, pip, Go, Docker, and Helm config files to point to Artifactory virtual repos.
  • Create a PR-based onboarding workflow per repository to enable Artifactory-backed dependency resolution.
  • Provide per-ecosystem templates and guidance for developers pulling from Artifactory.

Quick Start

Configure a set of GitHub repositories to resolve dependencies from Artifactory by running the onboarding workflow with your repository list and project key.

Frequently Asked Questions about github-configure-package-managers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure GitHub repositories to resolve dependencies through Artifactory?

This Skill configures GitHub repositories to route dependencies through Artifactory by updating package manager config files to point to Artifactory virtual repositories. It automates this across multiple repos using a branch-based PR onboarding workflow.

Can I route npm, Maven, pip, Go, Docker, and Helm dependencies through Artifactory?

Yes, you can route npm, Maven, pip, Go, Docker, and Helm dependencies through Artifactory. The Skill provides per-ecosystem config templates to update the respective package manager files for Artifactory-backed resolution.

What is the PR-based onboarding workflow for configuring package managers?

The PR-based onboarding workflow is a process that creates a branch in your remote GitHub repositories to propose configuration changes. It updates package manager files to resolve dependencies from Artifactory virtual repos and submits a pull request for review.

What inputs do I need to start routing GitHub dependencies through Artifactory?

To start routing GitHub dependencies through Artifactory, you need to provide your github_repos list, a project_key, target ecosystems, your jfrog_url, and the github_host. These inputs define the scope and destination for the configuration updates.

Does this Artifactory onboarding workflow work across multiple repositories and projects?

Yes, this Artifactory onboarding workflow works across multiple repositories and projects. You specify a list of github_repos and a project_key to apply the dependency routing configurations at scale across your organization.