Start Here

The AI OS Starter

What this gives you: A free, plug-and-play AI Operating System for your business. One command to clone, five core skills ready to run, and a kernel file that turns Claude Code from a generic chatbot into a configured employee who knows your business. This is the exact architecture I use to run a 6-figure business with a tiny team.

Get the repo

Clone the full AI OS Starter from GitHub. Free, MIT licensed, yours to edit.

Open on GitHub

Paste this guide into Claude Code and it will set the whole thing up with you, adapted to your business.

What an AI Operating System actually is

Most people use AI like a search box. You ask a question, you get an answer, you copy-paste it somewhere, you move on. Nothing is saved. Nothing compounds. Tomorrow you start from zero again.

An AI Operating System is the opposite. It is a persistent, configured environment where the AI already knows your business, your tools, your rules, and your goals, and can take real action across all of them. You stop prompting AI and start operating it.

It comes down to three layers:

The AI OS Starter gives you all three, pre-built, so you can have a working system today instead of in three months.

The 5 core skills

These five cover the most repeated, highest-leverage workflows in almost any business. Between them they remove hours of manual work a day. Each one lives in its own folder and is built to be edited - open it, read it, make it yours.

1. /daily-brief

Pulls your calendar, open tasks, and key numbers into one tight morning brief, then ends with the single highest-leverage action for the day. Replaces the 20 minutes you spend every morning piecing together what is actually going on.

2. /content-machine

Researches your niche first, then writes a batch of short-form posts or scripts in your voice. Demo-first hooks, one idea per piece, your tone rules enforced. A week of content from one session.

3. /lead-engine

Captures new leads, qualifies them against your criteria, and drafts personalised follow-ups in your voice. Runs a follow-up sweep across your pipeline so no lead goes cold. The money is in the follow-up, and this is the part most people skip.

4. /meeting-prep

Before any call, it builds a one-page brief from your calendar, past notes and transcripts, your CRM, and a quick web lookup. You walk into every meeting already knowing who you are talking to and what they want.

5. /deep-research

Fans out parallel research agents across a hard question, then synthesises one clear, decisive answer with sources. Fast model for the legwork, strong model for the judgement. Market research and big decisions in minutes, not afternoons.

Tip: Start with /daily-brief. It is the fastest way to feel what an AI OS does, and it gives you a reason to open the system every single morning. Habit first, then expand.

Install it in about 5 minutes

The whole thing lives in one GitHub repo. Here is the entire setup.

Step 1 - Get Claude Code

If you do not have it yet:

npm install -g @anthropic-ai/claude-code

New to Claude Code entirely? Read Install Claude Code first, then come back.

Step 2 - Clone the AI OS Starter

git clone https://github.com/rahulj1601/ai-os-starter.git cd ai-os-starter

Step 3 - Add your keys

cp .env.example .env # open .env and fill in only the keys for tools you actually use

Step 4 - Make the kernel yours

Open CLAUDE.md and replace the bracketed placeholders with your real business, tools, and rules. This is the single most important step. The more honest and specific this file is, the better your whole AI OS works.

Step 5 - Run it

claude

Then type:

/daily-brief

That is it. You now have a working AI Operating System.

Want your AI OS built and wired into your business for you?

Custom skills, MCP integrations, and a dashboard - done with you in a week.

Book a Call

How to make it grow

The starter is a foundation, not a finish line. Three ways it compounds:

Security: Never commit secrets. All keys live in .env, which is already gitignored in the starter. Review what a skill does before you run it the first time.
Next Guide
CLAUDE.md - Give Your AI a Brain