Get startedTwo tabs · two prompts

Set up your AI team
in two steps

Start in the Chat tab, then switch to the Code tab. Copy one prompt in each, Claude does the rest.

← Back to the build plan
The flow

Two tabs
two prompts

1 · Claude Desktop · Chat tab
  1. Paste Prompt 1, it points Claude to our setup guide
  2. Claude reads the init skill and sets up your accounts
  3. It tells you when you are ready to switch tabs
2 · Claude Desktop · Code tab
  1. Paste Prompt 2, it installs the hooks and skills from GitHub
  2. Claude runs /infiniteleverage-init automatically
  3. Your website and 8-agent team go live
Stage 1 · Claude Chat tab · first time

Start in the
Chat tab

Open the Chat tab in Claude Desktop and paste this. It points Claude at our setup guide on GitHub and tells it to read the infiniteleverage-init skill, then walk you through the account setup, in plain English.

Prompt 1, start in the Chat tab
# Stage 1, Claude Chat tab

I'm setting up the "Infinite Leverage" AI team for the very first time, and I'm NOT
technical, explain everything in plain English and go one step at a time.

Please open our setup guide on GitHub and follow it:
https://raw.githubusercontent.com/talentedgeai/infiniteleverage-8-agents-template/main/setup-skills/infiniteleverage-init/SKILL.md

Read that skill, then walk me through its Phase 1, the account and prerequisite setup
that happens here in the Claude Chat tab. Wait for me to confirm each step before the
next, and don't assume I know any technical terms.

When Phase 1 is finished, tell me clearly that it's time to switch to the Claude Code
tab to continue.

Now switch from the Chat tab to the Code tab. Claude tells you when Phase 1 is done and it is time to move across.

Stage 2 · Claude Code tab

Install the
team

Switch to the Code tab and paste this. It installs the team's hooks and skills straight from GitHub, then kicks off the one-command build.

Prompt 2, install the team
# Stage 2, Claude Code tab

Set up the "Infinite Leverage" AI team on this machine by installing it straight from our
GitHub repos. I'm NOT technical, so do the work for me and explain each step in plain English.

The two source repos are:
- Plug-in (hooks): https://github.com/talentedgeai/infiniteleverage-plugin
- Template (setup skills): https://github.com/talentedgeai/infiniteleverage-8-agents-template

Please do this in order:
1. From the plug-in repo, copy every hook in "plugin/hooks" into this project's ".claude/hooks"
folder, then register them in my Claude settings by merging in "plugin/hooks/hooks.json" so they
actually run.
2. From the template repo, copy every setup skill in "setup-skills" into this project's
".claude/skills" folder.
3. Once the hooks and skills are all in place, run /infiniteleverage-init to set up the rest of
the team, my website and the 8 AI agents. Explain each step in plain English and pause whenever I
need to click something, like approving a sign-in.
Good to know · your toolkit

The 3 tools
in plain English

You will not have to operate any of these, Claude and your agents do. This is just so the names feel familiar when you see them.

GitHub, the filing cabinet

One safe home for every file in your project, with a complete history of every change.

  • Single source of truth. If it is not in GitHub, it does not count. Every machine syncs from here.
  • Never work straight on main. Main is the clean, live copy everyone trusts. You make a branch, do the work there, then ask for it to be added back, so a mistake never touches the live copy.
Vercel, the publisher

What actually puts your website on the internet, automatically.

  • Web and domain hosting. Gives your site a live web address, your own domain name can point to it.
  • Preview vs production. Every change first gets a private preview link to check, once approved it becomes the real, live production site.
  • Env vars. Secret settings kept in a safe, never written into the code.
  • Instant rollback. If something looks wrong, one click puts the last good version back.
Supabase, the memory

Where your site keeps everything it needs to remember.

  • Your database. The secure back room storing your data, subscribers, content, accounts.
  • Sign-ins. Handles people creating accounts and logging in.