Skip to content
Skillv1.0.0

fathom-reference-architecture

Reference architecture for Fathom meeting intelligence integrations. Trigger with phrases like "fathom architecture", "fathom design", "fathom integration pattern".

by jeremylongshore(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from jeremylongshore/tons-of-skills-marketplace (plugins/saas-packs/fathom-pack/skills/fathom-reference-architecture/SKILL.md). Install upstream with npx skills add jeremylongshore/tons-of-skills-marketplace --skill fathom-reference-architecture. Copyright stays with the author (MIT).

Fathom Reference Architecture

Overview

Define meeting ingestion, consent, Fathom processing, CRM/follow-up integration, redacted observability, retention, and incident boundaries as an owned system.

Prerequisites

  • A documented data/consent model, environment boundaries, integration owners, and approved data-retention policy.

Instructions

  1. Map meeting sources, identities, processing, integrations, access, and audit paths to owners.
  2. Separate development/staging/production credentials and use role-limited access at every boundary.
  3. Build idempotent integrations and fallback/rollback decisions before production automation.

Output

  • An architecture record with trust boundaries, ownership, consent/data controls, and reversible integration points.

Error Handling

Condition Safe response
CRM or follow-up integration fails Pause the affected automation and use the documented reconciliation path.
Access boundary is unclear Use the restrictive setting and escalate to the data/tenant owner.
Meeting content is exposed Restrict access and follow the incident procedure.

Examples

Model a development flow from a synthetic meeting to a scoped Fathom integration and test CRM record, retaining only opaque correlation/audit metadata. Promote the reviewed version through staging before a production canary; do not make summary output an unreviewed system of record.

Architecture

┌──────────────┐     ┌─────────────────┐     ┌──────────────────┐
│  Fathom AI   │────▶│  Webhook        │────▶│  Meeting DB      │
│  (Recordings)│     │  Handler        │     │  (PostgreSQL)    │
└──────────────┘     └─────────────────┘     └────────┬─────────┘
                                                       │
                     ┌─────────────────┐     ┌────────▼─────────┐
                     │  Action Item    │     │  CRM Sync        │
                     │  Extractor      │────▶│  (Salesforce/    │
                     └─────────────────┘     │   HubSpot)       │
                            │                └──────────────────┘
                     ┌──────▼──────────┐
                     │  Follow-up      │
                     │  Email Sender   │
                     └─────────────────┘

Project Structure

fathom-platform/
├── src/
│   ├── fathom_client.py
│   ├── webhook_handler.py
│   ├── transcript_processor.py
│   ├── action_extractor.py
│   ├── crm_sync.py
│   └── email_sender.py
├── sql/
│   └── schema.sql
├── tests/
│   ├── fixtures/
│   └── test_processor.py
└── deploy/
    ├── cloud-function/
    └── docker-compose.yaml

Key Design Decisions

Decision Choice Rationale
Data delivery Webhooks Real-time, no polling
Storage PostgreSQL Structured meeting data
Processing Cloud Function Serverless, scales with meeting volume
CRM sync Async queue Handles CRM rate limits

Resources

Next Steps

This completes the Fathom skill pack. Start with fathom-install-auth.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/jeremylongshore-tons-of-skills-marketplace-fathom-refere-7e8702/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

jeremylongshore-tons-of-skills-marketplace-fathom-refere-7e8702.ocm.jsonjson
{
  "ocm": "1",
  "id": "jeremylongshore-tons-of-skills-marketplace-fathom-refere-7e8702",
  "kind": "skill",
  "name": "fathom-reference-architecture",
  "description": "Reference architecture for Fathom meeting intelligence integrations. Trigger with phrases like \"fathom architecture\", \"fathom design\", \"fathom integration pattern\".",
  "publisher": "jeremylongshore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "saas",
      "meeting-intelligence",
      "ai-notes",
      "fathom",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Reference architecture for Fathom meeting intelligence integrations. Trigger with phrases like \"fathom architecture\", \"fathom design\", \"fathom integration pattern\"."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/jeremylongshore/tons-of-skills-marketplace",
      "path": "plugins/saas-packs/fathom-pack/skills/fathom-reference-architecture/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/jeremylongshore/tons-of-skills-marketplace/blob/HEAD/plugins/saas-packs/fathom-pack/skills/fathom-reference-architecture/SKILL.md",
      "key": "jeremylongshore/tons-of-skills-marketplace/plugins/saas-packs/fathom-pack/skills/fathom-reference-architecture/SKILL.md"
    },
    "compatibility": "Designed for Claude Code",
    "allowed_tools": [
      "Read,",
      "Grep"
    ],
    "license": "MIT"
  },
  "instructions": "# Fathom Reference Architecture\n\n## Overview\n\nDefine meeting ingestion, consent, Fathom processing, CRM/follow-up integration, redacted observability, retention, and incident boundaries as an owned system.\n\n## Prerequisites\n\n- A documented data/consent model, environment boundaries, integration owners, and approved data-retention policy.\n\n## Instructions\n\n1. Map meeting sources, identities, processing, integrations, access, and audit paths to owners.\n2. Separate development/staging/production credentials and use role-limited access at every boundary.\n3. Build idempotent integrations and fallba",
  "cost": {
    "context_tokens": 793
  }
}

Fetch it by URL: GET /api/v1/registry/jeremylongshore-tons-of-skills-marketplace-fathom-refere-7e8702/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.