Agent Plugins Marketplace
All plugins

majestic-sales

v0.1.0

B2B selling: ICP definition, outbound prospecting, pipeline analysis, enablement, proposals, and account expansion.

CodexClaude CodeAgent Plugins6 Skills

By Majestic LabsLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
6 skill or MCP entries
Source updated
Aug 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add majestic-sales@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/majesticlabs-dev/majestic-abilities

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sales/.

Plugin files

plugins/sales/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/account-expansion/SKILL.md
├── skills/icp-definition/SKILL.md
├── skills/outbound-prospecting/SKILL.md
├── skills/pipeline-analysis/SKILL.md
├── skills/sales-enablement/SKILL.md
└── skills/sales-proposal/SKILL.md

Included Skills6

account-expansionskills/account-expansion/SKILL.md

Grow and retain existing customer revenue through health evidence, value reviews, expansion triggers, respectful win-back, and in-relationship referral asks. Use when preparing QBRs, evaluating an upsell, responding to churn risk, or re-engaging a former customer.

icp-definitionskills/icp-definition/SKILL.md

Define and validate an Ideal Customer Profile with fit criteria, buyer roles, disqualifiers, account scoring, and a validation plan. Use when deciding who to target, correcting low-quality pipeline, or aligning sales and marketing on a defensible customer segment.

outbound-prospectingskills/outbound-prospecting/SKILL.md

Design and diagnose evidence-safe cold outreach sequences across email, phone, and professional social channels. Use when building a prospecting sequence, fixing low reply or meeting rates, choosing personalization depth, or testing channel and message changes.

pipeline-analysisskills/pipeline-analysis/SKILL.md

Diagnose B2B pipeline health, challenge a forecast, and run recurring pipeline reviews using coverage, conversion, velocity, deal age, and stage evidence. Use when assessing quota risk, slipped deals, forecast confidence, or pipeline bottlenecks.

sales-enablementskills/sales-enablement/SKILL.md

Build a B2B sales playbook for qualification, discovery, demos, objections, competitive positioning, follow-up, and closing. Use when preparing a team or representative for a sales motion or specific deal and creating reusable, evidence-backed talk tracks.

sales-proposalskills/sales-proposal/SKILL.md

Write an end-to-end sales proposal from qualified deal intake through executive summary, scope, pricing options, evidence-based value, delivery, and next steps. Use when a buyer needs a written commercial proposal or response after discovery.

Plugin manifests3

plugins/sales/.codex-plugin/plugin.json
{
  "name": "majestic-sales",
  "version": "0.1.0",
  "description": "B2B selling: ICP definition, outbound prospecting, pipeline analysis, enablement, proposals, and account expansion.",
  "author": {
    "name": "Majestic Labs"
  },
  "license": "MIT",
  "keywords": [
    "sales",
    "b2b",
    "outbound"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Majestic Sales",
    "shortDescription": "B2B ICP, prospecting, pipeline, and account-growth skills.",
    "longDescription": "B2B selling: ICP definition, outbound prospecting, pipeline analysis, enablement, proposals, and account expansion.",
    "developerName": "Majestic Labs",
    "category": "Sales",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Define the right customer profile.",
      "Review this B2B pipeline."
    ]
  }
}
plugins/sales/.claude-plugin/plugin.json
{
  "name": "majestic-sales",
  "displayName": "Majestic Sales",
  "version": "0.1.0",
  "description": "B2B selling: ICP definition, outbound prospecting, pipeline analysis, enablement, proposals, and account expansion.",
  "author": {
    "name": "Majestic Labs"
  },
  "license": "MIT",
  "keywords": [
    "sales",
    "b2b",
    "outbound"
  ]
}
plugins/sales/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "majestic-sales",
  "version": "0.1.0",
  "description": "B2B selling: ICP definition, outbound prospecting, pipeline analysis, enablement, proposals, and account expansion.",
  "author": {
    "name": "Majestic Labs"
  },
  "license": "MIT",
  "keywords": [
    "sales",
    "b2b",
    "outbound"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[majestic-sales on Agent Plugins Marketplace](https://pluginsmp.com/plugins/majestic-sales)