šÆ Getting Started with Claude GTM Agents
**Welcome!** This guide will help you get up and running with Claude GTM Agents, even if you've never used Claude Code before.
šÆ Getting Started with Claude GTM Agents
Welcome! This guide will help you get up and running with Claude GTM Agents, even if you've never used Claude Code before.
š Table of Contents
- Is This Guide For You?
- What You'll Need
- Step 1: Install Claude Code
- Step 2: Set Up Your First Workspace
- Step 3: Add the GTM Agents Marketplace
- Step 4: Install Your First Plugins
- Step 5: Try Your First Command
- Next Steps
- Troubleshooting
- Quick Reference Card
- Learning Resources
- Frequently Asked Questions
- Need Help?
š¤ Is This Guide For You?
This guide is perfect if you:
- ā Have never used Claude Code before
- ā Are new to AI-powered tools and want step-by-step instructions
- ā Need help with installation and basic setup
- ā Want to understand what everything means before diving in
- ā Prefer detailed explanations over quick commands
Already have Claude Code installed? Skip to the Quick Start Guide instead.
Looking for advanced features? Check out the Usage Guide.
What You'll Need
Before you begin, make sure you have:
- ā A computer running Windows, macOS, or Linux
- ā Internet connection for downloading and using Claude Code
- ā Claude account (you can sign up at claude.ai)
- ā 10-15 minutes to complete this setup
No coding experience required! This system is designed for business users.
Step 1: Install Claude Code
What is Claude Code?
Claude Code is an AI-powered coding assistant that helps you automate tasks, generate content, and streamline your work. Think of it as having an expert assistant who knows everything about sales, marketing, and growth.
Installation Steps
Native / Script Installer (Recommended)
macOS / Linux / WSL:
curl -fsSL https://claude.ai/install.sh | bash
Windows PowerShell:
irm https://claude.ai/install.ps1 | iex
Windows CMD:
curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd && del install.cmd
Homebrew (macOS / Linux)
brew install --cask claude-code
NPM (Node.js 18+ required)
npm install -g @anthropic-ai/claude-code
Note: Avoid using sudo npm install -g to prevent permission issues.
Authentication & First Run
-
Open a terminal and navigate into your project directory:
cd /path/to/your/project -
Run Claude Code:
claude -
Youāll be prompted to log in. You can sign in via:
- A Claude.ai account (Pro/Max subscription)
- Claude Console (API-key based)
-
After login youāll see the Claude Code interface. To verify itās working, try:
Verify installation
- You should see the Claude Code interface with a chat window
- Type "Hello" to confirm Claude responds
⨠Success! If Claude responds to your message, you're ready to move on.
Step 2: Set Up Your First Workspace
What is a Workspace?
A workspace is like a project folder where Claude Code can access and manage files. For GTM Agents, you'll create a workspace to organize your sales, marketing, and growth work.
Creating Your Workspace
-
Create a folder on your computer
š Documents/ āāā š GTM-Work/- On macOS: Create a folder in your Documents called "GTM-Work"
- On Windows: Create a folder in your Documents called "GTM-Work"
-
Open the folder in Claude Code
- In Claude Code, click File ā Open Folder (or similar menu option)
- Navigate to your newly created
GTM-Workfolder - Click Select Folder or Open
-
Confirm workspace is active
- You should see your folder name in the Claude Code sidebar or title bar
- The workspace is now ready for use
š” Tip: You can create multiple workspaces for different projects (e.g., "Sales-Projects", "Marketing-Campaigns", etc.)
Step 3: Add the GTM Agents Marketplace
What is a Marketplace?
A marketplace is a collection of plugins (tools and agents) that you can install. The GTM Agents marketplace contains 67 specialized plugins for sales, marketing, and growth teams.
Adding the Marketplace
-
Open the chat in Claude Code
- Make sure you're in your GTM-Work workspace
-
Type the following command in the chat:
/plugin marketplace add gtmagents/gtm-agents -
Wait for confirmation
- Claude will respond confirming the marketplace has been added
- This makes all 67 plugins available for installation but does not load any agents or tools into your context.
-
Browse available plugins (optional)
- Type
/pluginto see all available plugins - You'll see a list organized by category
- Type
⨠Success! You now have access to all GTM plugins, but they're not loaded yet (which saves memory and keeps things fast).
Step 4: Install Your First Plugins
Choosing Plugins Based on Your Role
You don't need to install all 67 plugins! Start with the essentials for your role:
šÆ For Sales Professionals
Install these three essential plugins:
/plugin install sales-prospecting
/plugin install sales-pipeline
/plugin install sales-enablement
What you get:
- Lead generation and research tools
- Pipeline management and forecasting
- Sales playbooks and battlecards
š£ For Marketing Professionals
Install these three essential plugins:
/plugin install content-marketing
/plugin install email-marketing
/plugin install campaign-orchestration
What you get:
- Content creation and editorial calendars
- Email campaign automation
- Multi-channel campaign planning
š For Growth/Analytics Professionals
Install these three essential plugins:
/plugin install growth-experiments
/plugin install customer-analytics
/plugin install revenue-analytics
What you get:
- A/B testing and experiment design
- Customer segmentation and behavior analysis
- Revenue forecasting and metrics
šÆ Not sure? Start with the Universal Starter Pack
If you work across multiple areas, install these versatile plugins:
/plugin install sales-prospecting
/plugin install content-marketing
/plugin install customer-analytics
Managing Plugins
List Installed Plugins
# All installed plugins
/plugin list
# Plugins from specific marketplace
/plugin list gtm-agents
Installation Process
- Copy the command for your role (from above)
- Paste it into Claude Code chat, one line at a time
- Press Enter after each command
- Wait for confirmation that each plugin is installed
ā±ļø Time: Installing 3 plugins takes about 30 seconds total.
Step 5: Try Your First Command
Now let's test your setup with a real task!
Example 1: Generate Sales Leads (Sales)
If you installed sales plugins, try this:
/sales-prospecting:generate-leads --criteria "SaaS companies, 50-200 employees, Series A funding"
What happens:
- Claude will generate a list of qualified leads matching your criteria
- You'll get company names, contact information, and talking points
- Results appear in seconds!
Example 2: Create Content (Marketing)
If you installed marketing plugins, try this:
/content-marketing:content-pipeline "AI in sales automation" --duration 1month
What happens:
- Claude creates a month-long content calendar
- You'll get blog topics, keywords, and publishing schedule
- Ready to use immediately!
Example 3: Analyze Metrics (Growth)
If you installed analytics plugins, try this:
/customer-analytics:segment-customers --method behavioral
What happens:
- Claude analyzes customer behavior patterns
- You'll get segmentation recommendations
- Actionable insights for targeting!
Using Natural Language (Works for Everyone!)
You can also just describe what you need in plain English:
"I need to write a cold email to a VP of Sales at a fintech company about our new CRM integration"
What happens:
- Claude automatically activates the right agents and skills
- You'll get a personalized, professional email draft
- No commands needed!
Next Steps
š Learn More
Now that you're set up, explore these resources:
- Quick Start Guide - Top 10 commands and real-world scenarios
- Usage Guide - Comprehensive command reference
- Plugin Reference - All 67 plugins explained
- Business Skills - 52 specialized skills you can use
š Expand Your Toolkit
Install more plugins as you need them:
# See all available plugins
/plugin
# Install additional plugins
/plugin install [plugin-name]
# Get help with any plugin
/help [plugin-name]
š” Pro Tips for Beginners
- Start simple - Use basic commands first, add complexity later
- Use natural language - Just describe what you need
- Ask for help - Type
/helpor ask Claude "How do I...?" - Experiment - You can't break anything, so try different commands
- Save favorites - Create aliases for commands you use often
š Common Next Steps by Role
Sales:
- Install
account-managementfor customer success workflows - Install
sales-callsfor call preparation and analysis - Install
enterprise-salesfor complex deal management
Marketing:
- Install
social-media-marketingfor social strategy - Install
seofor search optimization - Install
marketing-analyticsfor campaign ROI
Growth:
- Install
product-led-growthfor self-serve strategies - Install
growth-experimentsfor A/B testing - Install
business-intelligencefor executive reporting
Troubleshooting
Common Issues and Solutions
ā "Command not found" error
Problem: You typed a command but got an error.
Solution:
- Make sure you installed the required plugin first
- Check for typos in the command
- Try typing
/pluginto see installed plugins
ā "Marketplace not found" error
Problem: The marketplace couldn't be added.
Solution:
- Verify you're connected to the internet
- Check that you used the correct marketplace name
- Make sure you're in a workspace (Step 2)
ā Plugins not showing up
Problem: You installed plugins but can't use them.
Solution:
- Restart Claude Code
- Verify the workspace is open
- Type
/pluginto confirm installation
ā Claude isn't responding
Problem: Commands aren't working.
Solution:
- Check your internet connection
- Verify you're signed into your Claude account
- Try closing and reopening Claude Code
š Still stuck?
- Check the documentation: Usage Guide
- Ask Claude: Type "I'm having trouble with [describe issue]"
- Community support: Check GitHub Issues for similar problems
- Start fresh: Create a new workspace and try again
š You're Ready!
Congratulations! You've successfully:
- ā Installed Claude Code
- ā Set up your workspace
- ā Added the GTM Agents marketplace
- ā Installed your first plugins
- ā Ran your first command
You're now ready to automate and accelerate your GTM work with AI!
š Quick Reference Card
Save or print this for easy access!
Essential Commands
| Command | What It Does |
|---|---|
/plugin | Browse all available plugins |
/plugin install [name] | Install a specific plugin |
/help [plugin-name] | Get help with a plugin |
"How do I...?" | Ask Claude anything in plain English |
Starter Commands by Role
Sales:
/sales-prospecting:generate-leads --criteria "your ICP"
/sales-pipeline:analyze-pipeline
/sales-enablement:create-battlecard --competitor "Name"
Marketing:
/content-marketing:content-pipeline "topic" --duration 1month
/email-marketing:optimize-campaign --metric open-rate
/campaign-orchestration:launch-campaign "Campaign Name"
Growth:
/customer-analytics:segment-customers --method behavioral
/growth-experiments:design-experiment --hypothesis "your hypothesis"
/revenue-analytics:calculate-ltv
Tips for Success
- Start simple ā Add complexity as you learn
- Use natural language ā Just describe what you need
- Ask for help ā Claude is always ready to assist
- Experiment freely ā You can't break anything
- Save time ā Create aliases for frequent tasks
Common Patterns
Generate ā Review ā Refine:
# 1. Generate first draft
"Create a cold email for [prospect]"
# 2. Review and ask for changes
"Make it more casual and add a PS line"
# 3. Finalize
"Perfect! Save this as a template"
Chain commands for workflows:
# Generate leads ā Create sequence ā Schedule
/sales-prospecting:generate-leads |
/sales-prospecting:build-sequence |
/email-marketing:schedule-campaign
š Learning Resources
By Experience Level
Complete Beginner (You are here! ā)
- ā Getting Started Guide ā You just completed this!
- š Next: Quick Start Guide
Getting Comfortable
- š Usage Guide - Comprehensive command reference
- š Plugin Reference - Explore all 67 plugins
Power User
- š§ Business Skills - Master all 52 skills
- āļø Agent Reference - Understand the 92 agents
- šļø Architecture - Deep dive into design
Contributing Back
- š¤ Contributing Guide - Build your own plugins
ā Frequently Asked Questions
General Questions
Q: Do I need to know how to code? A: No! These plugins are designed for business users. Just describe what you need in plain English, and Claude will handle the rest.
Q: How much does this cost? A: You'll need a Claude account (check claude.ai for pricing). The GTM Agents plugins themselves are open-source and free to use.
Q: Will this work on my computer? A: Yes! Claude Code works on Windows, macOS, and Linux.
Q: How long does setup take? A: About 10-15 minutes for first-time setup. After that, installing new plugins takes just seconds.
Using the Plugins
Q: Do I need to install all 67 plugins? A: No! Start with 2-3 plugins for your role. You can always install more later.
Q: How do I know which plugins to install? A: Follow the recommendations in Step 4 based on your role (Sales, Marketing, or Growth).
Q: Can I uninstall plugins I don't use?
A: Yes! Type /plugin uninstall [plugin-name] to remove any plugin.
Q: What if I make a mistake? A: Don't worry! You can't break anything. Just ask Claude to help you fix it or undo changes.
Data and Privacy
Q: Is my data safe? A: Yes. All plugins follow Claude's security and privacy standards. Your data stays within your Claude workspace.
Q: Can I use this with my company's data? A: Check with your IT department first. Make sure using AI tools complies with your company's policies.
Q: Where is my work saved? A: Everything is saved in your workspace folder on your computer. You have full control over your files.
Getting Help
Q: What if a command doesn't work? A: Check the Troubleshooting section, or just ask Claude: "This command isn't working, can you help?"
Q: Can I see examples before trying a command?
A: Yes! Type /examples [command-name] to see usage examples.
Q: How do I learn more advanced features? A: Once you're comfortable with the basics, check out the Usage Guide and Business Skills documentation.
Q: Can I get one-on-one help? A: Ask Claude directly! Just describe your problem in the chat, and Claude will guide you through the solution.
Technical Questions
Q: Do I need an internet connection? A: Yes, Claude Code requires an internet connection to work.
Q: Can I use this offline? A: No, Claude Code needs to connect to Claude's AI to function.
Q: What if I'm behind a corporate firewall? A: You may need to work with your IT department to ensure Claude Code can connect to the internet.
Q: Can I use this on multiple computers? A: Yes! Just install Claude Code on each computer and sign in with the same account.
š Need Help?
- š Documentation: docs/ folder
- š¬ Ask Claude: Just describe your problem
- š Report Issues: GitHub Issues
- š” Share Ideas: GitHub Discussions
Welcome to the future of GTM work! š
Related Documents
Comprehensive AI Assistant Tools Reference
title: Comprehensive AI Assistant Tools Reference
iOS Deployment Guide
**Introduction:** Deploying the Krome app to iOS (iPhone/iPad) is a bit more involved due to Appleās ecosystem requirements. This guide will cover setting up an iOS development environment, building the Tauri app for iOS, publishing on Appleās App Store, alternative distribution options like TestFlight or Enterprise, the App Store review process, common pitfalls, and CI/CD for iOS. As before, we assume you know general development concepts but are new to iOS specifics.
How to Add Resources to Your FastMCP Server
In the Model Context Protocol (MCP), there are three main capabilities:
Continue.dev MCP Integration Setup Guide
Edit your Continue.dev configuration file: