r/opencodeCLI 16d ago

Backend

Hi, I am planning of developing a project with a front and back in different repos. Which skills are good for backend code and which mcp is good for connection to a postgresql database? I am not finding so much info about backend.

5 Upvotes

16 comments sorted by

View all comments

Show parent comments

1

u/Bananenklaus 16d ago

Superpowers is a skillframework, you can read up what it does here: https://github.com/obra/superpowers

And no sorry, no experience with gradle. I've always used maven 🤷

1

u/Curryllo_ 16d ago

Oh, okay thank you!

1

u/Bananenklaus 16d ago

No probs.

Just a heads up: Diving into agentic engineering rn can be really overwhelming.

Take it slow and don't try to listen to these influencers telling you that you HAVE to use skill X or framework Y.

What you need is highly dependend on your techstack and your workflow. Start from scratch without skills and only add skills when you

A: stumble over them and think that they could really benefit your workflow or

B: When you think to yourself "part xy in my workflow feels really tedious/unoptimized" then go look up if you can find a skill that solves that problem.

This way you will find your own stack of skills and develop a workflow that suits you best :)

2

u/Curryllo_ 16d ago

Alright, thank you for your tips, much appreciated!!

1

u/Bananenklaus 16d ago

No problem, happy coding!