Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: Pluqqy – Terminal based context management tool for AI coding (github.com/pluqqy)
8 points by tortilla 4 months ago | hide | past | favorite | 5 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)



On the not so serious landing page, I created a little interactive example that let's you see how different components can compose a "pipeline" to switch the context you feed your agent:

https://pluqqy.com/index.html#example-pipelines


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


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


does this need an api key?


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)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: