aisessions.dev • AI Sessions MCP • humans.md • Pair • absolutelyright.lol • Auto PR Screenshots
aisessions.dev
October 2025
A web platform for sharing AI coding sessions with the world. Upload and publish transcripts from Claude Code, Codex, and other AI coding assistants.
Built to make it easy for developers to showcase their AI-assisted development workflows, learn from each other’s sessions, and share interesting coding conversations. Inspired by Amp’s approach to sharing AI sessions.
AI Sessions MCP
October 2025
A Model Context Protocol (MCP) server that provides access to your AI assistant CLI sessions from Claude Code, Gemini CLI, OpenAI Codex, and opencode.
Allows AI tools to search, list, and read your previous local coding sessions. Useful for finding past solutions, reviewing recent work, learning from previous conversations, and resuming interrupted tasks.
humans.md
September 2025
Notes on AI-assisted coding. Bite-sized, practical lessons from coding with AI agents like Claude Code, Codex, and others.
Pair
September 2025
A CLI utility that orchestrates coding agents working together in a pair programming session. The navigator and driver roles can each run on different providers, using the SDKs from Claude Code and opencode.
Features:
- Two-agent collaboration with distinct navigator and driver roles
- Multi-provider and multi-model (Claude Code, opencode)
- Flexible model configuration per role
absolutelyright.lol
September 2025
A scientifically rigorous tracking system for how often Claude Code validates my life choices.
Tracks how many times Claude Code says “absolutely right” vs just “right” in coding sessions. Built with Rust (Axum + SQLite backend), HTML/JS frontend with “hand-drawn” charts, and Python scripts for collecting data from Claude Code sessions.
Auto PR Screenshots
August 2025
A GitHub Action that automatically captures and posts screenshots of your web app to pull requests. Perfect when using AI tools to create PRs, making it easy to visually see the changes.
Features:
- Smart PR comments that update with each push
- Simple setup with minimal configuration