Code & Tools
Code snippets, configurations, and developer tools I've collected. Shell scripts, workflows, and practical solutions.
Tools
Spec-Driven Development with Beads
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
How to use Beads with AI coding agents (Claude, Cursor, etc.) for persistent task context across sessions.
Shell
Interactive Help System for Shell Configurations
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
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
Aliases for formatting and extracting data from JSON using Python and jq, suitable for command-line usage.
Python
Python Virtual Environment Helpers
Functions to create, activate, upgrade, deactivate, and remove Python virtual environments.
Git
Useful Git Aliases
Defines helpful Git aliases for cleaning up branches, viewing recent branches, interactive rebasing, pretty logging, undoing commits, amending commits, and listing aliases.