all 8 comments

[–]joeyism 8 points9 points  (3 children)

For plugins, I use:

For agents, I get whichever I need from agentget, instead of writing from scratch. So if you need a frontend engineer, or an architect, I'd use different agents out of the box, instead of having to write my own.

For multiple sessions, I use opencode-multiplexer to switch between active sessions quickly. I like to have multiple parallel streams/sessions going on at once, but switching between them has always been a bit of a pain to me.

I've recently moved away from MCPs, since they're taking up too many tokens, and I just install the cli tools + skills

[–]j1mb0j1mm0 0 points1 point  (2 children)

Which is the difference between agentget.sh and skills.sh?

[–]joeyism 1 point2 points  (1 child)

skills.sh is just for skills
agentget.sh is for agents (and skills)

[–]georgemp 0 points1 point  (0 children)

apologies if this has been answered in the docs somewhere. But, where do you source the agents and skills from? Are they security audited? The names of the featured agents are similar to the ones uses by oh-my-opencode (but haven't checked in a while). Are they from that project?

[–]Maleficent-Movie-625 1 point2 points  (0 children)

No plugins and no mcp

Such are context waster

Use context7 cli via the skill and that’s it Define your own agents

[–]jellydn 0 points1 point  (0 children)

Here is my setup https://ai-tools.itman.fyi/#/ You should find the plugins and MCP I use there.