Agent skill

fathom-upgrade-migration

Handle Fathom API changes and version migrations. Trigger with phrases like "upgrade fathom", "fathom api changes", "fathom migration".

Stars 1,803
Forks 241

Install this agent skill to your Project

npx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/plugins/saas-packs/fathom-pack/skills/fathom-upgrade-migration

SKILL.md

Fathom Upgrade & Migration

Version Tracking

The Fathom API is at /external/v1. Monitor for changes:

python
def validate_api_schema(client):
    meetings = client.list_meetings(limit=1)
    if meetings:
        expected_fields = {"id", "title", "created_at"}
        actual_fields = set(meetings[0].keys())
        new_fields = actual_fields - expected_fields
        if new_fields:
            print(f"New fields detected: {new_fields}")

Resources

Next Steps

For CI, see fathom-ci-integration.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results