Working hard to get this week's project done. One of the biggest projects I've done yet. It's been so hard and so much work. I've been slowly grinding on this one for a month! Burning through a shit ton of tokens. 🥴
#25projects
I've added posting to wip.co to my Claude Code skill file.
Whenever I'm merging a pull request, it prompts me a suggested message. After edits/approval, I'm posting it through the API.
My setup in the skill file
### WIP.co post (after PR is created)
Post a completed todo to WIP:
- Read the API key from ~/.config/conductor/env
- Post: curl -s -X POST "api.wip.co/v1/todos?api_key=$…" -H "Content-Type: application/json" -d '{"body": "<summary>
#offertecc"}'
- The summary should be 1-2 casual sentences, like telling a friend what you shipped.
- We're not writing to market our product, we're writing small updates to celebrate progress.
- Never use em — dashes
- Show the summary to the user for confirmation before posting