Files
marketingskills/.gitignore
T
Corey Haines b5622444b9 feat: add video skill for AI video production
New skill covering programmatic video (Remotion, Hyperframes), AI video
generation (Veo, Runway, Kling), AI avatars (HeyGen, Synthesia), and
editing/repurposing workflows. Includes AI video prompting reference.

New tool integrations: HeyGen (MCP-enabled), Hyperframes (open source).
Updated tools registry with Video category expansion.

Total skills: 39

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-24 11:32:24 -07:00

26 lines
273 B
Plaintext

# Dependencies
node_modules/
# Environment variables / secrets
.env
.env.*
!.env.example
# macOS
.DS_Store
**/.DS_Store
# macOS / iCloud duplicate files
* 2.*
* 2/
# Remotion video project (root only, not skills/video/)
/video/
# Editor
*.swp
*.swo
*~
.idea/
.vscode/