Daily social media routine for indie developers and founders. Runs a structured 15-20 minute engagement routine across Reddit, Twitter/X, LinkedIn, and 小红书....
A structured 15-20 minute daily routine to build indie developer presence consistently.
When this skill is triggered, execute in order:
Reddit:
Other platforms to check:
Navigate to target subreddits and find engagement opportunities:
Target subreddits (sorted by priority):
r/SideProject — rising postsr/indiehackers — new posts with questionsr/ClaudeAI — if relevant to AI workr/coolgithubprojects — if you have something to shareAction: Find 2-3 posts to comment on. For each, identify:
Comment principles:
Check for:
Key account categories to check:
Check for:
LinkedIn engagement rules:
Present a prioritized list of today's tasks:
Today's Social Tasks:
Reddit:
[ ] Comment on "[Post 1 title]" — [suggested angle]
[ ] Comment on "[Post 2 title]" — [suggested angle]
Twitter/X:
[ ] Reply to [mention or thread]
[ ] Engage with [account]'s post about [topic]
LinkedIn:
[ ] Accept [N] connection requests
[ ] Comment on [post] from [person]
After completing actions, record what was done:
Date: [date]
Reddit: [N] comments, topics: [areas]
Twitter: [N] engagements
LinkedIn: [N] actions
Time spent: [X] min
Karma change: +[N]
If there is bandwidth, suggest:
If you have a database connected, track the following:
Tables:
reddit_account_stats — karma snapshots over timereddit_opportunities — posts identified as engagement opportunitiesreddit_engagement_log — activity trackingSnapshot fields:
{
"username": "your_username",
"karma": 1240,
"post_karma": 340,
"comment_karma": 900,
"snapshot_at": "2025-03-06T08:00:00Z"
}
Opportunity fields:
{
"subreddit": "SideProject",
"post_id": "abc123",
"post_title": "...",
"post_url": "https://reddit.com/r/...",
"upvotes": 45,
"comments_count": 12,
"suggested_angle": "Share your tech stack approach"
}
Engagement log fields:
{
"subreddit": "SideProject",
"action_type": "comment",
"target_post_title": "...",
"target_post_url": "...",
"karma_before": 1200,
"karma_after": 1240
}
Use Playwright or browser tools to check platforms without logging in repeatedly:
# Reddit profile check
Navigate to: https://reddit.com/user/{your_username}/
Snapshot: extract karma values
# Subreddit scan
Navigate to: https://reddit.com/r/SideProject/rising
Navigate to: https://reddit.com/r/indiehackers/new
Snapshot: list of post titles, upvotes, comment counts
# Twitter check
Navigate to: https://twitter.com/notifications
Snapshot: pending mentions and replies
User can say:
"skip reddit" — Skip Reddit phase"reddit only" — Only do Reddit engagement"just scan" — Status check only, no action items"post something" — Switch to content creation mode| Need | Invoke |
|---|---|
| Draft Reddit comment | /reddit-cultivate |
| Draft Twitter thread | Your twitter content skill |
| Draft LinkedIn post | Your linkedin content skill |
| Create content | /founder-content |
| Post to platforms | /social-posting |
After each session, optionally append to a log file:
[2025-03-06]
Reddit: 2 comments (r/SideProject, r/indiehackers)
Twitter: 3 engagements
LinkedIn: 1 comment, 2 connections accepted
Time: 18 min
Karma: 1200 → 1240 (+40)
On Saturdays, run an extended version:
Weekly report summary:
Week of [date]:
- Reddit karma: [start] → [end] (+[delta])
- Comments posted: [N] across [subreddits]
- Twitter followers: [start] → [end]
- LinkedIn connections: +[N]
- Best performing content: [title/link]
- Next week plan: [2-3 content ideas]
| Subreddit | Best For | Post Types to Engage |
|---|---|---|
r/SideProject | Project launches, indie devs | Show HN-style posts, help requests |
r/indiehackers | Revenue/growth discussions | Milestone posts, questions |
r/ClaudeAI | AI tooling audience | Use cases, comparisons |
r/coolgithubprojects | Open source visibility | Project showcases |
Engagement rate benchmark:
ZIP package — ready to use