This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: viral-content-factory | |
| description: Create viral social media content (TikTok/Instagram carousels and outfit-change videos) for app promotion. Generates AI characters, carousel image sets via Gemini, and animated mannequin videos via Kling 3/fal.ai. This skill should be used when the user wants to create new carousel content, mannequin videos, or expand the content library for any character. | |
| tools: Read, Write, Edit, Bash, Glob, Grep, Agent | |
| --- | |
| # Viral Content Factory | |
| End-to-end system for generating viral TikTok/Instagram content promoting a product through AI-generated characters. Creates two content types: | |
| 1. **Carousels** — sets of 7-8 styled images per topic (Gemini image generation) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Created by Nadya Zueva on 06.04.17. | |
| // | |
| #pragma once | |
| #include <algorithm> | |
| #include <atomic> | |
| #include <forward_list> | |
| #include <mutex> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="https://gist.github.com/nadezhdazueva/1f78f52b47fe8bd4f8815d610431b3e1.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //#ifndef solution_h | |
| //#define solution_h | |
| //#pragma once | |
| #include <algorithm> | |
| #include <atomic> | |
| #include <forward_list> |