一键导入
这个仓库中的 skills
Run a single-episode coherence checklist after Studio review edits and before prepare/publish; diagnose or patch thesis drift, step seams, stale arguments, visual rhythm, and publish readiness.
Apply Studio intents back into the episode source and validate the result.
Generate 3 YouTube metadata candidates (title/description/tags) grounded in episode context, let the user pick one, then mark the artifact ready.
Usage guide for generating MiniMax TTS audio and subtitles for an episode.
Validate repo bootstrap readiness, ARS config, providers, and environment readiness with npx ars doctor.
Create a new episode scaffold for a series with npx ars episode create.
Generate a new custom card for the active series using ARS primitives. Creates a self-contained CardSpec at src/episodes/<active-series>/cards/.
Reflect on recent episodes and analytics, then update SERIES_GUIDE.md with evidence-backed heuristics.
Upgrade an already-bootstrapped ARS repo to the installed package version with `npx ars update`, including backup and rollback steps.
Build episode source from the approved planning artifacts under .ars/episodes/<epId>/.
Three-phase ARS onboarding after `ars init` — walkthrough, customize, verify.
Official episode planning entrypoint. Create plan.md under .ars/episodes/<epId>/.
Prepare and verify an ARS package release, including semver choice, migration notes, release gate, npm dist-tag guidance, and tag/publish safety checks.
Open the ARS Studio review phase for a target episode and automatically apply Studio intents as they arrive.
Open the ARS Studio slide phase for a target episode — presentation-only view with editing chrome removed and presenter affordances (notes, timer, overview, subtitle toggle, chrome auto-hide).
Query YouTube analytics through npx ars analytics fetch and produce a concise channel report for Claude Code.
Run the confirmed YouTube publish flow through the publisher agent.