Skip to content
View cbeaulieu-gt's full-sized avatar

Highlights

  • Pro

Organizations

@glitchwerks

Block or report cbeaulieu-gt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cbeaulieu-gt/README.md

Christopher Beaulieu — Senior software engineer · Multi-domain generalist

about

Senior software engineer and multi-domain generalist. I build practical software systems — job-search tooling, AI agent harnesses, and the glue that makes them dependable. Lately that means a lot of agentic developer tooling: dispatch routing, deterministic workflows, and Claude Code harness design.

I care about the unglamorous parts — clear interfaces, honest defaults, and tools that fail loudly instead of silently.

currently

building   Claude Code harness & dispatch routing
learning   agentic development & AI
thinking   about deterministic AI workflows

Tip

Most of my recent work lives in small, sharp tools — readable over clever, deterministic over magic.

stack

Python · TypeScript · JavaScript · Go · React FastAPI · PostgreSQL · Docker · PowerShell · GitHub Actions

featured

  • job-matcher — scrapes public job APIs, scores postings against personal preferences with LLMs, surfaces them in a clean web UI.
  • rsl-siege-manager — full-stack Raid Shadow Legends clan-siege coordinator, Discord-native, self-hostable.
  • baton-harness — policy and tooling layer for running autonomous Claude Code agents: lifecycle hooks, an always-on daemon, and repo automation, packaged for reuse.
  • claude-wayfinder — deterministic dispatcher for Claude Code that routes each turn to the right agent or skill, instead of relying on freeform prompt matching.

find me

christopherbeaulieu.net · cmb_dev@outlook.com · LinkedIn

Pinned Loading

  1. glitchwerks/rsl-siege-manager glitchwerks/rsl-siege-manager Public

    A comprehensive web utility for coordinating Raid Shadow Legends clan siege assignments — validated, automated, Discord-native, and self-hostable. FastAPI + React + PostgreSQL + Discord bot.

    Python 2 1

  2. glitchwerks/baton-harness glitchwerks/baton-harness Public

    Harness for running Baton managed autonomous Claude jobs.

    Python

  3. glitchwerks/claude-prospector glitchwerks/claude-prospector Public

    Claude Code efficiency and hygiene toolkit — token spend analysis across the 5h / 7d / Sonnet-7d billing windows plus configuration overlap auditing. Ships as a Claude Code plugin with three skills…

    Python 2 1

  4. glitchwerks/rsl-mom-bot glitchwerks/rsl-mom-bot Public

    Discord bot for a Raid: Shadow Legends guild — reminders, role sync, and interactive slash commands, running on Azure Container Apps with Bicep IaC

    Python 1

  5. glitchwerks/claude-wayfinder glitchwerks/claude-wayfinder Public

    Deterministic, auditable agent/skill dispatch for Claude Code. A typed seven-decision scoring kernel runs after the router has read the conversation — post-cognitive routing instead of prose-scanni…

    Python 3