mit einem Klick
tenfoldmarc-setup
// Tenfold AI FULL onboarding walkthrough — runs all 6 steps in sequence. For new Claude Code users. If you want to run individual steps, use /tenfoldmarc-1 through /tenfoldmarc-6 instead.
// Tenfold AI FULL onboarding walkthrough — runs all 6 steps in sequence. For new Claude Code users. If you want to run individual steps, use /tenfoldmarc-1 through /tenfoldmarc-6 instead.
Tenfold AI Step 1: Welcome & Orientation. Introduces new users to Claude Code — what it is, what it can do, and what the setup process looks like. Start here if you're brand new.
Tenfold AI Step 2: Build your CLAUDE.md. Asks 12 questions about who you are, your business, clients, tools, pain points, and goals — then creates your personalized CLAUDE.md file so Claude knows you in every future conversation.
Tenfold AI Step 3: How to think with Claude Code. Teaches new users the mental model — give tasks not questions, provide context, use multi-step instructions. The mindset shift that separates power users from everyone else.
Tenfold AI Step 4: Install your first skills. Explains what skills are, installs agent-browser (browser automation), Frontend Design (Anthropic official), and UI/UX Pro Max (design library). Also teaches how to install skills on your own.
Tenfold AI Step 5: Voice Mode. Shows users they can talk to Claude Code instead of typing. Explains /voice command, hold-spacebar-to-talk, and when voice mode is most useful.
Tenfold AI Step 6: Your First Win. Recaps everything that's been set up, then gives the user 4 options for their first real task — website audit, landing page build, competitor analysis, or their own idea. Actually executes the task using installed tools.
| name | tenfoldmarc-setup |
| description | Tenfold AI FULL onboarding walkthrough — runs all 6 steps in sequence. For new Claude Code users. If you want to run individual steps, use /tenfoldmarc-1 through /tenfoldmarc-6 instead. |
This runs the complete onboarding experience across all 6 steps. If the user wants to do one step at a time, tell them they can use /tenfoldmarc-1 through /tenfoldmarc-6 individually.
Run each phase in order. After completing each phase, transition naturally to the next. Do NOT skip any phase.
/tenfoldmarc-1)Start with:
Hey! Welcome to Tenfold AI. I'm Claude — and right now I'm running inside Claude Code, which is basically an AI that lives in your terminal and can actually DO things on your computer. Not just chat — I can build websites, automate tasks, browse the internet, read and write files, and a lot more.
Before we do any of that, I need to get to know you. The better I understand who you are, what you do, and what you're trying to build — the more useful I become. And not just for this conversation. For EVERY conversation going forward.
This setup has 6 steps. You can do them all now (takes about 15 minutes) or come back and do them one at a time using
/tenfoldmarc-1through/tenfoldmarc-6.Ready? Let's go.
Wait for their response, then continue to Step 2.
/tenfoldmarc-2)Explain what you're doing:
I'm going to ask you some questions about you and your business. I'll use your answers to create something called a CLAUDE.md file — think of it as my instruction manual for working with YOU specifically. Every time you open Claude Code, I read this file first. It's how I remember who you are, what you care about, and how you want me to work.
There are no wrong answers. The more detail you give me, the better I get.
Ask these questions ONE AT A TIME. Wait for each answer.
After collecting all answers, generate their CLAUDE.md file:
# About Me
I'm [name]. [Their description of what they do, written in first person, natural language. Include how long they've been doing it.]
# My Business
- **Who I help:** [their ideal client/customer description]
- **Problem I solve:** [the main problem they solve]
- **Website:** [URL if provided]
- **Social media:** [list their profiles with URLs]
# My Tools
[Each tool they listed, one per line with a dash]
# My Biggest Pain Point
[What they said is most annoying/time-consuming — this is gold for future automation suggestions]
# Communication Style
[Their choice — and translate it into specific instructions, e.g. "Keep responses concise and actionable. Lead with the answer, then explain if needed. No fluff."]
# Preferences
- When building anything visual, use distinctive typography and bold design — never generic AI aesthetics
- Ask clarifying questions before starting big tasks
- Always think about what can be automated or systematized
# Current Focus
[What they're working on now]
# Goals
[Where they want to be in 6 months]
Write the file to ./CLAUDE.md in their current working directory.
After writing it, say:
Done — I just created your CLAUDE.md file. From now on, every single conversation we have starts by reading this. I'll always know who you are, what tools you use, what you're working on, and how you like to communicate.
You can update this file anytime — just tell me "update my CLAUDE.md" and I'll edit it. As your business changes, this file changes with you.
If running the full walkthrough, transition to Step 3. Otherwise, tell them:
Step 2 complete! When you're ready, run
/tenfoldmarc-3to learn how to get the most out of Claude Code.
/tenfoldmarc-3)Here's something most people don't get about Claude Code — and it's the difference between people who get insane value from this tool and people who think AI is just a chatbot.
Claude Code is not a search engine. It's a worker.
Don't ask me questions — give me TASKS. Here's what I mean:
Instead of this... Say this... "How do I write a cold email?" "Write me a 3-email cold outreach sequence for [my target client] that I can load into Instantly." "What's a good landing page?" "Build me a landing page for my [offer] targeting [audience]." "How do I automate follow-ups?" "Create a GHL workflow that sends a follow-up email 24 hours after a form submission." "What should I post on Instagram?" "Write me 5 Instagram hooks about [topic] in my voice."
See the difference? One gets you information. The other gets you a finished product.
The more context you give me, the better the output. And because we set up your CLAUDE.md, I already have a ton of context about you. So every task you give me is already personalized.
One more thing: You can also give me multi-step tasks. Like "research my top 3 competitors, screenshot their landing pages, and build me something better." I'll work through each step on my own.
Make sense?
Wait for their response.
If running the full walkthrough, transition to Step 4. Otherwise:
Step 3 complete! When you're ready, run
/tenfoldmarc-4to install your first skills.
/tenfoldmarc-4)Explain the concept first:
Now let's talk about skills. Skills are like superpowers you can add to Claude Code. Each one teaches me how to do something specific — browse the web, design beautiful UIs, write in your voice, scrape leads, whatever.
Think of it like apps on your phone. Your phone is useful out of the box, but apps make it way more powerful. Same thing here.
We're about to add three skills that will make an immediate difference.
First up — agent-browser. This lets me control a real web browser. I can open any website, click buttons, fill out forms, take screenshots, and extract data. Think of it like having a virtual assistant that can actually USE the internet, not just search it.
Let me install it now.
Run:
npm install -g agent-browser && agent-browser install
If npm fails, try:
npx agent-browser install
After success:
Done. I can now browse the web for you. We'll test this at the end — you're going to love it.
If it fails: Acknowledge it, give them the command to try manually later, and keep moving.
Next — Frontend Design. This is made by Anthropic (the company that built me). It teaches me to make real design decisions instead of defaulting to that boring, generic "AI look" everyone's seen a million times. When you ask me to build a page, I'll pick a bold direction — brutalist, editorial, retro-futuristic, whatever fits — and actually commit to it.
Run:
claude install-skill https://github.com/anthropics/claude-code-skills -- --name frontend-design
After success:
Installed. From now on, anything visual I build will have real design personality behind it.
Last one — UI/UX Pro Max. This gives me a massive design library: 67 styles, 96 color palettes, 57 font pairings, and support for every major framework. When I'm building you a landing page, dashboard, or any interface — I'm pulling from a real design system, not guessing.
Run:
claude install-skill https://github.com/nextlevelbuilder/ui-ux-pro-max-skill
After success:
Done. Your design stack is set.
By the way — what we just did? You can do that anytime. Here's how:
To install a skill from GitHub:
claude install-skill https://github.com/[creator]/[skill-name]To see what you have installed: Check your
~/.claude/skills/folderAs you go through the Tenfold AI modules, you'll discover more skills. Some we'll build from scratch — which is where it gets really powerful.
If running the full walkthrough, transition to Step 5. Otherwise:
Step 4 complete! You now have browser automation and a pro design stack. Run
/tenfoldmarc-5to learn about voice mode.
/tenfoldmarc-5)One more thing that's going to change how you use this. You know how you're typing everything to me right now?
You don't have to.
Type
/voiceand you can literally just TALK to me. Hold the spacebar, speak, and let go. I'll hear you and respond.This is a game-changer for:
- Brainstorming — just think out loud and I'll organize your thoughts
- Giving complex instructions — way faster to explain what you want verbally
- Working while doing other things — talk to me while you're on the go
Try it right now if you want — type
/voice, hold spacebar, and say something. Or save it for later. Either way, it's there whenever you want it.
Wait for their response. If they try it, let them experiment.
If running the full walkthrough, transition to Step 6. Otherwise:
Step 5 complete! Run
/tenfoldmarc-6for your first real task — this is where it gets fun.
/tenfoldmarc-6)Alright — you're set up. Let's put this to work. Here's what you've got:
- CLAUDE.md — I know who you are, your business, your tools, your goals
- agent-browser — I can browse and automate any website
- Frontend Design + UI/UX Pro Max — I build things that actually look good
- Voice mode — talk to me instead of typing
Pick one and let's go:
- "Audit my website" — give me your URL and I'll screenshot it and give you 3 specific things to improve
- "Build me a landing page" — tell me what you're selling and who it's for, and I'll build it right now
- "Scope out a competitor" — give me a competitor's URL and I'll analyze what they're doing
- Something else — tell me what you need and I'll make it happen
What do you want to try?
IMPORTANT: Actually execute whatever they pick. This is not a placeholder — USE the tools you just installed to deliver a real result. If they ask for a website audit, use agent-browser to screenshot it and give real feedback. If they ask for a landing page, build it. This is the moment that hooks them.
After completing their first task:
That's Claude Code in action. And this is just the beginning — you've barely scratched the surface. As you go through the Tenfold AI modules, you'll learn how to build automations, create custom skills, connect to your business tools, and a lot more.
Whenever you need me, just open your terminal and type
claude. I'll be here.