Claude-code-templates heygen-best-practices

Best practices for HeyGen - AI avatar video creation API

install
source · Clone the upstream repo
git clone https://github.com/davila7/claude-code-templates
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/davila7/claude-code-templates "$T" && mkdir -p ~/.claude/skills && cp -r "$T/cli-tool/components/skills/development/heygen-best-practices" ~/.claude/skills/davila7-claude-code-templates-heygen-best-practices && rm -rf "$T"
manifest: cli-tool/components/skills/development/heygen-best-practices/SKILL.md
source content

When to use

Use this skill whenever you are dealing with HeyGen API code to obtain domain-specific knowledge for creating AI avatar videos, managing avatars, handling video generation workflows, and integrating with HeyGen's services.

How to use

Read individual rule files for detailed explanations and code examples:

Foundation

Core Video Creation

Video Customization

Advanced Features

Integration