Code & Tools

Code snippets, configurations, and developer tools I've collected. Shell scripts, workflows, and practical solutions.

Tools

Spec-Driven Development with Beads

Jan 11, 2026bash

A lightweight, git-backed task tracking system that models dependencies and surfaces ready work. Perfect for agent-assisted development and TDD workflows.

Beads + AI Agents: Session Continuity

Jan 11, 2026bash

How to use Beads with AI coding agents (Claude, Cursor, etc.) for persistent task context across sessions.

Shell

Interactive Help System for Shell Configurations

Jun 29, 2025bash

A script to create a searchable, topic-based documentation system for terminal shell configurations, allowing users to access help topics and search for specific content.

ZSH Configuration Patterns & Productivity Enhancements

Jun 29, 2025bash

A modular ZSH configuration script with essential options, path management, CLI tool replacements, productivity aliases, an interactive help system, and FZF productivity functions.

JSON Formatting and Extraction

Jun 29, 2025bash

Aliases for formatting and extracting data from JSON using Python and jq, suitable for command-line usage.

Python

Python Virtual Environment Helpers

Jun 29, 2025bash

Functions to create, activate, upgrade, deactivate, and remove Python virtual environments.

Git

Useful Git Aliases

Jun 29, 2025git config

Defines helpful Git aliases for cleaning up branches, viewing recent branches, interactive rebasing, pretty logging, undoing commits, amending commits, and listing aliases.