📄 skillActivePromisinghigh

coleam00/Archon

by coleam00

The first open-source harness builder for AI coding. Make AI coding deterministic and repeatable.

Supported Platforms

🤖 Claude Code

Stars

22.4k

Skill Type

🚀 CI/CD & Deployment

Quality Score

107/200

License

MIT

Forks

3.4k

Last Updated

Jul 26, 2026

Discovered

May 11, 2026

Validation

Passed

github.com/coleam00/Archon

Quality Breakdown

107/ 200

Content Signals

Gotchas/Edge Cases+40
Progressive Disclosure+30
Trigger Description+20
Verification/Safety+20
Code Examples+15
Composability+15

Repo Health

Recent Activity+15
Scripts/Automation+10
Real Usage (Issues)+10
Single Responsibility+10
Config/Persistence+10
Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

high

Broad system access required. Carefully review permissions before installing.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Multi-agent spawning and orchestration: Repository contains extensive workflow definitions (.archon/workflows/) that spawn multiple AI agents in sequence and parallel, enabling autonomous multi-agent coordination without explicit human approval gates between stages
  • Autonomous code execution without human approval: Workflows automate full development cycles (planning → implementation → validation → PR creation) with AI agents making autonomous decisions at each step
  • Shell/script execution capabilities: Repository includes .archon/scripts/ with TypeScript and shell scripts (marketplace-security-scan.ts, maintainer-standup scripts) that execute system commands and interact with git/GitHub APIs
  • Git worktree management and repository modification: Workflows create isolated git worktrees and perform autonomous git operations (commits, branch creation, PR submission) without explicit per-action human approval
  • Test fixtures for malicious code patterns: .archon/scripts/__tests__/fixtures/malicious/ contains intentional examples of credential leaks, reverse shells, RCE, shell injection, and data exfiltration - suggesting the tool is designed to handle or execute potentially dangerous code patterns
  • Persistent configuration in repository: .archon/config.yaml and .archon/commands/ directory establish persistent automation configuration that modifies development behavior across all invocations

Related guides