register

Register new sub-repositories with an orchestrator by updating the manifest and cloning.

Updated May 7, 2026
One-click install
npx skills add https://github.com/ChazzCoin/claude-orchestrator --skill register-chazzcoin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: register
Source: https://github.com/ChazzCoin/claude-orchestrator/tree/main/kit/skills/register
Command: npx skills add https://github.com/ChazzCoin/claude-orchestrator --skill register-chazzcoin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of adding new sub-repositories to the orchestrator, automating the creation of necessary files and managing the repository setup.

Core Features & Use Cases

  • Sub-repo Registration: Automates the addition of new sub-repositories to the orchestrator.
  • Manifest Update: Updates the state/manifest.md file with the new sub-repo information.
  • State File Creation: Generates a state file for the new sub-repo.
  • Repository Clone: Clones the new sub-repo into the orchestrator's workspace.
  • Optional Scaffold: Offers to create a scaffold PR for the .claude/shared/ directory.
  • Use Case: Use this Skill to add a new API repository to the orchestrator, automatically handling the registration, state file creation, and cloning process.

Quick Start

Run /register <sub-repo-url> to register a new sub-repo with the orchestrator.

Frequently Asked Questions about register

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

FAQPage Schema
How do I register a new sub-repository with an orchestrator?

Registering a sub-repository requires verifying the remote URL reachability, manifest uniqueness, and local workspace conditions. Once verified, the Skill updates the manifest, creates a state file, and clones the repository into the orchestrator's workspace.

What does sub-repo registration automate in a multi-repository workspace?

Sub-repo registration automates manifest updates, state file creation, and repository cloning. It simplifies adding new sub-repositories to the orchestrator by managing the necessary file generation and workspace setup automatically.

Do I need a reachable remote URL before adding a sub-repo to the manifest?

Yes, you need a reachable remote URL. The registration process requires verification of remote URL reachability, manifest uniqueness, and local workspace conditions before successfully adding the new sub-repository.

Can I scaffold a shared-context directory when cloning a new repository?

Yes, you can scaffold a shared-context directory. After cloning the repository, the Skill optionally offers to create a scaffold PR for the `.claude/shared/` directory to establish the shared-context channel.

Why does adding a sub-repo fail during workspace verification?

Adding a sub-repo fails if the pre-registration checks are not met. The process strictly requires remote URL reachability, manifest uniqueness to avoid duplicates, and valid local workspace conditions before proceeding.