Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Automated smoke test for a released archon binary. Covers three install paths:
brew — Homebrew tap on macOS (tests the formula and checksums)curl-mac — curl install.sh on macOS (tests the install script, sandboxed to a temp dir)curl-vps — curl install.sh on a remote Linux VPS (tests the Linux binary and full install path)Every path installs the binary, runs a fixed smoke test suite, and cleans up. The dev bun link binary is never touched and remains the default archon on PATH throughout.
When NOT to use this skill:
bash scripts/build-binaries.sh and run it from dist/binaries/ directlybun run validate or invoke source directly via bun packages/cli/src/cli.tsdeploy/cloud-init.yml on a real VPSTo build a binary locally with the exact same flags and constants that CI uses,
invoke scripts/build-binaries.sh directly. The script supports two modes:
npx skills add coleam00/Archon --skill test-releaseHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.