repos

Configure, list, and manage multiple git repositories for Kraken.

6|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/galfrevn/kraken --skill repos-galfrevn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repos
Source: https://github.com/galfrevn/kraken/tree/main/packages/skills/repos
Command: npx skills add https://github.com/galfrevn/kraken --skill repos-galfrevn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the setup and management of multiple repositories within Kraken, enabling effortless configuration and switch between codebases.

Core Features & Use Cases

  • Repository Configuration: Define multiple repositories with paths and default settings in a centralized way.
  • Task Routing: Seamlessly assign tasks to specific repos via commands or scheduling.
  • Use Case: A developer managing several microservices can quickly update repo paths and designate a default repo, ensuring accurate task execution and environment setup.

Quick Start

Configure your repositories by editing the kraken.jsonc file to include paths, then reload the Kraken daemon to apply changes.

Frequently Asked Questions about repos

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

FAQPage Schema
How do I configure multiple git repositories for task management in Kraken?

To configure multiple git repositories in Kraken, edit the central kraken.jsonc file to include local paths and default settings, then reload the Kraken daemon to apply the changes. This enables organized codebase handling and task routing.

What is the best way to manage multiple repository paths for microservices?

Managing multiple repository paths for microservices is done by defining them with their local paths and default settings in the kraken.jsonc file. This centralized repository configuration allows quick updates and accurate task execution across codebases.

Can I assign tasks to specific git repositories using commands?

Yes, you can assign tasks to specific git repositories via commands or scheduling. The Skill handles task routing based on your repository configurations and user commands to ensure seamless integration with project workflows.

How do I set a default repository for my project workflows in Kraken?

You set a default repository by editing the kraken.jsonc file to designate a primary repo path. This ensures accurate environment setup and default task execution when managing multiple codebases within Kraken.

Do I need to reload the Kraken daemon after updating repository paths?

Yes, you need to reload the Kraken daemon after updating repository paths in the kraken.jsonc file. Reloading applies the configuration changes, ensuring seamless integration with local repository paths and project workflows.