Like many developers working with AI daily, I hit the same wall over and over:
So I built Lumra — and more specifically, a VS Code extension that brings structured prompt management directly into the development workflow.
Explore it here: Lumra
VS Code Extension: Lumra VSCode Extension
The Core Idea
Instead of treating prompts as disposable inputs, Lumra treats them as reusable, structured assets.
Inside VS Code, you can:
Why This Changes the Workflow
You stop thinking:
“What was that prompt again?”
And start thinking:
“Which prompt module should I use here?”
This shift alone removes a lot of friction.
When combined with GitHub Copilot, things get interesting:
You’re essentially giving Copilot better instructions, instantly.
One of the most powerful features is the Prompt Chain Planner.
Instead of writing one big messy prompt, you:
This leads to:
If you're experimenting with AI agents or multi-step workflows:
This makes Lumra a solid foundation for building agent-like systems without overengineering.
No more context switching.
Just:
Write code → Trigger prompt → Get result → Iterate
What It Feels Like in Practice
A simple flow becomes:
Over time, you build a personal prompt library that actually compounds in value.
Why I Built This
I didn’t want another prompt library.
I wanted:
Would Love Feedback
If you're building with AI, experimenting with agents, or just tired of messy prompt workflows, I’d love to hear what you think.
Try it here: Lumra
Install extension: Lumra VSCode Extension
What’s your current prompt workflow like?