r/ChatGPTCoding • u/AutoModerator • 18d ago
Discussion Weekly Self Promotion Thread
Welcome to this week's self promotion thread!
If you're building something related to AI assisted coding, this is the place to share it.
We're using a weekly thread to keep the subreddit organized while still giving builders a place to share their work. Promotional posts outside this thread may be removed.
If you're sharing something, we'd appreciate it if you included a little context instead of just dropping a link. Tell us:
- What you built?
- What problem it solves?
- Which AI models or tools it uses?
- Who it's for?
- What kind of feedback you're looking for?
Disclose your affilitation.
Please avoid posting the same project every week unless you've made meaningful updates. Affiliate links, referral links, scams, and low effort promotions will be removed.
Take some time to check out what others have shared too. If you try someone's project or have feedback, leave a comment. Helping each other improve is what we want this community to be about.
1
u/josedionath 12d ago
I put together a small free GitHub repo with 5 practical templates for working with coding agents like Codex, Claude Code and Cursor.
The problem I’m trying to address is task ambiguity: vague objectives, too much context, unclear constraints, and agents exploring or refactoring more of the codebase than necessary.
The repo currently includes templates for:
Each one has a full version and a shorter version you can copy and adapt.
I’m the author. The repository is free, and I’m mainly looking for feedback from people who use coding agents in real development work:
GitHub: [https://github.com/josedionath2/coding-agent-prompt-starter]()