archon

Orchestrate AI workflows in isolated git worktrees using YAML frontmatter.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/sicallan/domain-knowledge-management --skill archon-sicallan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archon
Source: https://github.com/sicallan/domain-knowledge-management/tree/main/.claude/skills/archon
Command: npx skills add https://github.com/sicallan/domain-knowledge-management --skill archon-sicallan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archon provides a centralized way to run, author, and configure AI workflows across repositories in isolated git worktrees, enabling reproducible automation and safer experimentation.

Core Features & Use Cases

  • Run AI workflows in isolated worktrees to keep main worktrees clean.
  • Create and modify workflows and commands, and tune per-repo or global Archon configuration.
  • Load bundled defaults or repository-specific overrides and integrate with live references.

Quick Start

Install the Archon CLI, initialize your repository with a .archon structure, and run a sample workflow to observe isolated, reproducible executions.

Frequently Asked Questions about archon

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

FAQPage Schema
How do I run AI workflows in isolated git worktrees?

Run AI workflows in isolated git worktrees by using Archon to execute commands, prompts, and scripts in a separate worktree, keeping your main repository clean and ensuring reproducible automation.

What is the best way to orchestrate AI commands without affecting my main repository?

Orchestrating AI commands without affecting your main repository is best achieved by using Archon to execute workflows in isolated git worktrees, ensuring safer experimentation and reproducible results.

How do I create new workflows and commands for repository automation?

Create new workflows and commands for repository automation by authoring them within your .archon structure, using YAML frontmatter for discovery and the Archon CLI for reliable execution.

Do I need a specific directory structure to manage configurations across multiple platforms?

Managing configurations across multiple platforms requires a working repository with a .archon directory structure, allowing you to load bundled defaults or apply repository-specific overrides globally.

How does isolated worktree execution keep automation reproducible?

Isolated worktree execution keeps automation reproducible by running prompts and scripts in a separate git worktree managed by Archon, preventing local changes from altering the main repository state.