Skip to content
View crodris's full-sized avatar
🤷‍♂️
works on my machine
🤷‍♂️
works on my machine

Organizations

@slickage

Block or report crodris

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
crodris/README.md

Hi, I'm Chris

Full Stack Software Engineer, based in Irvine, California.

What I'm building

A baby tracker my wife and I use every day. Feeds, sleep, diapers, growth and photos, shared between both parents in real time, with an assistant that answers from your own logs only if you switch that on. Installable on the web, with a React Native app alongside it. (writeup)

Logging an activity in Storkie, with the day's timeline behind it

A birthday site for my son

A password gated party site built as a space mission: launch codes at the door, an RSVP manifest, and a solar system in Three.js you fall through as you scroll, rendered with a dithered pixel look. (writeup)

Entering the launch code, the rocket lifting off, and the RSVP dashboard waiting behind the gate

Keeps track of what every coding agent is doing across a pile of git worktrees. It reads transcripts and git instead of asking you to maintain any state of your own, distills each worktree to a line, and serves the same data three ways: a board, a TUI, and an MCP server agents can query. No daemon, no API key required. (writeup)

The ctx TUI: a board of worktrees with branch, session status, last activity and a one line task, and below it the expanded recap for the selected worktree

Overlap

Compares which files each active branch is touching and raises a flag when two of them start colliding, early, while the divergence is still cheap to fix. A web app, an API and a polling worker over Postgres. Not deployed at the moment. (writeup)

Overlap

Where all of the above are written up. TanStack Start on Vercel.

clykr.io

Smaller public things

  • skills - Claude Code skills and plugins I've built for my own workflow
  • bmi-calc - A BMI calculator I made for my wife to use at work

Pinned Loading

  1. ctx ctx Public

    Context-switching companion for git worktrees and coding-agent sessions: a board, recaps, and an MCP server built from transcripts and git state.

    TypeScript

  2. skills skills Public

    Collection of my claude plugins

    Shell 1

  3. deepseek-chat-ext deepseek-chat-ext Public

    For fun project to try out deepseek-r1:7b as a local VSCode extension

    TypeScript

  4. slickage/claude-plugins slickage/claude-plugins Public

    Collection of slickage claude plugins

    Shell

  5. slickage/slickage-website slickage/slickage-website Public

    TypeScript

  6. bmi-calc bmi-calc Public

    Simple BMI Calculator for my wife to use at her job

    TypeScript