commit
Create an atomic commit for current changes
Prime agent with Archon frontend (React/Web UI) context
$ npx -y skills add coleam00/Archon --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/prime-frontendContext preview
What this command does when you run it.
Prime agent with Archon frontend (React/Web UI) context
description: Prime agent with Archon frontend (React/Web UI) context
Orient on the React frontend (`packages/web/`) before working on Web UI code. Also covers the server-side Web adapter that feeds data to the UI via SSE.
Read `packages/web/package.json` for exact dependency versions (React 19, Vite 6, TanStack Query v5, React Router v7, Tailwind v4, shadcn/ui).
Read `packages/web/src/App.tsx` for routes, layout, QueryClient config, and ErrorBoundary.
List route pages: !`ls packages/web/src/routes/`
List component directories: !`ls packages/web/src/components/`
List each component subdirectory to understand the breakdown (chat, conversations, dashboard, layout, sidebar, ui, workflows): !`ls packages/web/src/components/chat/ packages/web/src/components/workflows/ packages/web/src/components/layout/`
Read `packages/web/src/lib/api.ts` — API client with REST functions and SSE base URL logic.
Read hooks in `packages/web/src/hooks/`: !`ls packages/web/src/hooks/`
Read `packages/web/src/hooks/useSSE.ts` for the SSE streaming pattern.
Read `packages/web/src/index.css` for the Tailwind v4 `@theme inline {}` block — this is the single source of truth for colors, fonts, and design tokens (dark theme only, blue accents, Inter + JetBrains Mono fonts). Note: uses `@import "tailwindcss"` (not `@tailwind` directives).
Read `packages/server/src/adapters/web/` files — the Web adapter uses SSE for streaming and `sendStructuredEvent()` for rich tool call data. !`ls packages/server/src/adapters/web/`
Read `packages/server/src/routes/api.ts` first 80 lines for API route structure.
!`git log -8 --oneline -- packages/web/ packages/server/src/adapters/web/`
Summarize (under 200 words):
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