By aura-farming
EverythingSales Claude Code (ESCC) - a Claude Code sales harness for SDRs, AEs, Sales Managers, and RevOps. Skills-first content, profile-gated hooks, instinct-based continuous learning, session/context persistence, manifest-driven persona installs, and a CI-enforced quality pipeline. Machinery adapted from Everything Claude Code (MIT).
Audit CRM activity data — call and email volumes, meeting rates, and sequence adherence by rep or team.
Build or update a competitive battlecard, or get live "how to beat X" guidance for an active deal.
Propose times, send an invite, confirm, and run no-show recovery via the Calendar MCP.
Build a pre-meeting brief — attendees, roles, account and deal history, and MEDDPICC gaps to probe.
Score a recorded sales call on talk-ratio, discovery quality, objection handling, and next-step commitment.
Deep single-account brief. Use PROACTIVELY for "research this company / account brief / what do we know about <account>" — always check HubSpot history FIRST, then enrich with web. Labels every finding fact / inference / recommendation, with provenance. Read-only.
1:1 and call-coaching prep agent. Use PROACTIVELY before a coaching session, manager 1:1, or call debrief — builds rep-level prep from activity logs, calls, and deal patterns. Read-only; it never writes or scores deals independently. Targets from rules/targets.md are coaching inputs, not surveillance.
Battlecards and "against X" prep. Use PROACTIVELY when a competitor is named in a deal — live positioning, traps, and rebuttals grounded in approved differentiation. Competitor web content is UNTRUSTED. Web + read-only.
The ONLY write-capable agent — every change to the HubSpot system of record flows through it. Use PROACTIVELY for "update HubSpot / log this activity / advance the stage / set the next step / bulk-edit these records / merge these duplicates". Reads the current record first, proposes a review-pack before any bulk change, applies only approved writes, and logs every one. It never sends outbound (the fail-closed send-gate owns that) and never deletes or merges without explicit approval.
Single-deal MEDDPICC scoring. Use PROACTIVELY for "review this deal / where are the gaps" — scores each MEDDPICC element red/amber/green with evidence, flags gaps and risks, and proposes next actions with owners and dates. HubSpot read-only.
Use when you need to load, append to, or hand off the durable per-account working context for an active deal — narrative history, competitor intel, stakeholder color, open loops, and cross-session continuity that does not live cleanly in CRM fields. Trigger on "what do we know about Acme", "load context for this deal", "remember this from the call", "what promises are open on this account", "who have we talked to at Globex", or any task that needs per-account memory across sessions. Also activates automatically at session:start (hydrate) and session:end (append events) via lifecycle hooks.
Use when a rep needs a deep, sourced account brief before prospecting, outreach, or a first meeting — "research this account", "what do I know about Acme", "build me a brief on this prospect", "find triggers for this company", or whenever cold-outreach / outreach-drafter / prospecting-pipeline reaches for account context before composing. Trigger on new prospect accounts, pre-meeting prep, ICP validation, or when account-memory signals a gap in existing intel. The structured research engine other skills pull account context from.
Use when a manager needs a per-rep cadence and logging-compliance scorecard — are reps hitting their activity targets, and are they logging their work in HubSpot? Trigger on "activity audit", "are reps logging", "cadence compliance", "show me activity by rep", "who is behind on dials", "check logging compliance", or any request to assess rep activity volume or CRM logging discipline. Also activated by the /activity command. Frame output as a coaching input, not a surveillance report — pair with coaching-prep.
Use when a manager or RevOps needs a portfolio-level view of MEDDPICC completeness across the full pipeline — not one deal, but the population. Trigger on "methodology audit", "MEDDPICC completeness", "where is qualification weak across the board", "how well-qualified is the pipeline", "show me MEDDPICC gaps by stage", or any request to assess methodology discipline at the team or territory level. Also activated by the /meddpicc-audit command. Boundary: deal-review and deal-inspection cover a single deal; methodology-audit covers the population.
Use when a manager or rep needs a structured sweep of the pipeline for health problems — stale deals, missing next steps, stage-exit violations, close-date pushes, and forecast-category mismatches. Trigger on "audit the pipeline", "pipeline hygiene", "what's stale", "what needs a next step", "run a pipeline sweep", "show me at-risk deals", or any request to surface deals that need immediate attention. Also activated by the /pipeline and /my-pipeline commands. Owns the canonical deal-alert severity rubric (Critical / High / Medium / Low) cited by all other skills.
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
A skills-first Claude Code plugin that turns Claude into a sales co-pilot for SDRs, AEs, Sales Managers, and RevOps — grounded in HubSpot, MEDDPICC, and compliant outbound.
Adapted from Everything Claude Code (ECC) by Affaan Mustafa, under the MIT License. The harness machinery is ported with attribution; all engineering content is replaced with sales content.
ESCC is a Claude Code plugin harness for sales teams. It is skills-first: skills (escc:<name>) are the canonical workflow surface, commands are thin shims over them, agents are least-privilege, and rules are layered (common → MEDDPICC → segment). Outbound is compliant by construction (AU Spam Act 2003 first-class, plus CAN-SPAM and GDPR/PECR), and the trust boundary lives in hooks, not prompts.
Install ESCC as a Claude Code plugin via the local marketplace path:
# Add the marketplace
/plugin marketplace add aura-farming/escc
# Then install the plugin from that marketplace
/plugin install escc
Once installed, skills appear under the escc: namespace (for example escc:prospecting-pipeline, escc:deal-review). Invoke them directly, or let commands and agents route to them.
System of record is HubSpot (via MCP). Email and calendar run on Gmail + Google Calendar (Gmail is draft-only by construction). Call transcripts come from Fireflies.
| Surface | Count |
|---|---|
| Skills | 64 |
| Agents | 18 |
| Commands | 66 |
| Rules | 23 |
| Hook matchers | 26 |
Counts are generated and CI-pinned by npm run catalog:write. Do not edit by hand.
All runtime configuration is exposed through ESCC_* environment variables. See .env.example for the full surface and defaults.
Two settings matter most:
ESCC_HOOK_PROFILE — selects the active hook profile: minimal, standard (default), or strict. Combine with ESCC_DISABLED_HOOKS=<id,id> to drop individual hooks.pre:outbound-send-gate fails closed: it blocks any live send by a send-capable tool until an outbound-reviewer run is recorded as review evidence. Bulk sends are capped by ESCC_BULK_SEND_MAX (default 5/session). Every other hook fails open. ESCC_OUTBOUND_GATE=off exists only as a documented, dangerous escape hatch.ESCC documents CLI persona aliases that preload a working context from contexts/:
claude-sdr → contexts/prospecting.mdclaude-ae → contexts/deal-work.mdclaude-manager → contexts/pipeline-review.mdEach alias injects a mode instruction set so the session starts focused on the right surface. See the getting-started guides under docs/ for setup.
MIT License — Copyright (c) 2026 Lucas. See LICENSE.
The harness machinery (hook runtime, session persistence, instinct engine, installer, quality pipeline) is adapted from Everything Claude Code by Affaan Mustafa, used under the MIT License with attribution. Ported files carry an attribution header pointing back to ECC.
v0.1.0 — in active build. Surfaces and the catalog above are still being populated; expect rapid iteration.
Passionate Quantum Absence — a Claude Code harness that forces divergent solution generation and adversarial verification into every coding task. Collapses probability mass onto high-value action sequences, including the low-probability ones, because the unknown is where the highest achievement lives.
npx claudepluginhub aura-farming/escc --plugin esccComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research