ge-suite
Global Exporters operating team: the email command centre, freight quote intake into Airtable, and the hard gated verification protocol for the Command Centre app.
By Gareth CohenLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 16, 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 ge-suite for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ge-suite@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/Drummingazz/claude-universal-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ge-suite/.
Plugin files
├── .claude-plugin/plugin.json├── skills/email-command-centre/SKILL.md├── skills/freight-quote-intake/SKILL.md└── skills/ge-debug-verify/SKILL.md
Included Skills3
Global Exporters email command centre. Scans the Outlook inbox, ranks emails by what matters most (silently), asks which one to work on, and only drafts after explicit approval. Five modes: scan, priority alignment, email detail, draft, follow-up. Replaces email-scanner-ge with a cleaner flow that never drafts during scan and never surfaces internal scoring labels. Approval gates are absolute before any draft, send, archive, delete, mailbox-state change, or Airtable/Obsidian write. Use when Gareth says "command centre", "email command centre", "scan inbox", "check my inbox", "process my emails", "triage my inbox", "what's in my inbox", "what needs my attention", "draft a reply", or "write an email to".
Capture an incoming freight quote into the Global Exporters OS Airtable base. Use whenever Gareth shares a freight, shipping, or reefer quote from a carrier or forwarder (Seaway, MSC, CMA CGM, DHL, CT Freight, Kuehne + Nagel, Team Global Express, and others) for sea reefer, sea dry, or air freight out of Australia (usually Adelaide) to the UAE. Triggers include "log this quote", "add this freight quote", "here's the reefer rate from…", "enter this into Freight Quotes", forwarding a rate email, or pasting ocean/air freight pricing. The skill extracts every field, marks anything absent as MISSING, converts to AUD at a live rate (storing the exact rate and timestamp), scores completeness, rates cold-chain risk and competitive position, links the Route and Freight Provider records, then PREVIEWS the mapped record and waits for explicit approval before writing anything to Production. Use it even if Gareth never says "skill" or "Airtable" — any time a freight quote needs capturing, this is the tool.
HARD-GATED debugging verification protocol for the Global Exporters Command Centre app
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "ge-suite",
"displayName": "Global Exporters Suite",
"description": "Global Exporters operating team: the email command centre, freight quote intake into Airtable, and the hard gated verification protocol for the Command Centre app.",
"author": {
"name": "Gareth Cohen",
"email": "[email protected]"
},
"repository": "https://github.com/Drummingazz/claude-universal-skills",
"license": "MIT",
"keywords": [
"global-exporters",
"freight",
"email",
"airtable",
"uae"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[ge-suite on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ge-suite)