This repository houses the global configuration, landing page profile, central installation scripts, and shared developer doctrines for TheColliery organization.
- CoalMine: Quality-canary skills suite for AI coding agents.
- CoalTipple: Model and effort router with budget protection locks.
- CoalBoard: Consensus & debate board — diverse lenses verify error-not-allowed work before it ships.
You can install any or all tools in the series (CoalMine, CoalTipple, CoalBoard) using the central installer located in this repository:
curl -fsSL https://raw.githubusercontent.com/TheColliery/.github/main/install.mjs -o colliery-install.mjs
node colliery-install.mjs all # the whole suite
node colliery-install.mjs 3 # just CoalBoard
node colliery-install.mjs 1 2 3 # CoalMine + CoalTipple + CoalBoardPeriodic blind output-quality evaluations and regression tests. To keep them honest, this page links to each tool's RESULTS.md (the single source of truth) and never copies the figures -- so a number here cannot drift from, or be invented apart from, the measured run.
- CoalMine -- defect-detection recall/precision on 16 fixtures (12 with planted defects — 13 in total, one fixture plants 2 — plus 4 clean decoys), Claude Code. Results: benchmarks/CoalMine/RESULTS.md.
- CoalTipple -- dynamic model escalation + output correctness across 5 domains (crypto, proof, research, legal, voice), Claude Code. Results: benchmarks/CoalTipple/RESULTS.md; routing-cost savings: benchmarks/CoalTipple/ROUTING-SAVINGS.md.
- CoalBoard -- with-the-board-vs-without on error-not-allowed tasks, two platforms (Claude Code reliability + Antigravity cross-vendor), including the honest correlated-blind-spot ceiling. Results: benchmarks/CoalBoard/results/.
This specific repository (.github) manages the following internal assets:
profile/README.md: The main landing page displayed on the TheColliery Organization Profile.install.mjs: The unified cross-platform DLC selector installation script for all active tools in the suite.DESIGN-PRINCIPLES.md: The Quantum 11 performance & design guidelines governing all series projects.hooks-safety.md: The Phoenix 13 safety hook commandments (sandboxing, fail-silent execution).scripts-quality.md: The CLI and script quality rules for release-gating.DOC-PATTERN.md: The shared public-doc pattern (README / SECURITY / CONTRIBUTING / PRIVACY) that keeps every repo's docs sibling-consistent.
For the public-facing organization profile, please visit github.com/TheColliery.