archon

Automate Archon workflow orchestration and configuration management via the Archon CLI.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/softmg/hop-and-fill --skill archon-softmg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archon
Source: https://github.com/softmg/hop-and-fill/tree/main/.agents/skills/archon
Command: npx skills add https://github.com/softmg/hop-and-fill --skill archon-softmg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Archon users need a consistent, discoverable way to run workflows, author new commands, and configure Archon across repositories. This skill provides a centralized entry point to perform those actions via the Archon CLI, with references and best practices.

Core Features & Use Cases

  • Run Archon workflows to automate AI-driven tasks and fetch results.
  • Create and update workflow or command definitions, and set up Archon in new repositories.
  • Update Archon configuration and align global and repo-specific settings across environments.

Quick Start

Install Archon locally and run a starter workflow with archon workflow run archon-assist "Hello".

Frequently Asked Questions about archon

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

FAQPage Schema
How do I run an automated workflow using the Archon CLI?

To run an Archon workflow, use the Archon CLI to execute a command like `archon workflow run`, which automates AI-driven tasks and fetches the results directly from your repository environment.

What is the best way to set up Archon configuration across multiple repositories?

Managing Archon configuration across repositories involves using this skill to update settings and align global configurations with repo-specific parameters, ensuring consistent workflow orchestration across different environments.

How do I create new workflow and command definitions for Archon orchestration?

Creating new Archon workflow definitions requires authoring command definitions through the CLI, utilizing the SKILL.md frontmatter for naming and the Markdown body for operational instructions to automate tasks.

Can I use Archon to automate AI-driven tasks without additional dependencies?

Yes, Archon workflow orchestration operates with no external dependencies, allowing you to directly run workflows and manage configurations within your existing repositories using the standalone Archon CLI.

Why does my Archon workflow configuration need a SKILL.md file?

The SKILL.md file is required because Archon reads its frontmatter for the workflow name and description, using the Markdown body as operational instructions and optional resources loaded upon activation.