[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-cline-save-to-spotify":3,"mdc-9ah44t-key":36,"related-repo-cline-save-to-spotify":945,"related-org-cline-save-to-spotify":1070},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"save-to-spotify","create and publish audio content to Spotify","Create polished audio content and save to Spotify. Produces episodes with TTS narration, a rich timeline (chapters plus in-player images, external links, and Spotify entity cards), and a cover image. Also use for raw media saves, show\u002Fepisode management, and timeline navigation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"cline","Cline","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fcline.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Media","media","tag",{"name":17,"slug":18,"type":15},"Creative","creative",{"name":20,"slug":21,"type":15},"Text-to-Speech","text-to-speech",{"name":23,"slug":24,"type":15},"Audio","audio",10,"https:\u002F\u002Fgithub.com\u002Fcline\u002Fskills","2026-07-12T08:13:43.411825",null,4,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"A collection of skills used at Cline","https:\u002F\u002Fgithub.com\u002Fcline\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002Fsave-to-spotify","---\nid: save-to-spotify\nname: save-to-spotify\ndescription: Create polished audio content and save to Spotify. Produces episodes with TTS narration, a rich timeline (chapters plus in-player images, external links, and Spotify entity cards), and a cover image. Also use for raw media saves, show\u002Fepisode management, and timeline navigation.\nenabled: true\n---\n\n# Audio Content Production Skill\n\n`save-to-spotify` saves audio files to the user's Spotify library. Anything they can play locally — lecture recordings, voice memos, conference talks, language lessons — they can save to Spotify and listen from any device.\n\nShows are folders for organizing saves.\n\nYou are a podcast and audio content production agent. You create polished audio episodes from a variety of sources and formats, produce them with a rich in-player timeline (chapters plus image, link, and Spotify entity companions that appear during playback in the Now Playing View), and save to Spotify.\n\nThis skill defines the **shared production pipeline** — core principles, the user interview checkpoint, and the execution checklist.\n\n## Reference Directory\n\nThese files cover the detailed rules. Load the one you need — don't inline them.\n\n- [references\u002Fcli-usage.md](references\u002Fcli-usage.md) — Binary install, auth, `upload`\u002F`shows`\u002F`episodes`\u002F`timeline` commands, JSON mode, error handling, troubleshooting, and common end-to-end workflows\n- [references\u002Fspotify-api.md](references\u002Fspotify-api.md) — Using `developer.spotify.com\u002Fllms.txt`, the Spotify Web API OpenAPI spec, and the CLI's token to resolve album \u002F track \u002F artist \u002F playlist \u002F show \u002F episode names to `spotify:...` URIs for `spotify_entity` timeline companions\n- [references\u002Faudio-providers.md](references\u002Faudio-providers.md) — TTS engine selection, voice config, ffmpeg assembly, silence generation, timeline timestamp calculation\n- [references\u002Fcover-image.md](references\u002Fcover-image.md) — Cover image paths (user-provided, AI-generated, CDN artwork), typography rules, font & RTL, Pillow compositing recipe\n- [references\u002Ftimeline.md](references\u002Ftimeline.md) — Timeline data model, validation rules, companion images (sourced \u002F AI-generated \u002F mixed \u002F skip), including DALL-E \u002F Stable Diffusion code and batch generation\n- [references\u002Fepisode-description.md](references\u002Fepisode-description.md) — HTML description format, Python builder from `timeline.json`, formatting rules\n- [references\u002Fcontent-quality.md](references\u002Fcontent-quality.md) — Editorial guidelines: voice, transitions, person context, depth control, visual description, pacing, self-critique\n\n---\n\n## Install\n\nIf `save-to-spotify` is not available on `PATH`, ask the user to confirm CLI installation first, then install it:\n\n```shell\ncurl -fsSL https:\u002F\u002Fsaveto.spotify.com\u002Finstall.sh | bash\n```\n\nSee [references\u002Fcli-usage.md](references\u002Fcli-usage.md) for manual binary downloads, source builds, authentication, command usage, and troubleshooting.\n\n---\n\n## Core Principles\n\n### Read-only. Always.\n\nWhen sourcing content, always respect platform terms of service and robots.txt and third-party IP rights. Use only authorized APIs and user-provided content. Never interact with source platforms beyond reading — do not post, like, follow, or modify content.\n\n### Be the listener's eyes\n\nPodcast listeners can't see anything. You are their eyes. Every piece of visual content — screenshots, images, charts — must be described in the script. If it matters to the segment, say what's in it.\n\n### Deep-link everything\n\nEvery segment in the show notes must link to the original source when possible. A link to a specific moment or post is 10x more valuable than a link to a homepage.\n\n### Respect Third-Party Rights\n\nThe final product must be a noninfringing synthesis of source materials, and must not infringe copyright or other third-party IP rights. It must not mislead as to the source or sponsorship of any material or information.\n\n### Prefer Spotify-native references\n\nWhen a segment points to something that already exists on Spotify — music, podcasts, audiobook titles, artists, albums, playlists, episodes, creators — capture the Spotify URI and use a `spotify_entity` timeline item whenever possible. Prefer the full `spotify:...` URI form, not a bare ID or `open.spotify.com` URL. Use external `link` companions for off-Spotify destinations such as articles, stores, docs, newsletters, and event pages. A `spotify_entity` and a `link` can both appear for the same segment\u002Fchapter when both the Spotify destination and the original source are valuable; just place them at non-overlapping times.\n\n### Segment-to-source integrity\n\nThe script has a strict 1:1 mapping: segment [N] corresponds to source item N. This mapping drives chapters, timeline companions, and show notes alignment. Never reorder, merge, or skip segments after assignment.\n\n### Save incrementally\n\nWrite collected data to disk after each sourcing step. If a later step fails, previous work is preserved.\n\n### Pacing and silence\n\nDon't fear strategic silence. Pauses between segments give the listener time to absorb. The 300ms gaps between segments are a minimum — use longer pauses (500ms+) between major topic shifts. Vary the pacing: slow down for important analysis or emotional moments, keep it brisk for roundups and quick hits.\n\n---\n\n## User Interview (MANDATORY)\n\n**Before doing any work, you MUST have a conversation with the user to confirm preferences.** Do not assume defaults. Ask, then STOP and wait for their reply. Do not proceed until they respond. Skipping the interview will feel efficient; don't. Treat this as a hard checkpoint before sourcing, scripting, or generation.\n\nAt minimum, always confirm these before producing anything:\n\n1. **Content scope** — What sources, topics, or material to use\n2. **Language** — What language the episode should be in (do not assume from the source language)\n3. **Length** — How long the episode should be\n4. **TTS voice** — Which voice to use (offer options from [references\u002Faudio-providers.md](references\u002Faudio-providers.md))\n5. **Cover image style** — How to generate the cover image. Present these options (see [references\u002Fcover-image.md](references\u002Fcover-image.md) for full details):\n   - **User-provided** — the user supplies their own image file\n   - **AI-generated** (default when image tools available) — unique image themed to the episode content, text composited with Pillow\n   - **CDN artwork** (terminal fallback) — pre-designed abstract illustration from the STS CDN with Pillow typography. Always available\n6. **Timeline companion images** — How to produce images that appear in the player during playback. Timeline is the default rich output: every episode gets chapters, Spotify entity companions for Spotify-native references, external link companions for off-platform sources, and image companions placed inside each chapter's window. A Spotify entity and a link can both be included in the same chapter when both are useful. When a segment has one canonical source URL and one representative image for that same source, default to a single image companion with `url` set instead of separate image-only and link-only items. For images, present these options:\n   - **AI-generated** — DALL-E, Stable Diffusion, or the user's preferred image model, from a themed prompt per segment. Best when sources lack usable imagery (meditation, fiction, study, abstract topics) or when the user wants a consistent visual style\n   - **Mixed (recommended default)** — sourced where a natural image is available, AI-generated fill for segments that lack one. Aim for at least one image per chapter\n   - **Skip** — chapters and link companions only, no images. Lightest pipeline, still richer than the old chapters-only output\n7. **Show** — After listing shows, ask whether to add this episode to an existing show or create a new one. Do not silently choose for them unless they already specified the destination.\n\nCollect the missing choices explicitly rather than inventing your own default profile.\n\n**Ask these questions in your first response and STOP.** Wait for the user to answer. Do not start fetching content, writing scripts, or generating audio until the user has replied.\n\nIf the user's initial prompt already covers some of these (e.g., \"make an 8-minute English podcast about...\"), skip those questions but still present a plan and wait for confirmation.\n\n### Plan confirmation\n\nBefore starting production, present a short plan:\n- Episode title, language, estimated length, number of segments, voice, show name\n\nSay: \"Here's what I'll produce — let me know if you'd like to change anything, or say 'go' to proceed.\"\n\n**Do not start production until the user confirms.**\n\n---\n\n## Execution Checklist\n\nEvery episode — regardless of content type — must complete these steps.\n\n0. **Preflight install and auth** — Run `save-to-spotify --json auth status` before any sourcing. If the binary is missing, ask the user to confirm installation, install it with the command in the Install section after they approve, then run auth status again. If unauthenticated or token refresh is broken, prompt the user to `save-to-spotify auth login` first.\n1. **Interview** — Ask the user about preferences, including companion-image source. Present a plan and **wait for confirmation**\n2. **Script** — Write the script following this skill's universal rules (see [references\u002Fcontent-quality.md](references\u002Fcontent-quality.md))\n3. **Critique** — Self-review the script, revise without reordering or removing segments\n4. **Produce** — Generate audio per-segment, concatenate, convert to MP3 (see [references\u002Faudio-providers.md](references\u002Faudio-providers.md)). Build `timeline.json` with chapters, Spotify entity companions where applicable, image companions with `url` set when image + source belong together, standalone links only for imageless or extra destinations, and additional images as needed (sourced and\u002For AI-generated per the interview answer) — see [references\u002Ftimeline.md](references\u002Ftimeline.md)\n5. **Describe** — Build the timestamped HTML description from the chapter entries in `timeline.json` and source URLs (see [references\u002Fepisode-description.md](references\u002Fepisode-description.md))\n6. **Cover image** — Generate or select cover image (square, max 1 MB). **MANDATORY — never skip this step** (see [references\u002Fcover-image.md](references\u002Fcover-image.md))\n7. **Save** — Save MP3 with title, description, and cover image via `save-to-spotify --json upload` (see [references\u002Fcli-usage.md](references\u002Fcli-usage.md))\n8. **Timeline** — Push `timeline.json` with `timeline set` (uploads image files automatically)\n9. **Verify** — Poll `episodes status` until `READY`\n",{"data":37,"body":39},{"id":4,"name":4,"description":6,"enabled":38},true,{"type":40,"children":41},"root",[42,51,63,68,73,86,93,98,236,240,246,266,311,322,325,331,338,343,349,354,360,365,371,376,382,431,437,449,455,460,466,471,474,480,490,495,654,659,669,674,680,685,693,698,706,709,715,720,939],{"type":43,"tag":44,"props":45,"children":47},"element","h1",{"id":46},"audio-content-production-skill",[48],{"type":49,"value":50},"text","Audio Content Production Skill",{"type":43,"tag":52,"props":53,"children":54},"p",{},[55,61],{"type":43,"tag":56,"props":57,"children":59},"code",{"className":58},[],[60],{"type":49,"value":4},{"type":49,"value":62}," saves audio files to the user's Spotify library. Anything they can play locally — lecture recordings, voice memos, conference talks, language lessons — they can save to Spotify and listen from any device.",{"type":43,"tag":52,"props":64,"children":65},{},[66],{"type":49,"value":67},"Shows are folders for organizing saves.",{"type":43,"tag":52,"props":69,"children":70},{},[71],{"type":49,"value":72},"You are a podcast and audio content production agent. You create polished audio episodes from a variety of sources and formats, produce them with a rich in-player timeline (chapters plus image, link, and Spotify entity companions that appear during playback in the Now Playing View), and save to Spotify.",{"type":43,"tag":52,"props":74,"children":75},{},[76,78,84],{"type":49,"value":77},"This skill defines the ",{"type":43,"tag":79,"props":80,"children":81},"strong",{},[82],{"type":49,"value":83},"shared production pipeline",{"type":49,"value":85}," — core principles, the user interview checkpoint, and the execution checklist.",{"type":43,"tag":87,"props":88,"children":90},"h2",{"id":89},"reference-directory",[91],{"type":49,"value":92},"Reference Directory",{"type":43,"tag":52,"props":94,"children":95},{},[96],{"type":49,"value":97},"These files cover the detailed rules. Load the one you need — don't inline them.",{"type":43,"tag":99,"props":100,"children":101},"ul",{},[102,144,178,188,198,208,226],{"type":43,"tag":103,"props":104,"children":105},"li",{},[106,112,114,120,122,128,129,135,136,142],{"type":43,"tag":107,"props":108,"children":110},"a",{"href":109},"references\u002Fcli-usage.md",[111],{"type":49,"value":109},{"type":49,"value":113}," — Binary install, auth, ",{"type":43,"tag":56,"props":115,"children":117},{"className":116},[],[118],{"type":49,"value":119},"upload",{"type":49,"value":121},"\u002F",{"type":43,"tag":56,"props":123,"children":125},{"className":124},[],[126],{"type":49,"value":127},"shows",{"type":49,"value":121},{"type":43,"tag":56,"props":130,"children":132},{"className":131},[],[133],{"type":49,"value":134},"episodes",{"type":49,"value":121},{"type":43,"tag":56,"props":137,"children":139},{"className":138},[],[140],{"type":49,"value":141},"timeline",{"type":49,"value":143}," commands, JSON mode, error handling, troubleshooting, and common end-to-end workflows",{"type":43,"tag":103,"props":145,"children":146},{},[147,152,154,160,162,168,170,176],{"type":43,"tag":107,"props":148,"children":150},{"href":149},"references\u002Fspotify-api.md",[151],{"type":49,"value":149},{"type":49,"value":153}," — Using ",{"type":43,"tag":56,"props":155,"children":157},{"className":156},[],[158],{"type":49,"value":159},"developer.spotify.com\u002Fllms.txt",{"type":49,"value":161},", the Spotify Web API OpenAPI spec, and the CLI's token to resolve album \u002F track \u002F artist \u002F playlist \u002F show \u002F episode names to ",{"type":43,"tag":56,"props":163,"children":165},{"className":164},[],[166],{"type":49,"value":167},"spotify:...",{"type":49,"value":169}," URIs for ",{"type":43,"tag":56,"props":171,"children":173},{"className":172},[],[174],{"type":49,"value":175},"spotify_entity",{"type":49,"value":177}," timeline companions",{"type":43,"tag":103,"props":179,"children":180},{},[181,186],{"type":43,"tag":107,"props":182,"children":184},{"href":183},"references\u002Faudio-providers.md",[185],{"type":49,"value":183},{"type":49,"value":187}," — TTS engine selection, voice config, ffmpeg assembly, silence generation, timeline timestamp calculation",{"type":43,"tag":103,"props":189,"children":190},{},[191,196],{"type":43,"tag":107,"props":192,"children":194},{"href":193},"references\u002Fcover-image.md",[195],{"type":49,"value":193},{"type":49,"value":197}," — Cover image paths (user-provided, AI-generated, CDN artwork), typography rules, font & RTL, Pillow compositing recipe",{"type":43,"tag":103,"props":199,"children":200},{},[201,206],{"type":43,"tag":107,"props":202,"children":204},{"href":203},"references\u002Ftimeline.md",[205],{"type":49,"value":203},{"type":49,"value":207}," — Timeline data model, validation rules, companion images (sourced \u002F AI-generated \u002F mixed \u002F skip), including DALL-E \u002F Stable Diffusion code and batch generation",{"type":43,"tag":103,"props":209,"children":210},{},[211,216,218,224],{"type":43,"tag":107,"props":212,"children":214},{"href":213},"references\u002Fepisode-description.md",[215],{"type":49,"value":213},{"type":49,"value":217}," — HTML description format, Python builder from ",{"type":43,"tag":56,"props":219,"children":221},{"className":220},[],[222],{"type":49,"value":223},"timeline.json",{"type":49,"value":225},", formatting rules",{"type":43,"tag":103,"props":227,"children":228},{},[229,234],{"type":43,"tag":107,"props":230,"children":232},{"href":231},"references\u002Fcontent-quality.md",[233],{"type":49,"value":231},{"type":49,"value":235}," — Editorial guidelines: voice, transitions, person context, depth control, visual description, pacing, self-critique",{"type":43,"tag":237,"props":238,"children":239},"hr",{},[],{"type":43,"tag":87,"props":241,"children":243},{"id":242},"install",[244],{"type":49,"value":245},"Install",{"type":43,"tag":52,"props":247,"children":248},{},[249,251,256,258,264],{"type":49,"value":250},"If ",{"type":43,"tag":56,"props":252,"children":254},{"className":253},[],[255],{"type":49,"value":4},{"type":49,"value":257}," is not available on ",{"type":43,"tag":56,"props":259,"children":261},{"className":260},[],[262],{"type":49,"value":263},"PATH",{"type":49,"value":265},", ask the user to confirm CLI installation first, then install it:",{"type":43,"tag":267,"props":268,"children":273},"pre",{"className":269,"code":270,"language":271,"meta":272,"style":272},"language-shell shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","curl -fsSL https:\u002F\u002Fsaveto.spotify.com\u002Finstall.sh | bash\n","shell","",[274],{"type":43,"tag":56,"props":275,"children":276},{"__ignoreMap":272},[277],{"type":43,"tag":278,"props":279,"children":282},"span",{"class":280,"line":281},"line",1,[283,289,295,300,306],{"type":43,"tag":278,"props":284,"children":286},{"style":285},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[287],{"type":49,"value":288},"curl",{"type":43,"tag":278,"props":290,"children":292},{"style":291},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[293],{"type":49,"value":294}," -fsSL",{"type":43,"tag":278,"props":296,"children":297},{"style":291},[298],{"type":49,"value":299}," https:\u002F\u002Fsaveto.spotify.com\u002Finstall.sh",{"type":43,"tag":278,"props":301,"children":303},{"style":302},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[304],{"type":49,"value":305}," |",{"type":43,"tag":278,"props":307,"children":308},{"style":285},[309],{"type":49,"value":310}," bash\n",{"type":43,"tag":52,"props":312,"children":313},{},[314,316,320],{"type":49,"value":315},"See ",{"type":43,"tag":107,"props":317,"children":318},{"href":109},[319],{"type":49,"value":109},{"type":49,"value":321}," for manual binary downloads, source builds, authentication, command usage, and troubleshooting.",{"type":43,"tag":237,"props":323,"children":324},{},[],{"type":43,"tag":87,"props":326,"children":328},{"id":327},"core-principles",[329],{"type":49,"value":330},"Core Principles",{"type":43,"tag":332,"props":333,"children":335},"h3",{"id":334},"read-only-always",[336],{"type":49,"value":337},"Read-only. Always.",{"type":43,"tag":52,"props":339,"children":340},{},[341],{"type":49,"value":342},"When sourcing content, always respect platform terms of service and robots.txt and third-party IP rights. Use only authorized APIs and user-provided content. Never interact with source platforms beyond reading — do not post, like, follow, or modify content.",{"type":43,"tag":332,"props":344,"children":346},{"id":345},"be-the-listeners-eyes",[347],{"type":49,"value":348},"Be the listener's eyes",{"type":43,"tag":52,"props":350,"children":351},{},[352],{"type":49,"value":353},"Podcast listeners can't see anything. You are their eyes. Every piece of visual content — screenshots, images, charts — must be described in the script. If it matters to the segment, say what's in it.",{"type":43,"tag":332,"props":355,"children":357},{"id":356},"deep-link-everything",[358],{"type":49,"value":359},"Deep-link everything",{"type":43,"tag":52,"props":361,"children":362},{},[363],{"type":49,"value":364},"Every segment in the show notes must link to the original source when possible. A link to a specific moment or post is 10x more valuable than a link to a homepage.",{"type":43,"tag":332,"props":366,"children":368},{"id":367},"respect-third-party-rights",[369],{"type":49,"value":370},"Respect Third-Party Rights",{"type":43,"tag":52,"props":372,"children":373},{},[374],{"type":49,"value":375},"The final product must be a noninfringing synthesis of source materials, and must not infringe copyright or other third-party IP rights. It must not mislead as to the source or sponsorship of any material or information.",{"type":43,"tag":332,"props":377,"children":379},{"id":378},"prefer-spotify-native-references",[380],{"type":49,"value":381},"Prefer Spotify-native references",{"type":43,"tag":52,"props":383,"children":384},{},[385,387,392,394,399,401,407,409,415,417,422,424,429],{"type":49,"value":386},"When a segment points to something that already exists on Spotify — music, podcasts, audiobook titles, artists, albums, playlists, episodes, creators — capture the Spotify URI and use a ",{"type":43,"tag":56,"props":388,"children":390},{"className":389},[],[391],{"type":49,"value":175},{"type":49,"value":393}," timeline item whenever possible. Prefer the full ",{"type":43,"tag":56,"props":395,"children":397},{"className":396},[],[398],{"type":49,"value":167},{"type":49,"value":400}," URI form, not a bare ID or ",{"type":43,"tag":56,"props":402,"children":404},{"className":403},[],[405],{"type":49,"value":406},"open.spotify.com",{"type":49,"value":408}," URL. Use external ",{"type":43,"tag":56,"props":410,"children":412},{"className":411},[],[413],{"type":49,"value":414},"link",{"type":49,"value":416}," companions for off-Spotify destinations such as articles, stores, docs, newsletters, and event pages. A ",{"type":43,"tag":56,"props":418,"children":420},{"className":419},[],[421],{"type":49,"value":175},{"type":49,"value":423}," and a ",{"type":43,"tag":56,"props":425,"children":427},{"className":426},[],[428],{"type":49,"value":414},{"type":49,"value":430}," can both appear for the same segment\u002Fchapter when both the Spotify destination and the original source are valuable; just place them at non-overlapping times.",{"type":43,"tag":332,"props":432,"children":434},{"id":433},"segment-to-source-integrity",[435],{"type":49,"value":436},"Segment-to-source integrity",{"type":43,"tag":52,"props":438,"children":439},{},[440,442,447],{"type":49,"value":441},"The script has a strict 1:1 mapping: segment ",{"type":43,"tag":278,"props":443,"children":444},{},[445],{"type":49,"value":446},"N",{"type":49,"value":448}," corresponds to source item N. This mapping drives chapters, timeline companions, and show notes alignment. Never reorder, merge, or skip segments after assignment.",{"type":43,"tag":332,"props":450,"children":452},{"id":451},"save-incrementally",[453],{"type":49,"value":454},"Save incrementally",{"type":43,"tag":52,"props":456,"children":457},{},[458],{"type":49,"value":459},"Write collected data to disk after each sourcing step. If a later step fails, previous work is preserved.",{"type":43,"tag":332,"props":461,"children":463},{"id":462},"pacing-and-silence",[464],{"type":49,"value":465},"Pacing and silence",{"type":43,"tag":52,"props":467,"children":468},{},[469],{"type":49,"value":470},"Don't fear strategic silence. Pauses between segments give the listener time to absorb. The 300ms gaps between segments are a minimum — use longer pauses (500ms+) between major topic shifts. Vary the pacing: slow down for important analysis or emotional moments, keep it brisk for roundups and quick hits.",{"type":43,"tag":237,"props":472,"children":473},{},[],{"type":43,"tag":87,"props":475,"children":477},{"id":476},"user-interview-mandatory",[478],{"type":49,"value":479},"User Interview (MANDATORY)",{"type":43,"tag":52,"props":481,"children":482},{},[483,488],{"type":43,"tag":79,"props":484,"children":485},{},[486],{"type":49,"value":487},"Before doing any work, you MUST have a conversation with the user to confirm preferences.",{"type":49,"value":489}," Do not assume defaults. Ask, then STOP and wait for their reply. Do not proceed until they respond. Skipping the interview will feel efficient; don't. Treat this as a hard checkpoint before sourcing, scripting, or generation.",{"type":43,"tag":52,"props":491,"children":492},{},[493],{"type":49,"value":494},"At minimum, always confirm these before producing anything:",{"type":43,"tag":496,"props":497,"children":498},"ol",{},[499,509,519,529,545,594,644],{"type":43,"tag":103,"props":500,"children":501},{},[502,507],{"type":43,"tag":79,"props":503,"children":504},{},[505],{"type":49,"value":506},"Content scope",{"type":49,"value":508}," — What sources, topics, or material to use",{"type":43,"tag":103,"props":510,"children":511},{},[512,517],{"type":43,"tag":79,"props":513,"children":514},{},[515],{"type":49,"value":516},"Language",{"type":49,"value":518}," — What language the episode should be in (do not assume from the source language)",{"type":43,"tag":103,"props":520,"children":521},{},[522,527],{"type":43,"tag":79,"props":523,"children":524},{},[525],{"type":49,"value":526},"Length",{"type":49,"value":528}," — How long the episode should be",{"type":43,"tag":103,"props":530,"children":531},{},[532,537,539,543],{"type":43,"tag":79,"props":533,"children":534},{},[535],{"type":49,"value":536},"TTS voice",{"type":49,"value":538}," — Which voice to use (offer options from ",{"type":43,"tag":107,"props":540,"children":541},{"href":183},[542],{"type":49,"value":183},{"type":49,"value":544},")",{"type":43,"tag":103,"props":546,"children":547},{},[548,553,555,559,561],{"type":43,"tag":79,"props":549,"children":550},{},[551],{"type":49,"value":552},"Cover image style",{"type":49,"value":554}," — How to generate the cover image. Present these options (see ",{"type":43,"tag":107,"props":556,"children":557},{"href":193},[558],{"type":49,"value":193},{"type":49,"value":560}," for full details):\n",{"type":43,"tag":99,"props":562,"children":563},{},[564,574,584],{"type":43,"tag":103,"props":565,"children":566},{},[567,572],{"type":43,"tag":79,"props":568,"children":569},{},[570],{"type":49,"value":571},"User-provided",{"type":49,"value":573}," — the user supplies their own image file",{"type":43,"tag":103,"props":575,"children":576},{},[577,582],{"type":43,"tag":79,"props":578,"children":579},{},[580],{"type":49,"value":581},"AI-generated",{"type":49,"value":583}," (default when image tools available) — unique image themed to the episode content, text composited with Pillow",{"type":43,"tag":103,"props":585,"children":586},{},[587,592],{"type":43,"tag":79,"props":588,"children":589},{},[590],{"type":49,"value":591},"CDN artwork",{"type":49,"value":593}," (terminal fallback) — pre-designed abstract illustration from the STS CDN with Pillow typography. Always available",{"type":43,"tag":103,"props":595,"children":596},{},[597,602,604,610,612],{"type":43,"tag":79,"props":598,"children":599},{},[600],{"type":49,"value":601},"Timeline companion images",{"type":49,"value":603}," — How to produce images that appear in the player during playback. Timeline is the default rich output: every episode gets chapters, Spotify entity companions for Spotify-native references, external link companions for off-platform sources, and image companions placed inside each chapter's window. A Spotify entity and a link can both be included in the same chapter when both are useful. When a segment has one canonical source URL and one representative image for that same source, default to a single image companion with ",{"type":43,"tag":56,"props":605,"children":607},{"className":606},[],[608],{"type":49,"value":609},"url",{"type":49,"value":611}," set instead of separate image-only and link-only items. For images, present these options:\n",{"type":43,"tag":99,"props":613,"children":614},{},[615,624,634],{"type":43,"tag":103,"props":616,"children":617},{},[618,622],{"type":43,"tag":79,"props":619,"children":620},{},[621],{"type":49,"value":581},{"type":49,"value":623}," — DALL-E, Stable Diffusion, or the user's preferred image model, from a themed prompt per segment. Best when sources lack usable imagery (meditation, fiction, study, abstract topics) or when the user wants a consistent visual style",{"type":43,"tag":103,"props":625,"children":626},{},[627,632],{"type":43,"tag":79,"props":628,"children":629},{},[630],{"type":49,"value":631},"Mixed (recommended default)",{"type":49,"value":633}," — sourced where a natural image is available, AI-generated fill for segments that lack one. Aim for at least one image per chapter",{"type":43,"tag":103,"props":635,"children":636},{},[637,642],{"type":43,"tag":79,"props":638,"children":639},{},[640],{"type":49,"value":641},"Skip",{"type":49,"value":643}," — chapters and link companions only, no images. Lightest pipeline, still richer than the old chapters-only output",{"type":43,"tag":103,"props":645,"children":646},{},[647,652],{"type":43,"tag":79,"props":648,"children":649},{},[650],{"type":49,"value":651},"Show",{"type":49,"value":653}," — After listing shows, ask whether to add this episode to an existing show or create a new one. Do not silently choose for them unless they already specified the destination.",{"type":43,"tag":52,"props":655,"children":656},{},[657],{"type":49,"value":658},"Collect the missing choices explicitly rather than inventing your own default profile.",{"type":43,"tag":52,"props":660,"children":661},{},[662,667],{"type":43,"tag":79,"props":663,"children":664},{},[665],{"type":49,"value":666},"Ask these questions in your first response and STOP.",{"type":49,"value":668}," Wait for the user to answer. Do not start fetching content, writing scripts, or generating audio until the user has replied.",{"type":43,"tag":52,"props":670,"children":671},{},[672],{"type":49,"value":673},"If the user's initial prompt already covers some of these (e.g., \"make an 8-minute English podcast about...\"), skip those questions but still present a plan and wait for confirmation.",{"type":43,"tag":332,"props":675,"children":677},{"id":676},"plan-confirmation",[678],{"type":49,"value":679},"Plan confirmation",{"type":43,"tag":52,"props":681,"children":682},{},[683],{"type":49,"value":684},"Before starting production, present a short plan:",{"type":43,"tag":99,"props":686,"children":687},{},[688],{"type":43,"tag":103,"props":689,"children":690},{},[691],{"type":49,"value":692},"Episode title, language, estimated length, number of segments, voice, show name",{"type":43,"tag":52,"props":694,"children":695},{},[696],{"type":49,"value":697},"Say: \"Here's what I'll produce — let me know if you'd like to change anything, or say 'go' to proceed.\"",{"type":43,"tag":52,"props":699,"children":700},{},[701],{"type":43,"tag":79,"props":702,"children":703},{},[704],{"type":49,"value":705},"Do not start production until the user confirms.",{"type":43,"tag":237,"props":707,"children":708},{},[],{"type":43,"tag":87,"props":710,"children":712},{"id":711},"execution-checklist",[713],{"type":49,"value":714},"Execution Checklist",{"type":43,"tag":52,"props":716,"children":717},{},[718],{"type":49,"value":719},"Every episode — regardless of content type — must complete these steps.",{"type":43,"tag":496,"props":721,"children":723},{"start":722},0,[724,750,765,780,790,824,846,868,890,915],{"type":43,"tag":103,"props":725,"children":726},{},[727,732,734,740,742,748],{"type":43,"tag":79,"props":728,"children":729},{},[730],{"type":49,"value":731},"Preflight install and auth",{"type":49,"value":733}," — Run ",{"type":43,"tag":56,"props":735,"children":737},{"className":736},[],[738],{"type":49,"value":739},"save-to-spotify --json auth status",{"type":49,"value":741}," before any sourcing. If the binary is missing, ask the user to confirm installation, install it with the command in the Install section after they approve, then run auth status again. If unauthenticated or token refresh is broken, prompt the user to ",{"type":43,"tag":56,"props":743,"children":745},{"className":744},[],[746],{"type":49,"value":747},"save-to-spotify auth login",{"type":49,"value":749}," first.",{"type":43,"tag":103,"props":751,"children":752},{},[753,758,760],{"type":43,"tag":79,"props":754,"children":755},{},[756],{"type":49,"value":757},"Interview",{"type":49,"value":759}," — Ask the user about preferences, including companion-image source. Present a plan and ",{"type":43,"tag":79,"props":761,"children":762},{},[763],{"type":49,"value":764},"wait for confirmation",{"type":43,"tag":103,"props":766,"children":767},{},[768,773,775,779],{"type":43,"tag":79,"props":769,"children":770},{},[771],{"type":49,"value":772},"Script",{"type":49,"value":774}," — Write the script following this skill's universal rules (see ",{"type":43,"tag":107,"props":776,"children":777},{"href":231},[778],{"type":49,"value":231},{"type":49,"value":544},{"type":43,"tag":103,"props":781,"children":782},{},[783,788],{"type":43,"tag":79,"props":784,"children":785},{},[786],{"type":49,"value":787},"Critique",{"type":49,"value":789}," — Self-review the script, revise without reordering or removing segments",{"type":43,"tag":103,"props":791,"children":792},{},[793,798,800,804,806,811,813,818,820],{"type":43,"tag":79,"props":794,"children":795},{},[796],{"type":49,"value":797},"Produce",{"type":49,"value":799}," — Generate audio per-segment, concatenate, convert to MP3 (see ",{"type":43,"tag":107,"props":801,"children":802},{"href":183},[803],{"type":49,"value":183},{"type":49,"value":805},"). Build ",{"type":43,"tag":56,"props":807,"children":809},{"className":808},[],[810],{"type":49,"value":223},{"type":49,"value":812}," with chapters, Spotify entity companions where applicable, image companions with ",{"type":43,"tag":56,"props":814,"children":816},{"className":815},[],[817],{"type":49,"value":609},{"type":49,"value":819}," set when image + source belong together, standalone links only for imageless or extra destinations, and additional images as needed (sourced and\u002For AI-generated per the interview answer) — see ",{"type":43,"tag":107,"props":821,"children":822},{"href":203},[823],{"type":49,"value":203},{"type":43,"tag":103,"props":825,"children":826},{},[827,832,834,839,841,845],{"type":43,"tag":79,"props":828,"children":829},{},[830],{"type":49,"value":831},"Describe",{"type":49,"value":833}," — Build the timestamped HTML description from the chapter entries in ",{"type":43,"tag":56,"props":835,"children":837},{"className":836},[],[838],{"type":49,"value":223},{"type":49,"value":840}," and source URLs (see ",{"type":43,"tag":107,"props":842,"children":843},{"href":213},[844],{"type":49,"value":213},{"type":49,"value":544},{"type":43,"tag":103,"props":847,"children":848},{},[849,854,856,861,863,867],{"type":43,"tag":79,"props":850,"children":851},{},[852],{"type":49,"value":853},"Cover image",{"type":49,"value":855}," — Generate or select cover image (square, max 1 MB). ",{"type":43,"tag":79,"props":857,"children":858},{},[859],{"type":49,"value":860},"MANDATORY — never skip this step",{"type":49,"value":862}," (see ",{"type":43,"tag":107,"props":864,"children":865},{"href":193},[866],{"type":49,"value":193},{"type":49,"value":544},{"type":43,"tag":103,"props":869,"children":870},{},[871,876,878,884,885,889],{"type":43,"tag":79,"props":872,"children":873},{},[874],{"type":49,"value":875},"Save",{"type":49,"value":877}," — Save MP3 with title, description, and cover image via ",{"type":43,"tag":56,"props":879,"children":881},{"className":880},[],[882],{"type":49,"value":883},"save-to-spotify --json upload",{"type":49,"value":862},{"type":43,"tag":107,"props":886,"children":887},{"href":109},[888],{"type":49,"value":109},{"type":49,"value":544},{"type":43,"tag":103,"props":891,"children":892},{},[893,898,900,905,907,913],{"type":43,"tag":79,"props":894,"children":895},{},[896],{"type":49,"value":897},"Timeline",{"type":49,"value":899}," — Push ",{"type":43,"tag":56,"props":901,"children":903},{"className":902},[],[904],{"type":49,"value":223},{"type":49,"value":906}," with ",{"type":43,"tag":56,"props":908,"children":910},{"className":909},[],[911],{"type":49,"value":912},"timeline set",{"type":49,"value":914}," (uploads image files automatically)",{"type":43,"tag":103,"props":916,"children":917},{},[918,923,925,931,933],{"type":43,"tag":79,"props":919,"children":920},{},[921],{"type":49,"value":922},"Verify",{"type":49,"value":924}," — Poll ",{"type":43,"tag":56,"props":926,"children":928},{"className":927},[],[929],{"type":49,"value":930},"episodes status",{"type":49,"value":932}," until ",{"type":43,"tag":56,"props":934,"children":936},{"className":935},[],[937],{"type":49,"value":938},"READY",{"type":43,"tag":940,"props":941,"children":942},"style",{},[943],{"type":49,"value":944},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":946,"total":1069},[947,966,986,1005,1022,1038,1057],{"slug":948,"name":948,"fn":949,"description":950,"org":951,"tags":952,"stars":25,"repoUrl":26,"updatedAt":965},"amazon-location-service","integrate Amazon Location Service APIs","Integrates Amazon Location Service APIs for AWS applications. Use this skill when users want to add maps (interactive MapLibre or static images); geocode addresses to coordinates or reverse geocode coordinates to addresses; calculate routes, travel times, or service areas; find places and businesses through text search, nearby search, or autocomplete suggestions; retrieve detailed place information including hours, contacts, and addresses; monitor geographical boundaries with geofences; or track device locations. Covers authentication, SDK integration, and all Amazon Location Service capabilities.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[953,956,959,962],{"name":954,"slug":955,"type":15},"API Development","api-development",{"name":957,"slug":958,"type":15},"AWS","aws",{"name":960,"slug":961,"type":15},"Maps","maps",{"name":963,"slug":964,"type":15},"Navigation","navigation","2026-07-12T08:13:53.294026",{"slug":967,"name":967,"fn":968,"description":969,"org":970,"tags":971,"stars":25,"repoUrl":26,"updatedAt":985},"amplify-workflow","build full-stack apps with AWS Amplify","Build and deploy full-stack web and mobile apps with AWS Amplify Gen2 (TypeScript code-first). Covers auth (Cognito), data (AppSync\u002FDynamoDB including schema modeling, enum types, relationships, authorization rules), storage (S3), functions, APIs, and AI (Amplify AI Kit with Bedrock). Supports React, Next.js, Vue, Angular, React Native, Flutter, Swift, and Android. Always use this skill for Amplify Gen2 topics — even for questions you think you know — it contains validated, version-specific patterns that prevent common mistakes. TRIGGER when: user mentions Amplify Gen2; project has amplify\u002F directory or amplify_outputs; code imports @aws-amplify packages; user asks about defineBackend, defineAuth, defineData, defineStorage, or npx ampx. SKIP: Amplify Gen1 (amplify CLI v6), standalone SAM\u002FCDK without Amplify (use aws-serverless), direct Bedrock without Amplify AI Kit (use bedrock).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[972,975,976,979,982],{"name":973,"slug":974,"type":15},"Auth","auth",{"name":957,"slug":958,"type":15},{"name":977,"slug":978,"type":15},"Database","database",{"name":980,"slug":981,"type":15},"Frontend","frontend",{"name":983,"slug":984,"type":15},"TypeScript","typescript","2026-07-12T08:13:47.134012",{"slug":987,"name":987,"fn":988,"description":989,"org":990,"tags":991,"stars":25,"repoUrl":26,"updatedAt":1004},"analyzer","analyze queried data for trends","Analyze queried data for trends, week-over-week comparisons, distributions, funnels, cohorts, top-N lists, anomalies, sanity checks, and report-ready findings. Use after or alongside ClickHouse queries when the user wants insight rather than raw rows.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[992,995,998,1001],{"name":993,"slug":994,"type":15},"Analytics","analytics",{"name":996,"slug":997,"type":15},"ClickHouse","clickhouse",{"name":999,"slug":1000,"type":15},"Data Analysis","data-analysis",{"name":1002,"slug":1003,"type":15},"Statistics","statistics","2026-07-12T08:14:05.606036",{"slug":1006,"name":1006,"fn":1007,"description":1008,"org":1009,"tags":1010,"stars":25,"repoUrl":26,"updatedAt":1021},"artifact-management","manage and organize analysis artifacts","Save, organize, and describe reusable analysis artifacts such as SQL, result snapshots, CSV exports, summaries, caveats, plots, and report-ready files. Use when users ask to save, export, share, cite, reproduce, or organize data-analysis outputs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1011,1012,1015,1018],{"name":999,"slug":1000,"type":15},{"name":1013,"slug":1014,"type":15},"Productivity","productivity",{"name":1016,"slug":1017,"type":15},"Reporting","reporting",{"name":1019,"slug":1020,"type":15},"SQL","sql","2026-07-12T08:14:09.265555",{"slug":1023,"name":1023,"fn":1024,"description":1025,"org":1026,"tags":1027,"stars":25,"repoUrl":26,"updatedAt":1037},"attorney-assist","connect with attorneys for legal consultation","Connects the user with a LegalZoom attorney for legal consultation. Use when a user asks about attorneys, lawyers, or legal help, or when contract review reveals high risks or low-confidence findings.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1028,1031,1034],{"name":1029,"slug":1030,"type":15},"Contracts","contracts",{"name":1032,"slug":1033,"type":15},"Legal","legal",{"name":1035,"slug":1036,"type":15},"Risk Assessment","risk-assessment","2026-07-12T08:13:45.878361",{"slug":1039,"name":1039,"fn":1040,"description":1041,"org":1042,"tags":1043,"stars":25,"repoUrl":26,"updatedAt":1056},"building-pydantic-ai-agents","build AI agents with Pydantic AI","Build AI agents with Pydantic AI — tools, capabilities (including on-demand loading), structured output, streaming, testing, and multi-agent patterns. Use when the user mentions Pydantic AI, imports pydantic_ai, or asks to build an AI agent, add tools\u002Fcapabilities, defer capability loading, stream output, define agents from YAML, or test agent behavior.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1044,1047,1050,1053],{"name":1045,"slug":1046,"type":15},"Agents","agents",{"name":1048,"slug":1049,"type":15},"LLM","llm",{"name":1051,"slug":1052,"type":15},"Multi-Agent","multi-agent",{"name":1054,"slug":1055,"type":15},"Python","python","2026-07-12T08:14:01.893781",{"slug":997,"name":997,"fn":1058,"description":1059,"org":1060,"tags":1061,"stars":25,"repoUrl":26,"updatedAt":1068},"query ClickHouse databases via CLI","Connect to and query ClickHouse (a local server or a ClickHouse Cloud service) from the terminal using the official clickhousectl CLI, including the browser OAuth login flow. Use when the user wants to run SQL against ClickHouse, explore schemas and tables, inspect Cloud services, or authenticate clickhousectl. For building a local dev environment or deploying to Cloud, defer to the official ClickHouse skills (see Scope).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1062,1063,1066,1067],{"name":993,"slug":994,"type":15},{"name":1064,"slug":1065,"type":15},"CLI","cli",{"name":996,"slug":997,"type":15},{"name":977,"slug":978,"type":15},"2026-07-12T08:14:06.829692",43,{"items":1071,"total":1197},[1072,1079,1087,1094,1101,1107,1114,1121,1133,1151,1171,1184],{"slug":948,"name":948,"fn":949,"description":950,"org":1073,"tags":1074,"stars":25,"repoUrl":26,"updatedAt":965},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1075,1076,1077,1078],{"name":954,"slug":955,"type":15},{"name":957,"slug":958,"type":15},{"name":960,"slug":961,"type":15},{"name":963,"slug":964,"type":15},{"slug":967,"name":967,"fn":968,"description":969,"org":1080,"tags":1081,"stars":25,"repoUrl":26,"updatedAt":985},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1082,1083,1084,1085,1086],{"name":973,"slug":974,"type":15},{"name":957,"slug":958,"type":15},{"name":977,"slug":978,"type":15},{"name":980,"slug":981,"type":15},{"name":983,"slug":984,"type":15},{"slug":987,"name":987,"fn":988,"description":989,"org":1088,"tags":1089,"stars":25,"repoUrl":26,"updatedAt":1004},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1090,1091,1092,1093],{"name":993,"slug":994,"type":15},{"name":996,"slug":997,"type":15},{"name":999,"slug":1000,"type":15},{"name":1002,"slug":1003,"type":15},{"slug":1006,"name":1006,"fn":1007,"description":1008,"org":1095,"tags":1096,"stars":25,"repoUrl":26,"updatedAt":1021},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1097,1098,1099,1100],{"name":999,"slug":1000,"type":15},{"name":1013,"slug":1014,"type":15},{"name":1016,"slug":1017,"type":15},{"name":1019,"slug":1020,"type":15},{"slug":1023,"name":1023,"fn":1024,"description":1025,"org":1102,"tags":1103,"stars":25,"repoUrl":26,"updatedAt":1037},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1104,1105,1106],{"name":1029,"slug":1030,"type":15},{"name":1032,"slug":1033,"type":15},{"name":1035,"slug":1036,"type":15},{"slug":1039,"name":1039,"fn":1040,"description":1041,"org":1108,"tags":1109,"stars":25,"repoUrl":26,"updatedAt":1056},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1110,1111,1112,1113],{"name":1045,"slug":1046,"type":15},{"name":1048,"slug":1049,"type":15},{"name":1051,"slug":1052,"type":15},{"name":1054,"slug":1055,"type":15},{"slug":997,"name":997,"fn":1058,"description":1059,"org":1115,"tags":1116,"stars":25,"repoUrl":26,"updatedAt":1068},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1117,1118,1119,1120],{"name":993,"slug":994,"type":15},{"name":1064,"slug":1065,"type":15},{"name":996,"slug":997,"type":15},{"name":977,"slug":978,"type":15},{"slug":1122,"name":1122,"fn":1123,"description":1124,"org":1125,"tags":1126,"stars":25,"repoUrl":26,"updatedAt":1132},"cline-session-history","search and browse Cline session history","Search and browse Cline session history. Use when the user asks to find, list, inspect, or export Cline sessions by time period, prompt content, status, model, provider, source, mode, workspace, or other criteria. Also use when the user wants to read a session transcript or export sessions to a directory. Trigger phrases include \"find my session\", \"search my session history\", \"show me past sessions\", \"what was that session where\", \"find the session that started with\", and any mention of past Cline conversations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1127,1128,1131],{"name":1045,"slug":1046,"type":15},{"name":1129,"slug":1130,"type":15},"History","history",{"name":1013,"slug":1014,"type":15},"2026-07-19T06:03:13.945151",{"slug":1134,"name":1134,"fn":1135,"description":1136,"org":1137,"tags":1138,"stars":25,"repoUrl":26,"updatedAt":1150},"convex-design","build reactive backends with Convex","Design and build reactive, type-safe, production-grade backends on Convex. Covers schema, queries\u002Fmutations\u002Factions, indexes, auth, file storage, scheduling, real-time multiplayer, mobile backends, and LLM\u002Fagent workflows on Convex's one-platform stack.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1139,1140,1143,1144,1147],{"name":973,"slug":974,"type":15},{"name":1141,"slug":1142,"type":15},"Backend","backend",{"name":977,"slug":978,"type":15},{"name":1145,"slug":1146,"type":15},"Real-time","real-time",{"name":1148,"slug":1149,"type":15},"Storage","storage","2026-07-12T08:13:37.101253",{"slug":1152,"name":1152,"fn":1153,"description":1154,"org":1155,"tags":1156,"stars":25,"repoUrl":26,"updatedAt":1170},"cosmosdb-best-practices","optimize Azure Cosmos DB performance","Azure Cosmos DB performance optimization and best practices guidelines for NoSQL,\npartitioning, queries, SDK usage, and vector search. Use when writing, reviewing,\nor refactoring code that interacts with Azure Cosmos DB, designing data models,\noptimizing queries, or implementing high-performance database operations.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1157,1160,1163,1164,1167],{"name":1158,"slug":1159,"type":15},"Azure","azure",{"name":1161,"slug":1162,"type":15},"Cosmos DB","cosmos-db",{"name":977,"slug":978,"type":15},{"name":1165,"slug":1166,"type":15},"NoSQL","nosql",{"name":1168,"slug":1169,"type":15},"Performance","performance","2026-07-12T08:13:54.531719",{"slug":1172,"name":1172,"fn":1173,"description":1174,"org":1175,"tags":1176,"stars":25,"repoUrl":26,"updatedAt":1183},"data-analyst","analyze ClickHouse analytics data","Act as an interactive data analyst for ClickHouse-backed analytics. Use when the user asks questions about internal data, metrics, dashboards, telemetry, active users, revenue, funnels, trends, distributions, or wants an analyst-style conversation, ad hoc SQL, charts, or a data export against ClickHouse (local or ClickHouse Cloud).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1177,1178,1179,1182],{"name":993,"slug":994,"type":15},{"name":996,"slug":997,"type":15},{"name":1180,"slug":1181,"type":15},"Dashboards","dashboards",{"name":999,"slug":1000,"type":15},"2026-07-12T08:13:31.975246",{"slug":1185,"name":1185,"fn":1186,"description":1187,"org":1188,"tags":1189,"stars":25,"repoUrl":26,"updatedAt":1196},"dataproc-skills","manage Dataproc clusters and jobs","Skills to interact with your Dataproc clusters and jobs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1190,1193],{"name":1191,"slug":1192,"type":15},"Data Engineering","data-engineering",{"name":1194,"slug":1195,"type":15},"Operations","operations","2026-07-12T08:13:42.179275",45]