Archon
Run repeatable AI coding workflows from issue to pull request
All Skills in This Repository (12)
Pure Emerald Level Indicatorsplaywright-cli
Automate browser interactions and testing workflows from the command line.
agent-browser
Automate browser interactions for testing, form filling, and data extraction.
rulecheck
Scan codebases for CLAUDE.md rule violations, fix them in isolated worktrees, and create pull requests.
archon-dev
Route development tasks to specialized cookbooks for deterministic AI-assisted coding.
test-release
Automate end-to-end validation of released Archon binaries across brew, curl-mac, and curl-vps install paths.
docker-extend
Generates personalized Dockerfile.user and docker-compose.override.yml files for each developer or CI setup, detecting DEV_MODE vs DEPLOY_MODE to modify user-facing files and reporting changes made.
release
Automate end-to-end release workflows with version bumps, changelogs, PRs, and tags.
triage
Apply type, effort, priority, and area labels to GitHub issues.
validate-ui
Validate the Archon Web UI with browser automation and codebase review.
save-task-list
Save current session task lists to .claude/archon/sessions/task-lists.jsonl for reuse.
replicate-issue
Replicate GitHub issues in Archon using browser automation and generate findings reports.
archon-cli
Run, manage, and author Archon AI coding workflows through the archon CLI.
Frequently Asked Questions
FAQPage SchemaHow to install Archon?โผ
Run `npx skills add coleam00/Archon --all -g -y` in your terminal to install all skills in this suite globally.
What problem does Archon solve?โผ
It makes AI coding agents predictable by encoding your development process as a YAML workflow, so planning, testing, review, and PR creation happen the same way every time.
Can Archon fix GitHub issues automatically?โผ
Yes. Built-in workflows classify an issue, plan the fix, implement it in an isolated worktree, run tests, and open a pull request with review.
Does Archon work with Claude Code and other agents?โผ
Yes. It orchestrates agents like Claude Code through a CLI, web dashboard, Slack, Telegram, or GitHub, and all skills follow the standard SKILL.md format.
Do I need to write code to use Archon?โผ
No. You describe the task in plain English and the agent selects and runs the right workflow, while pre-built workflows handle the technical steps.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core