Show HN: Pluqqy – Terminal based context management tool for AI coding

(github.com)

5 points by tortilla 8 hours ago

4 comments

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)

smcleod 6 hours ago

I was looking for something like this the other day, thanks for sharing I'll be sure to try it out.

  • tortilla 5 hours ago

    Let me know how it goes for you (email in profile). Cheers!

danggit 7 hours ago

does this need an api key?

  • tortilla 6 hours ago

    No, Pluqqy doesn’t connect to LLMs. You generate your own context (though you could use AI externally to help get started or to refine)