archon-archon

Automates creating and executing Archon workflows from the CLI.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/zillafan80-Maxzilla/claw-code-ubuntu-desktopUI --skill archon-archon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archon-archon
Source: https://github.com/zillafan80-Maxzilla/claw-code-ubuntu-desktopUI/tree/main/payload/claw-code/.claw/skills/archon-archon
Command: npx skills add https://github.com/zillafan80-Maxzilla/claw-code-ubuntu-desktopUI --skill archon-archon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Archon CLI Skill enables teams to run and manage Archon workflows directly from the command line, reducing setup friction and context switching.

Core Features & Use Cases

  • Create and execute workflows in isolated git worktrees
  • Manage Archon configuration and per-repo overrides from the CLI
  • Quick-start prompts for getting started and integrating with existing repos

Quick Start

Install Archon locally, then run a sample Archon workflow using the CLI to validate your environment.

Frequently Asked Questions about archon-archon

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

FAQPage Schema
How do I run Archon workflows from the command line?

You can run Archon workflows from the command line by using the Archon CLI to create and execute YAML workflow definitions directly in your local repositories. It automates the process and reduces setup friction.

What are isolated git worktrees used for in workflow management?

Isolated git worktrees provide a sandboxed environment for executing workflows, allowing DAGs and loop-based commands to run without affecting your main repository branches.

Can I configure per-node provider and model overrides in Archon?

Yes, Archon supports per-node provider and model overrides. You can define these configurations directly within your YAML workflow definitions and manage repo-scoped settings through frontmatter.

How do I set up Archon configuration across multiple local repositories?

You can manage Archon configuration across multiple local repositories by applying repo-scoped overrides from the CLI. It uses frontmatter and YAML definitions to apply specific settings per repository.

What is the best way to get started with automating CLI workflows?

The best way to get started is to install Archon locally and run a sample workflow using the CLI. This validates your environment and provides quick-start prompts for integrating with existing repositories.

Does Archon support loop and command-based DAGs?

Yes, Archon supports both loop and command-based DAGs. You can define these complex workflow structures within your YAML definitions and execute them in isolated worktrees.