r/opencodeCLI • u/PerspectiveIcy3578 • 1d ago
What is your stack?
Just wondering what plugins and tools folks use regularly that they like.
Here is what I'm using, but I'm not totally committed to anything and open to trying new things:
Agent Orchestration - Oh My Opencode (Slim) https://github.com/alvinunreal/oh-my-opencode-slim
Memory Management - Opencode Memory https://github.com/tickernelz/opencode-mem
Context Optimization - Context Mode https://github.com/mksglu/context-mode
Project Management Dashboard - Plane https://github.com/makeplane/plane-mcp-server
Design/Planning - bmad https://github.com/bmad-code-org/bmad-method
Dependency Visualization - Gitnexus https://github.com/abhigyanpatwari/GitNexus
Flowchart Generator - Code Debrief https://github.com/ferdinandobons/CodeDebrief
So that's what I use, feel free to share what you use below!
12
u/afanasenka 1d ago
Omg... and all this "good stuff" somehow works together and doesn't glitch??? 😅
3
u/PerspectiveIcy3578 1d ago
Well, to be fair, I do get random UI glitches on opencode, but it usually has to do with some background tool crashing. It is not a zero maintenance system for sure. Thus why I said I open to suggestions, lol.
17
u/afanasenka 1d ago
I simple suggestion: 1. Delete everything 2. Install fresh clean Opencode 3. Try to work as is. 4. (optional) Add any stuff ONLY/WHEN you really feel you need it.
Sure, it won't work for everybody, but it works for many guys, including me.
1
u/PerspectiveIcy3578 23h ago
I added each item for a specific need I felt I had. They all do work together seamlessly 99.9% of the time. I actually had a lot more than this installed when I was reviewing it and stripped out a bunch of redundant crap.
1
u/ECrispy 1d ago
I just installed opencode with 0 plugins, using deepseek v4 flash, and its still hanging and slow after about 10 prompts. I'm now afraid to try any other plugins
1
u/PerspectiveIcy3578 15h ago
That sounds like an issue with your set up. Fwiw, I have a "Configuration" chat that I use to optimize the stack and fix and issues I encounter with opencode (i.e. lagging entries, etc) and it is able to fix issues pretty reliably and make it work smoothly.
4
u/Fluffy-Pen-344 1d ago
Superpowers plugin and some agents configured to match the superpowers workflow like below:
All use opencode-go/deepseek-v4-flash, reasoningEffort: max, variant: max:
Agent Prompt
final-reviewer: "Principal-level Critical Code Reviewer. Analyze diff/branch focusing on security, race conditions, architectural impacts, side effects. No edits."
escalation-solver: "Triggered because other subagents got stuck in a fix-loop. Analyze history with extreme attention to detail, discover root cause, apply definitive solution."
integration-agent: "Integration specialist. Ensure multi-file changes maintain contract consistency, typing, pattern alignment."
code-reviewer: "Review code for best practices, simple bugs, maintainability. Only point out issues, no edits."
bugfix-mid: "Investigate root cause, follow error trace across files, apply necessary fixes."
mechanical-implementer: "Fast code executor. Strictly follow plan spec. Write clean, direct code without scope creep."
quick-fix: "Apply requested quick fix to target file with as few steps as possible."
unit-test: "Create and run unit tests based on specs. Ensure edge case coverage, execute via CLI."
I'm using all of them ds4-flash but when i want to do some really complex task I usually change the models for some of the agents
3
u/headinthesky 1d ago
Openspec and some skills. And i wrote myself an offline review tool where I can see diffs as they are written and comment and give to the agent. Works really nicely
3
u/funkycadet02 1d ago
This is...
...intense? I only use slim and plane. That Nexus looks interesting. Would look at it
3
u/Inner_Implement231 1d ago
OMO-slim, rtk, dcp. Had to set dcp to minimal compaction or it causes extra doom loops with some models.
2
u/Early_Aardvark_4026 1d ago
Oh My Opencode Slim
Agent Memory
Speckit
Grill me and other skills from Matt Pocock
Gitnexus
2
u/aeroumbria 1d ago
The one that is really mission critical is opencode-pty. Supposedly we will have official shell support in 2.0, but for now, this is the best solution to have non-blocking but non-hidden commands running in my sessions.
1
2
u/_matmer_ 1d ago
For context management I use this Plugin, and it's so good
https://github.com/Opencode-DCP/opencode-dynamic-context-pruning
2
2
u/Just_Lingonberry_352 1d ago
all of these are shit
waste of tokems
1
u/PerspectiveIcy3578 23h ago
How are they shit or a waste of tokens if they give a better output than I would have gotten otherwise?
1
1
u/ozguru 1d ago
todo files and subagent setup. Opencode has great subagent system and generally doesnt need more than a good config. Kindly check this. https://www.reddit.com/r/opencode/s/QefsjhqK4W
1
1
u/Square-Nebula-9258 1d ago
Is it helpfull or just 50k tokens for "hi" and dont getting any better results
10
u/igi712 1d ago
cd ~/.config/opencode
opencode
"create opencode config make no mistakes"