▲ 3 r/RedmiNote13Pro5G+1 crossposts

Redmi note 13 pro+ 5g heating issues

I don't know why I am getting heating issues even in idle, and what's app call and normal call and normal use of instagram... I don't even play games... Why does this happen all the time.... This has been happening since I bought it....

Can you guys help me? What should I do?

I hate the ass heating issue...

reddit.com
u/MonitorFlat4465 — 9 days ago
▲ 7 r/AutoGPT+3 crossposts

I built an agent skill that sets up real backends via CLI (no test keys, no placeholders) — works with Claude Code, Cursor, Antigravity

Been using Claude Code / Cursor a lot for backend work, and kept hitting the same annoyance: ask the agent to "set up Stripe" or "connect a Postgres DB" and it either hallucinates CLI commands, dumps my API key straight into a config file, or quietly sets up a test/sandbox version and calls it done.

So I wrote an Agent Skill (the open SKILL.md format skills.sh/Claude Code/Cursor/etc. all support) to handle this properly:

- Asks upfront if you already have credentials for the service

- If not, looks up the *current* official docs (with the actual month/year, so it's not working off stale info) and walks you through getting real ones

- Only ever writes secrets to `.env`, checks/creates `.gitignore` automatically, never prints keys back to the terminal

- Does the actual provisioning via CLI — if it doesn't know the exact commands, it searches the docs instead of guessing

- Verifies the thing actually works before saying it's done

No test keys, no example/placeholder setups — the whole point is a real, working backend, since that's usually what people actually want when they ask an agent to "set this up."

Repo: https://github.com/SohailKhan0525/skills

Install: `npx skills add SohailKhan0525/skills`

This is the first skill under a small project I'm calling Qofeno — planning to add a few more in the same "real setup, not demos" spirit. Would love feedback or ideas for what to build next.

u/MonitorFlat4465 — 6 days ago
▲ 0 r/ClaudeCode+1 crossposts

I cloned an open source and built my own version

I cloned OpenCode from GitHub and built my own version: AgentX.

Built with a lot of help from Claude Code and plenty of custom modifications.

What I've added:

Local model support

Smarter planning/agent brain

Production-ready website generation

SaaS, business sites, landing pages & more

Requirement gathering before building

Backend setup automation

Try it:

npm install -g @agent-qofeno/agentx-cli@latest

Currently CLI-only and still under active development.

We're making AgentX better every day. Try it out and let me know what works, what breaks, and what you'd like to see next :)))

reddit.com
u/MonitorFlat4465 — 2 months ago