agency-docs-updater

Automates publishing Claude Code meeting transcripts to YouTube and agency-docs MDX pages.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/KISHOR403/claude-skills --skill agency-docs-updater-kishor403
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-docs-updater
Source: https://github.com/KISHOR403/claude-skills/tree/main/agency-docs-updater
Command: npx skills add https://github.com/KISHOR403/claude-skills --skill agency-docs-updater-kishor403

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the end-to-end publishing workflow for Claude Code lab meetings, transforming transcripts into YouTube content and ready-to-publish agency-docs pages, eliminating manual handoffs and reducing deployment time.

Core Features & Use Cases

  • Find and extract Fathom transcripts, download and upload meeting videos to YouTube, and generate a fact-checked Russian summary.
  • Create and push MDX meeting documentation to the agency docs site, integrating transcripts, videos, and presentations.
  • Orchestrate multi-step pipelines with optional parallel steps, automatic language handling, and robust error-recovery workflows for production-grade deployments.

Quick Start

Copy the skill into your Claude Code skills directory and invoke the pipeline with a meeting identifier.

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 publishing meeting transcripts to YouTube and MDX documentation?

Automating meeting transcript publishing involves locating transcripts, downloading videos, uploading to YouTube, generating summaries, and creating MDX documentation for deployment. This pipeline coordinates multiple CLI tools to eliminate manual handoffs.

Can I generate translated summaries and push them to an agency docs site automatically?

Yes, translated summaries can be generated automatically during the publishing workflow. The pipeline supports optional language translation workflows, such as generating a fact-checked Russian summary, and pushes the resulting MDX documentation to the agency docs site.

What is the best way to handle errors in an automated video publishing and documentation workflow?

Handling errors in an automated video publishing workflow requires recoverable steps within the pipeline. The process coordinates multiple CLI tools and supports robust error-recovery workflows to ensure production-grade deployments proceed without manual intervention.

Does the end-to-end meeting publishing pipeline support parallel processing for video uploads and MDX generation?

Yes, the end-to-end meeting publishing pipeline supports optional parallel steps to save time. It orchestrates multi-step pipelines that can concurrently handle video uploading, transcript processing, and MDX documentation generation.

How do I integrate presentation assets into MDX meeting documentation?

Integrating presentation assets into MDX meeting documentation is supported during the creation phase. The pipeline creates and pushes MDX files to the agency docs site, seamlessly integrating meeting transcripts, uploaded videos, and optional presentation assets.