fathom-reference-architecture

Solid

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

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
88
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Fathom Reference Architecture ## 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 volum...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

fathom-deploy-integration

Deploy Fathom webhook handlers and meeting sync services. Trigger with phrases like "deploy fathom", "fathom webhook server", "fathom cloud function".

2,266 Updated today
jeremylongshore
AI & Automation Featured

fireflies-reference-architecture

Design meeting intelligence architecture with Fireflies.ai GraphQL API, webhooks, and CRM sync. Use when designing new integrations, planning transcript pipelines, or establishing architecture for meeting analytics platforms. Trigger with phrases like "fireflies architecture", "fireflies design", "fireflies project structure", "meeting intelligence pipeline".

2,266 Updated today
jeremylongshore
AI & Automation Featured

fathom-core-workflow-a

Build a meeting analytics pipeline with Fathom transcripts and summaries. Use when extracting insights from meetings, building CRM sync, or creating automated meeting follow-up workflows. Trigger with phrases like "fathom analytics", "fathom meeting pipeline", "fathom transcript analysis", "fathom action items sync".

2,266 Updated today
jeremylongshore
AI & Automation Featured

fathom-webhooks-events

Configure Fathom webhooks for real-time meeting notifications. Use when setting up automated meeting processing, receiving real-time transcripts, or triggering workflows when meetings complete. Trigger with phrases like "fathom webhook", "fathom notifications", "fathom real-time", "fathom event handler".

2,266 Updated today
jeremylongshore
AI & Automation Featured

fathom-hello-world

Retrieve meeting transcripts and summaries from the Fathom API. Use when fetching meeting data, testing API access, or learning Fathom API response structure. Trigger with phrases like "fathom hello world", "fathom first api call", "get fathom transcript", "fathom meeting data".

2,266 Updated today
jeremylongshore