conductor-worktree-setup

Bootstrap Cogni Conductor worktrees by wiring conductor.json, symlinks, and launch-pack references.

4|5|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/cogni-dao/cogni --skill conductor-worktree-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor-worktree-setup
Source: https://github.com/cogni-dao/cogni/tree/main/.claude/skills/conductor-worktree-setup
Command: npx skills add https://github.com/cogni-dao/cogni --skill conductor-worktree-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers set up, review, or modify the Cogni Conductor worktree bootstrap, including conductor.json, the setup script, secret/auth symlinks, and AI launch-pack references for human or AI developers.

Core Features & Use Cases

  • Bootstraps the Conductor worktree by wiring conductor.json to the setup script and ensuring a consistent bootstrap process.
  • Secret/Auth Management keeps sensitive keys in symlinks rather than copying them into worktrees, reducing risk.
  • Launch-Pack Coordination references and aligns AI launch-pack assets with the Conductor workspace for smooth handoffs.

Quick Start

Set COGNI_TEMPLATE_ROOT to your primary Cogni checkout and run scripts/conductor-worktree-setup.sh from the primary workspace to bootstrap a Conductor worktree.

Frequently Asked Questions about conductor-worktree-setup

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

FAQPage Schema
How do I bootstrap a Cogni Conductor worktree safely?

To bootstrap a Cogni Conductor worktree safely, set COGNI_TEMPLATE_ROOT to your primary checkout and run the setup script to wire conductor.json, symlinks, and launch-pack references.

What does setting up conductor symlinks for auth and secrets achieve?

Setting up conductor symlinks for auth and secrets keeps sensitive keys linked rather than copied into worktrees, reducing risk while ensuring required file wiring and reproducible bootstrap invariants.

How does the Conductor workspace setup script integrate AI launch-pack references?

The Conductor workspace setup script integrates AI launch-pack references by coordinating and aligning launch-pack assets with the workspace, ensuring smooth handoffs and reference integration for AI developers.

Do I need a primary Cogni checkout before running the worktree setup script?

Yes, you need a primary Cogni checkout before running the worktree setup script, because COGNI_TEMPLATE_ROOT must point to it to properly generate the required file wiring and symlinks for bootstrapping.

Can I modify conductor.json and existing symlinks in an already bootstrapped worktree?

Yes, you can modify conductor.json and existing symlinks in an already bootstrapped worktree, as the setup script applies to reviewing or changing the workspace to enforce file wiring and setup invariants.