Show HN: Pluqqy – Terminal based context management tool for AI coding (github.com)

🤖 AI Summary
Pluqqy is a terminal-first context management tool for AI coding assistants that helps you build, reuse and compose minimal, task-focused instruction sets. You create components (contexts, prompts, rules) and combine them into named pipelines; setting a pipeline generates a configurable PLUQQY.md file that you can reference from tools like Claude Code via @PLUQQY.md instead of copy‑pasting prompts. Pipelines update the generated file automatically, so you keep one source of truth while switching instruction sets without inflating prompt context. For developers and prompt engineers this reduces context bloat and ambiguity about which instructions are active, improving reproducibility and iteration speed. Pluqqy ships as a Go CLI/TUI (git clone + make install) and uses a .pluqqy directory containing pipelines, components, archives and tmp output. The tool supports JSON/YAML output, clipboard copy, an enhanced editor (external editor integration), searchable/taggable components, usage tracking, and Mermaid diagram export for pipeline visualization. Commands cover full lifecycle (create/edit/archive/restore/delete/set/show/export), and keyboard-driven TUI workflows speed composition. Cross-platform shortcut consistency and export formats make it easy to integrate into CI, team workflows, or editor/tooling, offering a practical way to modularize prompts and preserve scarce model context for higher-quality code generation.
Loading comments...
loading comments...