From 2019230ef0fce80ad4ef3e072ad7becc05cf9499 Mon Sep 17 00:00:00 2001 From: Ivan Morgillo Date: Wed, 15 Jul 2026 23:42:03 +0200 Subject: [PATCH 1/2] docs(readme): add "Made by" app links + Sponsor button Add a "Made by" section linking all of Ivan's live app sites (with UTM tags per repo) and a .github/FUNDING.yml Sponsor button pointing at the hub. Drives referral traffic + installs from the repo's dev audience. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01BDaGsxPqiYywmcQLuFQRuH --- .github/FUNDING.yml | 2 ++ README.md | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..60cb23a --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +# Buttons shown at the top of the repo. Custom URL points to Ivan's hub (all apps). +custom: ["https://ivanmorgillo.com/?utm_source=github&utm_medium=sponsor_button&utm_campaign=compose_skill"] diff --git a/README.md b/README.md index bde2515..5e66315 100644 --- a/README.md +++ b/README.md @@ -461,6 +461,24 @@ skills/compose-agent/ --- +## Made by + +I'm **Ivan** โ€” Android dev, creator of this skill. When I'm not writing Compose +tooling, I ship small apps. If this saved you time, take one for a spin: + +- ๐ŸŽฏ **[3 Things a Day](https://3things.day/?utm_source=github&utm_medium=readme&utm_campaign=compose_skill)** โ€” pick 3 things, finish them. That's the app. +- ๐Ÿ’ช **[StreakUp](https://streakup.fit/?utm_source=github&utm_medium=readme&utm_campaign=compose_skill)** โ€” push-up, squat & pull-up streak tracker. +- ๐ŸŒ™ **[Bedtime Stories](https://bedtimestories.click/?utm_source=github&utm_medium=readme&utm_campaign=compose_skill)** โ€” AI bedtime stories your kid helps build. +- ๐Ÿƒ **[Blackjack Trainer 21](https://trainblackjack.app/?utm_source=github&utm_medium=readme&utm_campaign=compose_skill)** โ€” learn perfect basic strategy with spaced repetition. +- ๐Ÿ“š **[Ebooks for Kindle](https://kindlegratis.fun/?utm_source=github&utm_medium=readme&utm_campaign=compose_skill)** โ€” free Kindle book deals, updated daily. +- ๐ŸŠ **[Swimming Lane](https://swimminglane.app/?utm_source=github&utm_medium=readme&utm_campaign=compose_skill)** โ€” swim lap & workout tracker. +- ๐Ÿฅซ **[No Waste Food](https://nowastefood.app/?utm_source=github&utm_medium=readme&utm_campaign=compose_skill)** โ€” track your pantry, stop wasting food. +- ๐Ÿ“ฑ **[Brainrot Tax](https://brainrottax.app/?utm_source=github&utm_medium=readme&utm_campaign=compose_skill)** โ€” a reality check on your screen time. +- ๐Ÿ–ผ๏ธ **[Epic AI Wallpapers](https://cwti-ltd.github.io/ai-wallpapers/?utm_source=github&utm_medium=readme&utm_campaign=compose_skill)** โ€” fresh AI wallpapers, every day. +- ๐Ÿง  **[MyGoo](https://mygoo.fun/?utm_source=github&utm_medium=readme&utm_campaign=compose_skill)** โ€” daily trivia quiz game (Italian). + +Find me at [ivanmorgillo.com](https://ivanmorgillo.com/?utm_source=github&utm_medium=readme&utm_campaign=compose_skill) ยท [@hamen](https://x.com/hamen). + ## License MIT. From d87c613b3340c282f9dea1547a4d62a7bd4aed72 Mon Sep 17 00:00:00 2001 From: Ivan Morgillo Date: Wed, 15 Jul 2026 23:48:44 +0200 Subject: [PATCH 2/2] fix(funding): point Sponsor button at GitHub Sponsors Cross-review (Codex/Cursor/Antigravity) flagged that GitHub's Sponsor button must target a funding destination, not a commercial app hub. Use GitHub Sponsors (github: hamen), which is active for the account. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01BDaGsxPqiYywmcQLuFQRuH --- .github/FUNDING.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 60cb23a..e21b6c4 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ -# Buttons shown at the top of the repo. Custom URL points to Ivan's hub (all apps). -custom: ["https://ivanmorgillo.com/?utm_source=github&utm_medium=sponsor_button&utm_campaign=compose_skill"] +# GitHub Sponsors button shown at the top of the repo. +github: [hamen]