coleam00coleam00Communityยท12 Agent Skills Included

Archon

Run repeatable AI coding workflows from issue to pull request

Turns AI coding tasks into deterministic YAML workflows covering planning, implementation, testing, review, and PR creation. Runs each job in an isolated git worktree so multiple fixes execute in parallel without conflicts or forgotten steps. Includes ready-made workflows for fixing GitHub issues, triaging tickets, reviewing PRs, and shipping releases with human approval gates.
npx skills add coleam00/Archon --all -g -y
Available:

Gives the AI agent the canonical operating rules for working on Archon, covering product boundaries, engineering judgment, workflow-language design, and how to scope skills and tools per workflow node.

All Skills in This Repository (12)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
coleam00coleam00

playwright-cli

Automate browser interactions and testing workflows from the command line.

Community
Advanced
๐Ÿ“ฆ In Repo
coleam00coleam00

agent-browser

Automate browser interactions for testing, form filling, and data extraction.

Community
Advanced
๐Ÿ“ฆ In Repo
coleam00coleam00

rulecheck

Scan codebases for CLAUDE.md rule violations, fix them in isolated worktrees, and create pull requests.

Community
Advanced
๐Ÿ“ฆ In Repo
coleam00coleam00

archon-dev

Route development tasks to specialized cookbooks for deterministic AI-assisted coding.

Community
Advanced
๐Ÿ“ฆ In Repo
coleam00coleam00

test-release

Automate end-to-end validation of released Archon binaries across brew, curl-mac, and curl-vps install paths.

Community
Advanced
๐Ÿ“ฆ In Repo
coleam00coleam00

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.

Community
Intermediate
๐Ÿ“ฆ In Repo
coleam00coleam00

release

Automate end-to-end release workflows with version bumps, changelogs, PRs, and tags.

Community
Advanced
๐Ÿ“ฆ In Repo
coleam00coleam00

triage

Apply type, effort, priority, and area labels to GitHub issues.

Community
Advanced
๐Ÿ“ฆ In Repo
coleam00coleam00

validate-ui

Validate the Archon Web UI with browser automation and codebase review.

Community
Advanced
๐Ÿ“ฆ In Repo
coleam00coleam00

save-task-list

Save current session task lists to .claude/archon/sessions/task-lists.jsonl for reuse.

Community
Advanced
๐Ÿ“ฆ In Repo
coleam00coleam00

replicate-issue

Replicate GitHub issues in Archon using browser automation and generate findings reports.

Community
Advanced
๐Ÿ“ฆ In Repo
coleam00coleam00

archon-cli

Run, manage, and author Archon AI coding workflows through the archon CLI.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’