Promptcellar is an open-source Claude Code plugin that auto-logs every AI prompt you send into a structured JSONL file in your git repo (.prompts/). The conversations that produced your code now live next to your code, version with your code, and stay on your machine - readable with jq, redacted for secrets by default, in an open format (PLF) any tool can read or write. MIT-licensed.
No reviews yetBe the first to leave a review for Promptcellar
Maker
📌
Hi I'm Dominiek, maker of Promptcellar.
When I switched to AI coding tools full-time, I realized I had no record of the prompts that produced my code - weeks of context disappearing into chat history. So I built a Claude Code plugin that logs every prompt to your git repo automatically.
What it does:
- Captures every prompt + git state + outcome to .prompts/
- Open format (PLF) so any tool can read or write it
- Built-in redaction for secrets and PII — never leaves your machine
Why it matters: The signal to your projects is becoming more important than the implementation code.
Would love to hear your feedback.