The status line will render like:
2026-07-23 14:14:49 ~/workplace/assistant [ctx:13% | 26.0k]The status line will render like:
2026-07-23 14:14:49 ~/workplace/assistant [ctx:13% | 26.0k]kai campaign
Executive Summary
Weekly community engagement picnic with focus on rights education, community speakers, community, food, relaxing activities, live music and mutual aid.
Background
Kai Newkirk is running for AZ US Congress District 4. Newkirk campaign volunteers include folks like Liz Humphrey, who coordinates mutual aid donation and distribution. Newkirk is a progressive anti-ICE, anti-genocide, humanity first activist with fast growing support.
Problem Canvassing is hard and we volunteers need something to look forward to. Lack of third spaces shared with immediate neighbors makes people feel isolated.
code-reviewer is the substrate's second pair of eyes. Given a body of changed code — a branch, a commit range, a set of files — it returns findings: specific, located, severity-rated, confidence-marked. It reasons from the contracts a system promises and checks whether the code keeps them.
| #!/bin/sh | |
| input=$(cat) | |
| # Date/time (magenta) | |
| dt=$(date "+%Y-%m-%d %H:%M:%S") | |
| # Current directory styled like PS1: show ~ prefix when inside $HOME | |
| cwd=$(echo "$input" | jq -r '.workspace.current_dir // .cwd') | |
| home="$HOME" | |
| case "$cwd" in |
I'm a Senior Software Engineer with nine years of professional experience, one year at Cisco working on agentic systems, six years at Amazon working on customer facing .com product customization features, and two years at American Express. I hold a BS in Computer Science with a focus in Software Engineering from Arizona State University, and I spent a semester on exchange at the National University of Singapore. I'm especially passionate about effective agentic code development workflows, agentic systems, automation, process improvement, UX design, frontend engineering, and open source.
Outside of work, I enjoy playing guitar, piano, and other instruments and performing at open mics. I co-produced and co-starred in a local indie film. I love spending time with my 2 year old red heeler mix, Arabella.
Looking forward to working together!
If you're interested in chatting more, I've worked on a wide array of projects with diverse requirements and I'm always happy to talk about any of them. Some projects
| set -o vi | |
| autoload -Uz compinit | |
| compinit | |
| export NVM_DIR="$HOME/.nvm" | |
| [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm | |
| [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion | |
| nvm use 20 |
Ingest test code is "Me oh my, what a successful test!"
I'm building reddit-mcp — an MCP (Model Context Protocol) server that integrates Reddit API with AgentBase.me, a secure multitenant chat platform. This enables AI agents on AgentBase to interact with Reddit on behalf of authenticated users.
GitHub: https://github.com/prmichaelsen/reddit-mcp