Leaderboard/Agent Orchestration/ai-sales-team-claude
Last commit on March 10, 2026·Created on March 10, 2026

zubair-trabzada/ai-sales-team-claude

Covers the sales cycle from prospect research to proposal writing.
Combined rank
#239
across all skills
In Agent Orchestration
#16
category rank
Stars
1.4k
+14.1% in last 7d
Forks
362
+6.5% in last 7d
Watchers
10
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill library bundles fourteen sales workflows into a single command-based system. It helps founders, solopreneurs, and small sales teams research companies, qualify leads, map decision-makers, generate cold outreach and follow-up sequences, prepare meeting briefs, build proposals, and compile pipeline reports — all from the terminal. The orchestrator skill routes to sub-skills so users can go deep on individual tasks or run a full prospect analysis with five parallel agents.

WHO IT'S FOR
Founders and Solopreneurs
research prospects and generate outreach
Sales Teams and Agency Owners
qualify leads and prepare for meetings
Sales Operations and Revenue Leaders
compile pipeline reports and analyze deals
B2B Sales Development Reps
generate cold outreach and follow-up sequences
Repository contents

14 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Claude Code one-command bundle install

Installs: Complete AI Sales Team bundle: 14 skills, 5 agents, Python scripts, and templates. · Claude Code

Before you start
  • Claude Code
  • curl
  • Bash
  • Python 3, required for the installed scripts
  1. After ensuring Python 3 is installed, run this command in a terminal to download and execute the bundle installer.

    curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-sales-team-claude/main/install.sh | bash
install.sh · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Create a quick prospect snapshot

Uses sales

  • Replace <url> with the prospect company's website URL.
Use the sales skill to create a quick prospect snapshot for <url>, including a concise scorecard, the top three opportunities, and the top three concerns.
sales/SKILL.md · Checked Sep 18, 2026install.sh · Checked Sep 18, 2026
Suggested first task

Build an ideal customer profile

Uses sales-icp

  • Replace <description> with a description of your business, product, or service; include current customers, price or deal size, and differentiators when available.
Use the sales-icp skill to build an actionable ideal customer profile from this business, product, or service description: <description>.
skills/sales-icp/SKILL.md · Checked Sep 18, 2026install.sh · Checked Sep 18, 2026
Suggested first task

Draft a contextual follow-up sequence

Uses sales-followup

  • Replace <prospect> with a company name, contact name, URL, or prospect description.
  • Provide the previous interaction type and date, at least three discussion points, the prospect's pain points, any agreed next step, their role, deal stage and temperature, and the product or service discussed.
Use the sales-followup skill to draft a contextual follow-up email sequence for <prospect> based on the supplied interaction details.
skills/sales-followup/SKILL.md · Checked Sep 18, 2026install.sh · Checked Sep 18, 2026