App Boy
banner
appboypov.bsky.social
App Boy
@appboypov.bsky.social
POV 🎬 Monkey see 🙉 Monkey do 🤹 AI Workflows, Prompts, Templates & Live Coding
I this as a snipper under `;q` so I can quickly press that whenever I see a section that needs feedback.

`// TODO(GPT-AGENT): 23 Jul 2025 : `

Once I’m done, I enter the next prompt asking the agent to process the feedback and update it's knowledge files so it won't make the same mistake again.
July 29, 2025 at 11:02 PM
I do it a lot in programming projects, but you can also do it for example in the ChatGPT Canvas, Gemini Canvas or in any kind of AI ap that opens documents and lets you work in it together with the AI.
July 29, 2025 at 11:02 PM
🔗 Copy/paste Gist 👉 gist.github.com/its-brianwi...
Plx Review Code
Plx Review Code. GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
July 27, 2025 at 3:59 PM
⚠️ An important part of this prompt is that I’m not asking the AI to fix these things immediately, but instead I’m asking for a numbered list of suggestions. That way, after reviewing, I can just send back the numbers and only change the things I actually agree with.
July 27, 2025 at 3:59 PM
Then finally when AI claims everything is done, I always use the following prompt to have the AI review the code itself, with a friendly reminder about how I want certain things handled in the app.
July 27, 2025 at 3:59 PM
💡 To make this easier to fix, I make sure that whatever I’m doing at the moment is small enough so I can 1) test it properly, and 2) really understand what’s been done.
July 27, 2025 at 3:59 PM
}
}
```
July 25, 2025 at 4:59 AM
"command": "afplay /System/Library/Sounds/Glass.aiff & terminal-notifier -group \"${PROJECT_NAME:-$(basename $(pwd))}\" -title \"${PROJECT_NAME:-$(basename $(pwd))}\" -subtitle \"Awaiting your approval\" -message \"\" -sound default -ignoreDnD"
}
]
}
]
July 25, 2025 at 4:59 AM
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
July 25, 2025 at 4:59 AM
"command": "afplay /System/Library/Sounds/Glass.aiff & terminal-notifier -group \"${PROJECT_NAME:-$(basename $(pwd))}\" -title \"${PROJECT_NAME:-$(basename $(pwd))}\" -subtitle \"Claude is idle\" -message \"\" -sound default"
}
]
}
],
July 25, 2025 at 4:59 AM
"hooks": {
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
July 25, 2025 at 4:59 AM
If you are using Windows, want a different sound or a different type of message, just ask Cloud Code to customise this for you.

🔗 Easy copy/paste gist here:
gist.github.com/its-brianwi...

```
{
"env": {
"PROJECT_NAME": "PROJECT_NAME"
},
Claude Code Notification Hooks Template
Claude Code Notification Hooks Template. GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
July 25, 2025 at 4:59 AM
💡 Do also make sure you have the correct dependencies installed like `
terminal-notifier` and don't forget to replace `PROJECT_NAME` with the project name you want to see when you get a notification.
July 25, 2025 at 4:59 AM
Place the script below in your local `.claude/settings.json` and restart Cloud Code. You will then receive a notification with a sound on a Mac each time claude needs your attention when it's done or when you need to approve something.
July 25, 2025 at 4:59 AM
🪝 Since the release of Hooks (docs.anthropic.com/en/docs/cla...), you can now receive a notification for each project when Cloud Code needs your attention. You can choose whether you want to hear a sound, see a notification, or have something else happen.
Hooks reference - Anthropic
This page provides reference documentation for implementing hooks in Claude Code.
docs.anthropic.com
July 25, 2025 at 4:59 AM
All feedback is carefully considered in our daily meetings, so take advantage of this for yourself... and your roomies 😁.
July 24, 2025 at 5:00 AM
If you have any feedback for us, that would be great! You can easily activate this interface via settings or by tapping the screen three times anywhere within the app. You can then send it via our app, including a screenshot, a nice drawing of yours and your personal message.
July 24, 2025 at 5:00 AM
We would really appreciate it if you would try out the app, especially if you live with someone, and let us know what you think.

👉 theroomy.app
Roomy - Share the space, not the stress
Ever argued over whose turn it is to clean or bought duplicate groceries? Roomy solves that by providing shared, real-time tools for shopping, cleaning, and household organization. It's designed to make co-living smoother and more enjoyable for everyone involved.
theroomy.app
July 24, 2025 at 5:00 AM
Of course, there are all kinds of small bugs and issues that can be improved, so those will also be included in each release. We have set up a strict plan to release small updates once a week on average.
July 24, 2025 at 5:00 AM