agency-docs-updater

Automate publishing of Claude Code lab meeting transcripts into deployed MDX documentation.

345|52|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/glebis/claude-skills --skill agency-docs-updater-glebis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-docs-updater
Source: https://github.com/glebis/claude-skills/tree/main/agency-docs-updater
Command: npx skills add https://github.com/glebis/claude-skills --skill agency-docs-updater-glebis

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, turning transcripts into fully documented MDX pages deployed to agency-docs.

Core Features & Use Cases

  • Orchestrates transcript discovery, video download, YouTube/Yandex uploads, and automated Russian summaries to produce ready-to-publish meeting docs.
  • Generates MDX content, integrates presentation assets when available, and pushes updates to Vercel-backed deployments.
  • Supports error recovery and guidance for common failure modes to keep pipelines running with minimal manual intervention.

Quick Start

Run the agency-docs-updater to process transcripts, upload videos, generate summaries, and deploy updates.

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 MDX documentation generation from meeting transcripts?

Automating MDX documentation from transcripts involves discovering transcript files, generating summaries, creating MDX pages with frontmatter, and deploying updates. This skill orchestrates each step sequentially with error recovery support.

What's the best way to publish lab meeting transcripts end-to-end?

Publishing lab meeting transcripts end-to-end is best handled by automating discovery, video upload, summary generation, and MDX deployment. The workflow coordinates YouTube and Yandex uploads, integrates presentation assets, and pushes final docs automatically.

Can I upload video recordings to YouTube and Yandex as part of a documentation workflow?

Yes, uploading video recordings to YouTube and Yandex is supported within the documentation workflow. The pipeline manages video downloads, executes uploads to both platforms, and embeds video references into the generated MDX pages.

Does the transcript publishing pipeline support error recovery for failed steps?

Yes, the transcript publishing pipeline includes error recovery and guidance for common failure modes. Modular step coordination enables retrying failed stages such as video uploads or MDX generation without restarting the entire workflow.

How do I generate Russian summaries from video transcripts automatically?

Russian summaries from video transcripts are generated automatically during the publishing workflow. After discovering and processing transcripts, the pipeline produces automated Russian summaries and embeds them into the final MDX documentation output.

Do I need Vercel to deploy MDX documentation from transcript workflows?

Vercel is used as the deployment target for pushing MDX documentation updates generated from transcripts. The workflow is designed to push finalized MDX content and presentation assets to Vercel-backed deployments for live publishing.