agency-docs-updater

Generate publish-ready MDX meeting documentation from Fathom transcripts and YouTube links.

3|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/pinion05/skills --skill agency-docs-updater
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-docs-updater
Source: https://github.com/pinion05/skills/tree/main/agency-docs-updater
Command: npx skills add https://github.com/pinion05/skills --skill agency-docs-updater

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation and ongoing updating of meeting documentation after Claude Code lab sessions, consolidating transcripts, video links, and presentation content into a single, publish-ready MDX file.

Core Features & Use Cases

  • Auto-detects lab numbers from filenames and generates the next meeting docs in the agency-docs repository.
  • Aggregates Fathom transcripts, YouTube embeds, and fact-checked summaries, and merges presentation content when available.
  • Commits and pushes changes to trigger deployment pipelines and keeps docs in sync with lab activity.

Quick Start

  • Generate a fact-checked summary using claude-code-guide for the lab transcript.
  • Run the update script: python3 scripts/update_meeting_doc.py <transcript.md> <youtube_url> summary.md
  • Edit the generated frontmatter to finalize title and description, then git add/commit/push and verify deployment.

Frequently Asked Questions about agency-docs-updater

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate meeting documentation from Fathom transcripts and YouTube videos?

Meeting documentation is automated by running a script that merges Fathom transcripts, YouTube embeds, and fact-checked summaries into a publish-ready MDX file. The script auto-detects lab numbers from filenames and consolidates all content into a single document.

How do I embed YouTube links and transcripts into an MDX file automatically?

Embedding YouTube links and transcripts into an MDX file is handled by passing the transcript file and YouTube URL to the update script. The script embeds video content and merges fact-checked summaries directly into the final MDX output.

Can I auto-detect meeting or lab numbers from filenames when generating MDX documentation?

Auto-detecting lab numbers from filenames is a built-in feature of the documentation update script. It reads the filename to determine the lab number and supports both auto-detection and explicit meeting numbering for generating the next meeting docs.

What do I need to prepare before generating MDX meeting docs from Claude Code lab sessions?

Before generating MDX meeting docs, you need a fact-checked summary file, a Fathom transcript file, and a YouTube URL. You generate the summary using claude-code-guide, then run the Python update script with these inputs to produce the document.

Does the meeting documentation workflow support translation and version control?

The meeting documentation workflow supports optional translation and version control through git. After editing the generated frontmatter, you git add, commit, and push the MDX file to trigger deployment pipelines and keep docs in sync with lab activity.

Why is my meeting documentation update script not producing the correct frontmatter?

Frontmatter issues occur because the script enforces a frontmatter-driven entry that requires manual editing to finalize the title and description. You must generate the MDX file first, then edit the frontmatter to finalize metadata before committing and pushing.