onboard:link

Clone Git repositories into the Kagenti hub and verify skill discoverability.

292|103|Updated Mar 27, 2025
One-click install
npx skills add https://github.com/kagenti/kagenti --skill onboard-link
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard:link
Source: https://github.com/kagenti/kagenti/tree/main/.claude/skills/onboard%3Alink
Command: npx skills add https://github.com/kagenti/kagenti --skill onboard-link

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of integrating external code repositories into the Kagenti hub, making their skills discoverable and manageable.

Core Features & Use Cases

  • Repository Cloning: Clones specified Git repositories into the local .repos/ directory.
  • Skill Discovery Verification: Checks for the presence of .claude/skills/ and SKILL.md files to confirm skill discoverability.
  • Inventory Management: Updates the onboarded repositories list in .repos/README.md.
  • Use Case: Onboarding a new microservice repository into the Kagenti ecosystem to make its AI capabilities available to other agents.

Quick Start

Clone the repository located at github.com/example/new-repo into the .repos directory and verify its skills.

Frequently Asked Questions about onboard:link

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

FAQPage Schema
How does skill discovery verification work for onboarded repositories?

Skill discovery verification checks the cloned repository for `.claude/skills/` and `SKILL.md` files to confirm skills are discoverable. This ensures the external code repository integrates properly into the Kagenti hub and makes its AI capabilities available.

How do I update the onboarded repositories inventory in the Kagenti hub?

The best way to integrate external code repositories is to clone them into the local `.repos/` directory. The Skill then verifies skill discoverability, updates the onboarded repositories inventory, and commits these changes to the hub's README.

How do I make new microservice skills available to other agents in Kagenti?

Yes, you need `.claude/skills/` and `SKILL.md` files to onboard a repository into Kagenti. The Skill checks for the presence of these files to verify skill discoverability and ensure the repository's AI capabilities are manageable.

What are the limitations of cloning external repositories into the .repos directory?

Onboarding a repository commits changes to the hub's README to update the onboarded repositories inventory. This maintains an accurate record of integrated external code repositories within the Kagenti hub and makes their skills discoverable.