Results for “async-interview”

26 skills
More results
mocchalera
finish-interview
Applies dialogue MA, portrait reframing, and loudness/sync QA to an interview or talking-head rough cut using canonical timeline metadata and a shared renderer.
3 · bundle
lucian55
luyu-skill
陈鲁豫式电视访谈结构:人生节点切片、短句接话与复述、轻质疑式推进、倾听后抛下一问; 访谈提纲与对话节奏参考,非恶搞梗滥用、非羞辱嘉宾。 触发:鲁豫有约、访谈节奏、真的吗(建设性质疑)、人生故事线等。
9 · bundle
prime-skills
lipsync
Lip-sync a face to a specific audio track on RunComfy via the `runcomfy` CLI. Routes across ByteDance OmniHuman (audio-driven full-body avatar from a portrait + audio), Sync Labs sync v2 / Pro (state-of-the-art mouth sync onto a video), Kling lipsync (audio-to- video and text-to-video with synced speech), and Creatify lipsync. The skill picks the right endpoint for the user's actual intent — portrait still + audio (avatar-style), source video + audio (mouth- swap on existing footage), or generate-and-sync from a script. Triggers on "lip sync", "lipsync", "make this video speak", "match audio to mouth", "dub video", "sync lips to voice", "Sync Labs", "voiceover sync", or any explicit ask to drive a face's mouth from an audio track.
33
doany-ai
lipsync
Lip-sync a face to a specific audio track on RunComfy via the `runcomfy` CLI. Routes across ByteDance OmniHuman (audio-driven full-body avatar from a portrait + audio), Sync Labs sync v2 / Pro (state-of-the-art mouth sync onto a video), Kling lipsync (audio-to- video and text-to-video with synced speech), and Creatify lipsync. The skill picks the right endpoint for the user's actual intent — portrait still + audio (avatar-style), source video + audio (mouth- swap on existing footage), or generate-and-sync from a script. Triggers on "lip sync", "lipsync", "make this video speak", "match audio to mouth", "dub video", "sync lips to voice", "Sync Labs", "voiceover sync", or any explicit ask to drive a face's mouth from an audio track.
5
runcomfy-com
lipsync
Lip-sync a face to a specific audio track on RunComfy via the `runcomfy` CLI. Routes across ByteDance OmniHuman (audio-driven full-body avatar from a portrait + audio), Sync Labs sync v2 / Pro (state-of-the-art mouth sync onto a video), Kling lipsync (audio-to- video and text-to-video with synced speech), and Creatify lipsync. The skill picks the right endpoint for the user's actual intent — portrait still + audio (avatar-style), source video + audio (mouth- swap on existing footage), or generate-and-sync from a script. Triggers on "lip sync", "lipsync", "make this video speak", "match audio to mouth", "dub video", "sync lips to voice", "Sync Labs", "voiceover sync", or any explicit ask to drive a face's mouth from an audio track.
12
heygen
talking-head-recut
Packages an existing talking-head, interview, or podcast video with timed, designed graphic overlay cards—kinetic titles, lower-thirds, data callouts, quotes, side panels, picture-in-picture—synced to the transcript, on a 16:9, 9:16, or 4:5 canvas.
· bundle
bobmatnyc
asyncio
Python asyncio - Modern concurrent programming with async/await, event loops, tasks, coroutines, primitives, aiohttp, and FastAPI async patterns
71 · bundle
addyosmani
interview-me
Extracts the user's true intent through one-question-at-a-time interviews, surfacing hidden assumptions before any plan or code is written.
69.5k
danielpradilla
interview-signal-synthesis
Synthesize interviews into themes, contradictions, opportunities, and product implications.
0
hoangnguyen0403
python-testing
Test Python services with pytest, async coverage, monkeypatch, and boundary-focused fakes. Use when writing Python tests, fixtures, async tests, regression tests, or dependency-isolated verification.
542 · bundle
ranbot-ai
grill-me
A relentless interview to sharpen a plan or design.
6
atc-net
interview
Conduct a structured interview about a feature or topic to gather requirements and produce a specification. This skill should be used when users want to think through a feature, clarify requirements, or create an implementation plan before coding.
3 · bundle
alirezarezvani
grill-me
Interviews users relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree.
20.4k · bundle
lovits
interview-me
Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent. Use when an ask is underspecified ("build me X" without "for whom" or "why now"), when the user explicitly invokes ("interview me", "grill me", "are we sure?", "stress-test my thinking"), or when you catch yourself silently filling in ambiguous requirements before any plan, spec, or code exists.
0
jarbitechture
cs-onboard
Founder onboarding interview that captures company context across 7 dimensions. Invoke with /cs:setup for initial interview or /cs:update for quarterly refresh. Generates ~/.claude/company-context.md used by all C-suite advisor skills.
0 · bundle
snoodleboot-io
python-typing-and-async
Type hints are checked by a separate tool (`mypy`, `pyright`), never by CPython
2
antigravity
fp-async
Build clean async pipelines with fp-ts TaskEither, replacing nested try/catch with composable error handling and real API examples.
42.4k
pranavnagrecha
lwc-async-patterns
Implements async/await and Promise patterns in Lightning Web Components, covering imperative Apex calls, loading states, error handling, parallel calls, and cancellation with AbortController.
15 · bundle
lucian55
liang-skill
李安式导演作者论表达:压抑与爆发、跨文化身份、类型壳中的个人命题、访谈中的谦逊与怀疑; 电影叙事与映后谈参考,非片场八卦、非伪造获奖言论。 触发:李安、Ang Lee、家庭伦理片张力、华语导演访谈、奥斯卡访谈语境等。
9 · bundle
schattenspiegel
asyncio-python
Write, review, debug, or test Python asyncio code involving coroutines, Tasks, TaskGroups, cancellation, timeouts, queues, synchronization, and blocking-call boundaries.
0 · bundle
antigravity
grill-me
Runs a structured interview session to sharpen a plan or design through relentless questioning.
42.4k
nimoqup046-collab
fp-async
Build clean async pipelines with fp-ts TaskEither, replacing nested try/catch with composable error handling and real API examples.
2
neekware
cs-onboard
Founder onboarding interview that captures company context across 7 dimensions. Invoke with /cs:setup for initial interview or /cs:update for quarterly refresh. Generates ~/.claude/company-context.md used by all C-suite advisor skills.
0 · bundle
jorcan
fp-async
Build clean async pipelines with fp-ts TaskEither, replacing nested try/catch with composable error handling and parallel execution patterns.
0 · bundle
pranavnagrecha
async-apex
Selects and reviews Queueable, Batch, Future, and Schedulable Apex for callouts, large data processing, retries, and background work, with decision guidance and validation checklists.
15 · bundle