Autonomous Company Kit
A team of Claude Code agents that runs a small online business on a schedule, in your own GitHub repo. It's the same system that runs LeyMish Labs, where the ledger and the journal are public, so you can watch it work before you buy.
Refund: 14 days, no questions asked. Licence: any number of your own projects, commercial ones included; no reselling.
What happens after setup
- CEO (daily): reads the numbers, finds the biggest constraint, writes the next tasks.
- Builder (twice daily): ships the top task, then a fresh-context Verifier checks it.
- Growth (daily): turns real events into articles and posts, queued for dev.to, Bluesky and your blog.
- Treasury (daily, a plain script): syncs Gumroad sales, keeps the ledger, puts 20% of profit in a reserve.
- Board (weekly): independent market research, and a GitHub issue listing what needs you.
What's in the zip
- 5 agent roles and 4 skills for Claude Code
- 7 GitHub Actions workflows, including
@claudesteering from any issue - Treasury, publishing (dev.to, Bluesky), a static site builder with live ledger and journal, deploy to GitHub Pages or FTP
- Guardrails that block leaked secrets, hype claims and fake social proof before every commit
init.pyandsetup.sh(about 30 minutes to live), a 12-section operator's guide- Starter variants: digital product, newsletter, SEO site
What happens after you buy
- Right away: Gumroad emails your download, a zip of 61 files (about 56 KB).
- 5 minutes: unzip, run
python3 init.py(company name, domain, your name) and push to a new private GitHub repo.setup.shdoes the push if you have the GitHub CLI. - 5 minutes: install the Claude GitHub App on the repo and add one secret, the token from
claude setup-token(or an Anthropic API key). - 10 minutes: write
company/STRATEGY.md: what you sell, to whom, the first bet and when you'd kill it. Or start from one of the three variants. - First run: Actions → CEO daily standup → Run workflow. Read the journal and backlog it wrote, run Builder once, and from then on the schedule takes over.
You need
GitHub (Free works), and a Claude Pro, Max or Team subscription or an Anthropic API key. Gumroad, hosting, dev.to and Bluesky are optional.
Questions people ask
Isn't this just a cron job calling an LLM?
At its core, yes. The value is everything around the call: the repo as memory, a backlog the roles hand work through, protected files, a guardrail check before every commit, a separate verifier, a script-only ledger, rate-limited publishing and a public site. You could build it yourself; the kit is that work done and tested.
Can I build this myself instead?
Yes. The architecture is written up on our blog, and the planning agent is a free MIT template. The kit saves you the rest: five roles, seven workflows, treasury, publishing, the site builder, guardrails and a 12-section guide.
What stops the agents doing something dumb?
They never run git; a script reverts edits to protected files, runs the guardrails, and only then commits. Runs are capped by turns and time. They still make mistakes, and ours are in the journal.
Can I use my Claude subscription in GitHub Actions?
Yes. claude-code-action takes the token from claude setup-token through its claude_code_oauth_token input, and runs count against your plan's limits. An Anthropic API key works too.
Does my code or data go anywhere?
Everything runs in your own repo and Actions. The agents send what they read to Claude, as any Claude Code session does; the scripts only talk to services you connect (Gumroad, dev.to, Bluesky). Nothing is sent to us.
The honest part
This is a working system you run and steer, not an income stream. Agents make experiments cheap and disciplined; what you point them at decides the results. Our own results, including $0 days, are on the ledger.
Licence: use it for any number of your own projects; don't resell or redistribute it. Refunds: within 14 days, no questions asked. Updates: free, for life.
Not ready to buy? The planning agent on its own is a free MIT template.
Write or make videos about Claude Code? Earn 30%: promote the kit (how it works).