commit
Create an atomic commit for current changes
Prime agent with full Archon codebase understanding
$ npx -y skills add coleam00/Archon --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/primeContext preview
What this command does when you run it.
Prime agent with full Archon codebase understanding
description: Prime agent with full Archon codebase understanding
Build comprehensive understanding of the Archon monorepo before beginning any work. This orients you on structure, active state, and key architectural conventions.
List the monorepo packages: !`ls packages/`
Show workspace scripts: !`cat package.json | head -35`
Read `CLAUDE.md` in full — it contains the authoritative architecture reference, engineering principles, import patterns, and development guidelines for this project.
Read these files to understand the primary message and execution flow:
Read the dependency chain (no @archon/* deps → most isolated):
Check recent commits: !`git log -10 --oneline`
Check current branch and working tree status: !`git status`
List any active worktrees: !`git worktree list`
Provide a concise summary (under 300 words) covering:
**Keep it scannable — bullets over prose.**
The first open-source harness builder for AI coding. Make AI coding deterministic and repeatable.
Repo: coleam00/Archon
Create an atomic commit for current changes
Meta command creator - generates slash commands following established patterns
Execute an Archon implementation plan file
Implement fix from RCA document for GitHub issue
Analyze and document root cause for a GitHub issue
Write a session handoff document for the next agent or session