lythoskill-arena

Solid

Test play for skills and deck configurations. DEFAULT: agent reads config, spawns parallel subagents via native Agent tool, judges outputs. Single-deck test AND multi-deck A/B comparison both run agent-orchestrated (no CLI). Cross-player comparison (kimi vs codex) is the ONLY case that needs the CLI runner. Always restores parent deck. No install, no working-set pollution, no deck overwrite. Subagent-friendly: resumes interrupted runs from saved state. CRITICAL: experiments run in `/tmp`, never in committed directories. Subagent inherits parent CWD — prompt must explicitly set workDir.

AI & Automation 3 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Skill Arena > Test play for skills and deck configurations. Not "which is best" — "which is best for what." ## Decision Tree (READ FIRST) ``` User says: "test/compare/arena/benchmark/A vs B" │ ├── Cross-PLAYER? (kimi vs codex vs claude) │ OR user explicitly says useAgent/specific player │ OR platform doesn't support Agent tool subagents │ → CLI runner REQUIRED (useAgent → Bun.spawn) │ → bunx @lythos/skill-arena vs --config arena.toml │ → Each side spawns its player CLI process │ └── Same player, different DECKS? (DEFAULT) → Agent-orchestrated — NO CLI → YOU spawn subagents via Agent tool → CLI prepare-workdir + CLI archive + parallel dispatch → Judge subagent collects + scores ``` ## Default: Agent-Orchestrated (single & cross-deck vs) **This is how arena works 95% of the time.** The agent and CLI operate as a two-way control transfer protocol. Agent delegates mechanical invariants to CLI. CLI hands control back via its exit paths (success → next step; error → fix command). Agent stays in its own main loop — the subagent pattern is container spawn, not external RPC. ```mermaid flowchart TD A["🤖 Agent: parse request"] --> B{Cross-PLAYER?} B -->|Yes| C[🔧 CLI vs --config] B -->|No — DEFAULT| D["🤖 Agent → 🔧 CLI: prepare-workdir"] D -->|"✅ workdir ready"| E["🤖 Agent: spawn subagents"] E --> F["🤖 Subagents: execute + write artifacts"] F --> G["🤖 Agent: c...

Details

Author
lythos-labs
Repository
lythos-labs/lythoskill
Created
4 months ago
Last Updated
today
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category