<aside> ๐ฆ
Module 5 โ Downloads to Get You Started
Everything from this guide, pre-built and ready to use. Clone it, fill in your details, and you're set up faster than starting from scratch.
</aside>
<aside> ๐
Page 13 of 14 ยท Module 5 โ Downloads to Get You Started
</aside>
The Starter Kit is a GitHub repository you can download in one click. Every file is functional from the moment you open it โ no empty placeholders, no "coming soon".
<aside> ๐
Download the Starter Kit โ github.com/AvolveAi/ai-command-centre
</aside>
| File | What It Does |
|---|---|
CLAUDE.md |
Fill-in-the-blanks identity file. Sections for your name, role, tools, working style, and current projects. |
.mcp.json |
Pre-configured connections for 5 MCPs: Notion, Slack, GitHub, Brave Search, and Firecrawl. Keys load securely from your shell environment. |
.env.example |
A reference listing every API key needed, where to get it, and the exact export command to add to your shell profile. |
| Skill | What It Does |
|---|---|
/summarise |
Give it a URL or pasted text. Get back key points, main takeaway, and any action items. |
/research |
Search the web for any topic. Reads the top results. Returns a structured brief with sources. |
/daily-brief |
Checks your calendar, inbox, and Notion tasks. Returns your top priorities for the day. |
/draft-email |
Give it context. Get back a ready-to-send professional email, matched to your tone from CLAUDE.md. |
/brainstorm |
10 ideas, 3 wild ones, and the 2-3 worth actually pursuing โ with a reason for each. |
<aside> 1๏ธโฃ
Go to the GitHub link above and click Code โ Download ZIP (or clone it if you know how)
</aside>
<aside> 2๏ธโฃ
Unzip it into your Claude folder in VS Code
</aside>
<aside> 3๏ธโฃ
Open .env.example โ it lists every API key you need and where to get it. Add each one to your shell profile (~/.zshrc) as export KEY="value", then run source ~/.zshrc
</aside>
<aside> 4๏ธโฃ
Open CLAUDE.md and fill in your details
</aside>
<aside> 5๏ธโฃ
Open Claude Code (claude in the terminal) and test: "What do you know about me?"
</aside>
If it knows your name and your work, you're done.
<aside> ๐
Bonus: The Automations Builder Skill
This is the skill that bridges everything you've learned into what the full course teaches. Included in your Starter Kit.
The /build-automation skill turns plain English into a working multi-step workflow. You describe what you want to happen โ Claude designs the steps, identifies the tools, and builds it.
No code. No configuration. Just describe it.
Example 1:
"/build-automation Every morning, check my top 3 priority emails, summarise them, and send the summaries to me on Telegram before 8am."
Claude identifies Gmail MCP + Telegram MCP, designs the workflow, writes the file, tells you how to run it.
Example 2:
"/build-automation When I give you a company name, research them on the web, check for recent news, and create a one-page brief in Notion."
Claude uses Brave Search + Firecrawl + Notion MCPs and builds it as a reusable skill.
Most people use AI reactively โ ask, get answer, move on. Automations flip that. You define the workflow once. Claude runs it on demand, every time.
The full course teaches you to build these from the ground up โ pipelines that chain tools together, scheduled automations, tools other people can use. If you want to go from "my AI does tasks for me" to "my AI runs systems for me", that's what comes next.
</aside>