GitHub
Skills harvested from GitHub repositories
14810 skills availablefathom-sdk-patterns
import os, requests from dataclasses import dataclass from typing import Optional @dataclass class FathomConfig: apikey:...
fathom-reference-architecture
┌──────────────┐ ┌─────────────────┐ ┌──────────────────┐ │ Fathom AI │────▶│ Webhook │────▶│ Meetin...
fathom-rate-limits
Fathom's API enforces a strict 60 requests-per-minute cap per user across all API keys. Since meeting transcripts and ac...
fathom-prod-checklist
Fathom provides AI-powered meeting intelligence with automated transcription, summaries, and action item extraction. A p...
fathom-local-dev-loop
fathom-integration/ ├── src/ │ ├── fathomclient.py │ ├── transcriptprocessor.py │ └── webhookhandler.py ├── tests/...
fathom-performance-tuning
Fathom's meeting intelligence API serves transcript downloads, bulk meeting sync, and action item aggregation. Transcrip...
fathom-hello-world
First API calls against Fathom: list meetings, get a transcript, retrieve AI-generated summaries and action items. Compl...
fathom-core-workflow-b
Automate post-meeting workflows: sync meeting notes to CRM opportunities, send follow-up emails with action items, and m...
fathom-deploy-integration
Deploy a containerized Fathom AI meeting integration service with Docker. This skill covers building a production image ...
fathom-core-workflow-a
Build automated meeting analytics: extract action items, sync to project management tools, analyze meeting patterns, and...
fathom-common-errors
Fix: Regenerate API key at Settings > Integrations > API Access. Limit: 60 calls per minute across all API keys. Fix: Im...
adobe-deploy-integration
Deploy Adobe-powered applications to three platforms: Vercel (serverless), Google Cloud Run (containers), and Adobe App ...
fathom-ci-integration
Set up CI/CD for Fathom meeting intelligence integrations: run unit tests with mocked transcript and action-item respons...
vertex-agent-builder
This skill provides production-ready scaffolding and deployment for generative AI agents using Google Cloud's Vertex AI ...
supabase-load-scale
Supabase scaling operates at six layers: read replicas (offload analytics and reporting queries), connection pooling (Su...
data-lineage-tracker
This skill provides automated assistance for data lineage tracker tasks within the Data Pipelines domain. This skill act...
documenso-performance-tuning
Optimize Documenso integrations for speed and efficiency. Key strategies: reduce API round-trips with templates, cache d...
vercel-advanced-troubleshooting
Diagnose hard-to-find Vercel issues: intermittent cold start failures, edge function crashes, region-specific behavior, ...
langfuse-prod-checklist
Comprehensive checklist for deploying Langfuse observability to production with verified configuration, error handling, ...
time-series-forecaster
This skill empowers Claude to perform time series forecasting, providing insights into future trends and patterns. It au...
appfolio-ci-integration
Configure CI pipelines that validate AppFolio property management API integrations using a two-tier strategy. Unit tests...
flyio-ci-integration
Set up CI/CD for Fly.io edge deployments: run unit tests on every PR, deploy to staging on pull requests, and promote to...
dependency-checker
This skill empowers Claude to automatically analyze your project's dependencies for security vulnerabilities, outdated p...
cohere-upgrade-migration
Guide for migrating from Cohere API v1 to v2 and upgrading the cohere-ai TypeScript / cohere Python SDK. Covers every br...