cd /news/ai-tools/i-gave-claude-code-100-and-30-days-t… Β· home β€Ί topics β€Ί ai-tools β€Ί article
[ARTICLE Β· art-131237] src=github.com β†— pub= topic=ai-tools verified=true sentiment=↑ positive

I gave Claude Code $100 and 30 days to turn a profit

A developer released Solo Stack, a set of 26 Claude Code skills for freelancers covering the client lifecycle from lead research and proposals to invoicing and weekly reviews, priced at $19 during launch on Gumroad. The package includes five free skills β€” /setup-business, /meeting-notes-to-actions, /invoice-generator, /weekly-review, and /linkedin-post β€” that all read a shared .solo/business.md context file, and is distributed under the MIT license via a GitHub repository and Claude Code plugin marketplace.

read2 min views1 publishedSep 16, 2026
I gave Claude Code $100 and 30 days to turn a profit
Image: Michielbdejong (auto-discovered)

Five free Claude Code skills for the business side of working for yourself.

Claude Code is great at code. This makes it useful for the other two-thirds of a freelancer's week: meeting notes, invoices, weekly reviews, and posts β€” all reading one shared context file so you explain your business once.

git clone https://github.com/rickbauer327-cell/solo-stack-starter
cp -r solo-stack-starter/skills/* ~/.claude/skills/
git clone https://github.com/rickbauer327-cell/solo-stack-starter
Copy-Item -Recurse solo-stack-starter\skills\* "$env:USERPROFILE\.claude\skills\"

Or as a plugin, inside Claude Code:

/plugin marketplace add rickbauer327-cell/solo-stack-starter
/plugin install solo-stack-starter@solo-stack-starter

Then in the folder where you keep your business files:

/setup-business
Skill What it does
/setup-business Interviews you (in small batches) and writes .solo/business.md β€” services, rates, terms, tone, clients. Every other skill reads it first.
/meeting-notes-to-actions Notes or transcript β†’ decisions, owned actions, open questions, and a follow-up email under 150 words. Never upgrades "we could" into "we will".
/invoice-generator Time log or line items β†’ numbered HTML invoice (prints to PDF) + markdown copy. Scans invoices/ so numbers never repeat.
/weekly-review Reads your time log, this week's meetings, overdue invoices β†’ what happened, what's stuck, one "must" for next week.
/linkedin-post Idea or link β†’ three variants in your voice. Hooks under 12 words, no engagement bait.

Every skill here follows the same shape, and you can use it for your own:

---
name: skill-name
description: Use when the user <says or needs X>. Produces <Y>.
---
## Step 1 β€” Load context     read .solo/business.md
## Step 2 β€” Inputs           max 3 questions at a time
## Step 3 β€” Write            an output path + a template
## Rules                     3–6 opinions about what good looks like
## Do not                    hard constraints (never invent prices, dates, results)

Three things that matter more than they look: the description is the trigger, so write it with the words you actually say; write files, not chat, so skills can build on each other; and constraints ("under 150 words") beat instructions ("be concise").

Solo Stack has 26 skills covering the whole client lifecycle β€” lead research, cold outreach, discovery-call prep, proposals, pricing, SOW, kickoff, weekly client updates, scope-creep guard, late-payment sequence, monthly finance summary, case studies, testimonials, a one-file portfolio site, inbox triage, SOPs, decision memos β€” plus a playbook on chaining and customizing them.

β†’ Get Solo Stack on Gumroad β€” $19 during launch.

MIT. Use, modify, share.

── more in #ai-tools 4 stories Β· sorted by recency
── more on @claude code 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/i-gave-claude-code-1…] indexed:0 read:2min 2026-09-16 Β· β€”