Show HN: Pluqqy – Terminal based context management tool for AI coding
(github.com)5 points by tortilla 8 hours ago
I vibe-coded a terminal tool called Pluqqy (I had a dormant domain on hand) to help me keep LLM context organized while coding with AI. It’s my first time writing Go and my first terminal app, built almost entirely with Claude Code.
• What it does: Pluqqy lets you manage prompts, rules, and context as small building blocks, then stitch them together into a single file (like AGENT.md or CLAUDE.md) that your coding agent can consume. It’s meant to reduce context drift and make iteration easier.
• Why I built it: I was losing track of my agent context between sessions and wanted something lightweight, reproducible, and terminal-native.
• Status: This is more of an experiment / thought-tool than a maintained project. It works on Mac; Windows/Linux haven’t been tested much.
• Install: go install github.com/pluqqy/pluqqy-terminal/cmd/pluqqy@latest
• Landing page: https://pluqqy.com (just had fun with it)
I was looking for something like this the other day, thanks for sharing I'll be sure to try it out.