archon

Manage multiple AI coding sessions through isolated git worktrees.

65|19|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/Wirasm/kild --skill archon-wirasm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archon
Source: https://github.com/Wirasm/kild/tree/main/.claude/skills/archon
Command: npx skills add https://github.com/Wirasm/kild --skill archon-wirasm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the management of multiple AI coding assistants by enabling users to easily coordinate parallel development environments.

Core Features & Use Cases

  • Isolated Worktrees: Creates dedicated git worktrees per session with automatic branch setup.
  • Session Persistence: Maintains active sessions across terminal restarts for uninterrupted work.
  • Agent Management: Supports teams of AI agents across different platforms and interfaces.
  • Use Case: Developers can run several AI agents simultaneously to experiment with different tasks and compare results side-by-side in a centralized interface.

Quick Start

Use the archon skill to initialize a new AI session with a custom branch name and agent type.

Frequently Asked Questions about archon

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

FAQPage Schema
How do I manage parallel AI coding sessions using git worktrees?

Managing parallel AI coding sessions with git worktrees involves creating isolated development branches for each agent. This skill configures dedicated worktrees per session, allowing multiple AI agents to operate simultaneously without file conflicts.

What is the best way to run multiple AI agents on the same codebase?

Running multiple AI agents on the same codebase requires isolated environments to prevent overlapping changes. Using git worktrees provides each AI agent a dedicated working directory and branch, enabling side-by-side experimentation and comparison.

Do I need git worktrees to maintain persistent AI development sessions across terminal restarts?

You do not strictly need git worktrees for persistence, but they provide the isolated environments required. This skill maintains active AI session states across terminal restarts by leveraging worktrees to preserve the ongoing development context.

Can I use isolated worktrees to compare different AI agent tasks side-by-side?

Yes, you can use isolated worktrees to compare AI agent tasks side-by-side. The skill configures parallel development environments where developers can run several AI agents simultaneously and evaluate experimental results in a centralized interface.

Does session management for parallel development support multi-agent workflows across different platforms?

Session management for parallel development supports multi-agent workflows across various platforms and interfaces. The skill facilitates agent team operations and configures environment setups for developers and AI researchers needing parallel environments.