[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-minimax-minimax-code-trajectory":3,"mdc-4pcure-key":34,"related-repo-minimax-minimax-code-trajectory":332,"related-org-minimax-minimax-code-trajectory":420},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"minimax-code-trajectory","visualize MiniMax code session trajectories","Inspect or visualize privacy-aware timelines for local MiniMax Code sessions. Use when the user asks to show, draw, open, review, or diagnose a task trajectory, summarize tool or token activity, inspect compaction or failure events, or compare recent session metadata without opening raw ledger files.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"minimax","MiniMax","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fminimax.jpg","MiniMax-AI",[13,17,20],{"name":14,"slug":15,"type":16},"Tracing","tracing","tag",{"name":18,"slug":19,"type":16},"Observability","observability",{"name":21,"slug":22,"type":16},"Debugging","debugging",5,"https:\u002F\u002Fgithub.com\u002FMiniMax-AI\u002FMiniMax-Code-Plugins","2026-08-18T03:49:38.218712","Apache-2.0",2,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"Community registry and contribution toolkit for MiniMax Code plugins.","https:\u002F\u002Fgithub.com\u002FMiniMax-AI\u002FMiniMax-Code-Plugins\u002Ftree\u002FHEAD\u002Fplugins\u002FhetaoBackend\u002Fminimax-code-trajectory\u002Fskills\u002Fminimax-code-trajectory","---\nname: minimax-code-trajectory\ndescription: Inspect or visualize privacy-aware timelines for local MiniMax Code sessions. Use when the user asks to show, draw, open, review, or diagnose a task trajectory, summarize tool or token activity, inspect compaction or failure events, or compare recent session metadata without opening raw ledger files.\nlicense: Apache-2.0\ncompatibility: Requires MiniMax Code Agent Plugins 1.0 MCP support, Node.js 22+, and local-runtime v2 session artifacts. Automatic visualization opening requires the MCode built-in Browser.\nmetadata:\n  author: hetaoBackend\n  version: \"0.2.0\"\n---\n\n# MiniMax Code Trajectory\n\nUse the bundled read-only MCP tools to inspect MiniMax Code session ledgers. Do not search the\nfilesystem manually when the tools can answer the request.\n\n## Workflow\n\n1. If the user asks to show, draw, open, or visualize a trajectory, call\n   `show_minimax_trajectory` with `detailLevel: \"summary\"` and a bounded `maxRecords` value. Omit\n   `sessionId` for the latest readable session unless the user selected another session.\n2. Read the exact `visualization.fileUrl` from the tool result. If the MCode built-in Browser is\n   available, call Browser with action `navigate` and pass that exact file URL. Do not use shell\n   commands, an external browser, or a guessed path. After Browser succeeds, tell the user the\n   interactive trajectory is open; do not dump the trajectory JSON into the conversation.\n3. If Browser is unavailable, return the `visualization.fileUrl` as the fallback and explain that\n   the generated self-contained HTML can be opened in MCode Desktop. Do not claim it was opened.\n4. If the user asks for analysis without a visual page, call `get_minimax_trajectory` instead and\n   report the event sequence, session state, failures, message\u002Ftool counts, compactions, token\n   usage, and parser warnings that answer the question.\n5. Distinguish observed ledger facts from inference. A missing event does not prove an action never\n   happened outside the retained ledger.\n\n## Privacy boundary\n\n- Use `summary` by default. It intentionally omits conversation text, thinking, tool arguments and\n  results, titles, absolute paths, file identifiers, hashes, credentials, and raw records.\n- Use `detailLevel: \"full\"` only after the user explicitly asks to inspect message content in this\n  conversation. State that bounded redacted previews will enter the active conversation before the\n  call.\n- Never claim `full` is a raw export. It still omits thinking, tool arguments\u002Fresults, attachments,\n  raw metadata, and absolute paths.\n- Do not ask for credentials or broaden the data directory. If the desired profile is not found,\n  tell the user to launch MiniMax Code with the matching `MINIMAX_DATA_DIR` or `MAVIS_DATA_DIR`.\n\n## Failure handling\n\n- `sessions_root_missing`: the selected profile has no local-runtime v2 sessions yet, or the wrong\n  data directory is active.\n- `session_not_found`: list recent sessions and ask the user to choose an available ID.\n- `ledger_missing`: the manifest still exists but its trajectory ledger has been removed; choose a\n  session returned by `list_minimax_sessions` instead.\n- `malformed_jsonl_line`: report that a complete ledger record was corrupt; do not invent it.\n- `incomplete_tail_ignored`: the session may still be writing; explain that the final partial record\n  was ignored safely.\n- `oversized_jsonl_line`: a record exceeded the 2 MiB safety cap and was omitted. Do not treat the\n  returned trajectory as complete.\n- `symlink_artifact_rejected`: stop. Do not follow or read the symlink target.\n\n## Output style\n\nLead with the result, then include the session ID, time range, high-signal event counts, failure or\ncompaction facts, tool\u002Ftoken observations, and warnings. Keep raw JSON out of the answer unless the\nuser explicitly requests it.\n",{"data":35,"body":40},{"name":4,"description":6,"license":26,"compatibility":36,"metadata":37},"Requires MiniMax Code Agent Plugins 1.0 MCP support, Node.js 22+, and local-runtime v2 session artifacts. Automatic visualization opening requires the MCode built-in Browser.",{"author":38,"version":39},"hetaoBackend","0.2.0",{"type":41,"children":42},"root",[43,51,57,64,158,164,227,233,321,327],{"type":44,"tag":45,"props":46,"children":47},"element","h1",{"id":4},[48],{"type":49,"value":50},"text","MiniMax Code Trajectory",{"type":44,"tag":52,"props":53,"children":54},"p",{},[55],{"type":49,"value":56},"Use the bundled read-only MCP tools to inspect MiniMax Code session ledgers. Do not search the\nfilesystem manually when the tools can answer the request.",{"type":44,"tag":58,"props":59,"children":61},"h2",{"id":60},"workflow",[62],{"type":49,"value":63},"Workflow",{"type":44,"tag":65,"props":66,"children":67},"ol",{},[68,107,128,140,153],{"type":44,"tag":69,"props":70,"children":71},"li",{},[72,74,81,83,89,91,97,99,105],{"type":49,"value":73},"If the user asks to show, draw, open, or visualize a trajectory, call\n",{"type":44,"tag":75,"props":76,"children":78},"code",{"className":77},[],[79],{"type":49,"value":80},"show_minimax_trajectory",{"type":49,"value":82}," with ",{"type":44,"tag":75,"props":84,"children":86},{"className":85},[],[87],{"type":49,"value":88},"detailLevel: \"summary\"",{"type":49,"value":90}," and a bounded ",{"type":44,"tag":75,"props":92,"children":94},{"className":93},[],[95],{"type":49,"value":96},"maxRecords",{"type":49,"value":98}," value. Omit\n",{"type":44,"tag":75,"props":100,"children":102},{"className":101},[],[103],{"type":49,"value":104},"sessionId",{"type":49,"value":106}," for the latest readable session unless the user selected another session.",{"type":44,"tag":69,"props":108,"children":109},{},[110,112,118,120,126],{"type":49,"value":111},"Read the exact ",{"type":44,"tag":75,"props":113,"children":115},{"className":114},[],[116],{"type":49,"value":117},"visualization.fileUrl",{"type":49,"value":119}," from the tool result. If the MCode built-in Browser is\navailable, call Browser with action ",{"type":44,"tag":75,"props":121,"children":123},{"className":122},[],[124],{"type":49,"value":125},"navigate",{"type":49,"value":127}," and pass that exact file URL. Do not use shell\ncommands, an external browser, or a guessed path. After Browser succeeds, tell the user the\ninteractive trajectory is open; do not dump the trajectory JSON into the conversation.",{"type":44,"tag":69,"props":129,"children":130},{},[131,133,138],{"type":49,"value":132},"If Browser is unavailable, return the ",{"type":44,"tag":75,"props":134,"children":136},{"className":135},[],[137],{"type":49,"value":117},{"type":49,"value":139}," as the fallback and explain that\nthe generated self-contained HTML can be opened in MCode Desktop. Do not claim it was opened.",{"type":44,"tag":69,"props":141,"children":142},{},[143,145,151],{"type":49,"value":144},"If the user asks for analysis without a visual page, call ",{"type":44,"tag":75,"props":146,"children":148},{"className":147},[],[149],{"type":49,"value":150},"get_minimax_trajectory",{"type":49,"value":152}," instead and\nreport the event sequence, session state, failures, message\u002Ftool counts, compactions, token\nusage, and parser warnings that answer the question.",{"type":44,"tag":69,"props":154,"children":155},{},[156],{"type":49,"value":157},"Distinguish observed ledger facts from inference. A missing event does not prove an action never\nhappened outside the retained ledger.",{"type":44,"tag":58,"props":159,"children":161},{"id":160},"privacy-boundary",[162],{"type":49,"value":163},"Privacy boundary",{"type":44,"tag":165,"props":166,"children":167},"ul",{},[168,181,193,206],{"type":44,"tag":69,"props":169,"children":170},{},[171,173,179],{"type":49,"value":172},"Use ",{"type":44,"tag":75,"props":174,"children":176},{"className":175},[],[177],{"type":49,"value":178},"summary",{"type":49,"value":180}," by default. It intentionally omits conversation text, thinking, tool arguments and\nresults, titles, absolute paths, file identifiers, hashes, credentials, and raw records.",{"type":44,"tag":69,"props":182,"children":183},{},[184,185,191],{"type":49,"value":172},{"type":44,"tag":75,"props":186,"children":188},{"className":187},[],[189],{"type":49,"value":190},"detailLevel: \"full\"",{"type":49,"value":192}," only after the user explicitly asks to inspect message content in this\nconversation. State that bounded redacted previews will enter the active conversation before the\ncall.",{"type":44,"tag":69,"props":194,"children":195},{},[196,198,204],{"type":49,"value":197},"Never claim ",{"type":44,"tag":75,"props":199,"children":201},{"className":200},[],[202],{"type":49,"value":203},"full",{"type":49,"value":205}," is a raw export. It still omits thinking, tool arguments\u002Fresults, attachments,\nraw metadata, and absolute paths.",{"type":44,"tag":69,"props":207,"children":208},{},[209,211,217,219,225],{"type":49,"value":210},"Do not ask for credentials or broaden the data directory. If the desired profile is not found,\ntell the user to launch MiniMax Code with the matching ",{"type":44,"tag":75,"props":212,"children":214},{"className":213},[],[215],{"type":49,"value":216},"MINIMAX_DATA_DIR",{"type":49,"value":218}," or ",{"type":44,"tag":75,"props":220,"children":222},{"className":221},[],[223],{"type":49,"value":224},"MAVIS_DATA_DIR",{"type":49,"value":226},".",{"type":44,"tag":58,"props":228,"children":230},{"id":229},"failure-handling",[231],{"type":49,"value":232},"Failure handling",{"type":44,"tag":165,"props":234,"children":235},{},[236,247,258,277,288,299,310],{"type":44,"tag":69,"props":237,"children":238},{},[239,245],{"type":44,"tag":75,"props":240,"children":242},{"className":241},[],[243],{"type":49,"value":244},"sessions_root_missing",{"type":49,"value":246},": the selected profile has no local-runtime v2 sessions yet, or the wrong\ndata directory is active.",{"type":44,"tag":69,"props":248,"children":249},{},[250,256],{"type":44,"tag":75,"props":251,"children":253},{"className":252},[],[254],{"type":49,"value":255},"session_not_found",{"type":49,"value":257},": list recent sessions and ask the user to choose an available ID.",{"type":44,"tag":69,"props":259,"children":260},{},[261,267,269,275],{"type":44,"tag":75,"props":262,"children":264},{"className":263},[],[265],{"type":49,"value":266},"ledger_missing",{"type":49,"value":268},": the manifest still exists but its trajectory ledger has been removed; choose a\nsession returned by ",{"type":44,"tag":75,"props":270,"children":272},{"className":271},[],[273],{"type":49,"value":274},"list_minimax_sessions",{"type":49,"value":276}," instead.",{"type":44,"tag":69,"props":278,"children":279},{},[280,286],{"type":44,"tag":75,"props":281,"children":283},{"className":282},[],[284],{"type":49,"value":285},"malformed_jsonl_line",{"type":49,"value":287},": report that a complete ledger record was corrupt; do not invent it.",{"type":44,"tag":69,"props":289,"children":290},{},[291,297],{"type":44,"tag":75,"props":292,"children":294},{"className":293},[],[295],{"type":49,"value":296},"incomplete_tail_ignored",{"type":49,"value":298},": the session may still be writing; explain that the final partial record\nwas ignored safely.",{"type":44,"tag":69,"props":300,"children":301},{},[302,308],{"type":44,"tag":75,"props":303,"children":305},{"className":304},[],[306],{"type":49,"value":307},"oversized_jsonl_line",{"type":49,"value":309},": a record exceeded the 2 MiB safety cap and was omitted. Do not treat the\nreturned trajectory as complete.",{"type":44,"tag":69,"props":311,"children":312},{},[313,319],{"type":44,"tag":75,"props":314,"children":316},{"className":315},[],[317],{"type":49,"value":318},"symlink_artifact_rejected",{"type":49,"value":320},": stop. Do not follow or read the symlink target.",{"type":44,"tag":58,"props":322,"children":324},{"id":323},"output-style",[325],{"type":49,"value":326},"Output style",{"type":44,"tag":52,"props":328,"children":329},{},[330],{"type":49,"value":331},"Lead with the result, then include the session ID, time range, high-signal event counts, failure or\ncompaction facts, tool\u002Ftoken observations, and warnings. Keep raw JSON out of the answer unless the\nuser explicitly requests it.",{"items":333,"total":419},[334,350,362,378,389,395,409],{"slug":335,"name":335,"fn":336,"description":337,"org":338,"tags":339,"stars":23,"repoUrl":24,"updatedAt":349},"article2tasks","convert articles into Dida365 tasks","将技术周报（批量）或单篇文章整理为滴答清单待办事项，自动分类到已有清单并打标签，全程通过 MCP 写入，跨平台无需任何本地脚本。当用户提供周报内容、文章链接，或提及「周报」「文章汇总」「添加到滴答」时，使用此技能。",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[340,343,346],{"name":341,"slug":342,"type":16},"Content Creation","content-creation",{"name":344,"slug":345,"type":16},"MCP","mcp",{"name":347,"slug":348,"type":16},"Task Management","task-management","2026-08-18T03:49:38.751656",{"slug":351,"name":351,"fn":352,"description":353,"org":354,"tags":355,"stars":23,"repoUrl":24,"updatedAt":361},"dida365","manage Dida365 tasks and habits","Manage 滴答清单 (Dida365 China) tasks, lists, habits, focus records and countdowns through the official Dida365 MCP server at mcp.dida365.com. Use when the user asks to check, plan, create, update, complete or review tasks and habits on dida365.com, or asks about focus history and countdowns.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[356,357,360],{"name":344,"slug":345,"type":16},{"name":358,"slug":359,"type":16},"Scheduling","scheduling",{"name":347,"slug":348,"type":16},"2026-08-18T03:49:37.126385",{"slug":363,"name":363,"fn":364,"description":365,"org":366,"tags":367,"stars":23,"repoUrl":24,"updatedAt":377},"github-explore","explore and audit GitHub repositories","Use when the user wants to search\u002Fdiscover\u002Fsummarize\u002Faudit GitHub (find repos about X, explore a topic's landscape, what's trending, repo overview, similar projects, code search, issue\u002FPR search, org audit) or run gh CLI operations. Prefer scripts\u002F for discovery; raw gh commands for management ops.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[368,371,374],{"name":369,"slug":370,"type":16},"Code Analysis","code-analysis",{"name":372,"slug":373,"type":16},"GitHub","github",{"name":375,"slug":376,"type":16},"Research","research","2026-08-18T03:49:39.302333",{"slug":379,"name":379,"fn":380,"description":381,"org":382,"tags":383,"stars":23,"repoUrl":24,"updatedAt":388},"mcp-server-patterns","design and debug MCP servers","Reference patterns for designing, evaluating, integrating, and debugging MCP servers. Use this Skill whenever the task involves deciding whether to add an MCP server, reviewing a server design, integrating one into a workflow, or diagnosing why one fails.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[384,387],{"name":385,"slug":386,"type":16},"Architecture","architecture",{"name":344,"slug":345,"type":16},"2026-08-18T03:49:42.711595",{"slug":4,"name":4,"fn":5,"description":6,"org":390,"tags":391,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[392,393,394],{"name":21,"slug":22,"type":16},{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},{"slug":396,"name":396,"fn":397,"description":398,"org":399,"tags":400,"stars":23,"repoUrl":24,"updatedAt":408},"search-first","enforce search-before-edit code workflows","Enforce a search-before-edit workflow for code changes. Use this Skill whenever a task involves changing code, tracing behavior, or understanding an unfamiliar area, so the agent searches and reads the relevant files before proposing or implementing edits.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[401,404,405],{"name":402,"slug":403,"type":16},"Best Practices","best-practices",{"name":369,"slug":370,"type":16},{"name":406,"slug":407,"type":16},"Engineering","engineering","2026-08-18T03:49:37.673989",{"slug":410,"name":410,"fn":411,"description":412,"org":413,"tags":414,"stars":23,"repoUrl":24,"updatedAt":418},"ticktick","manage TickTick tasks and habits","Manage TickTick (international, ticktick.com) tasks, lists, habits, focus records and countdowns through the official TickTick MCP server at mcp.ticktick.com. Use when the user asks to check, plan, create, update, complete or review tasks and habits on TickTick, or asks about focus history and countdowns.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[415,416,417],{"name":344,"slug":345,"type":16},{"name":358,"slug":359,"type":16},{"name":347,"slug":348,"type":16},"2026-08-18T03:49:42.187465",8,{"items":421,"total":622},[422,446,462,481,496,516,534,552,567,583,602,612],{"slug":423,"name":423,"fn":424,"description":425,"org":426,"tags":427,"stars":443,"repoUrl":444,"updatedAt":445},"android-native-dev","develop Android native applications","Android native application development and UI design guide. Covers Material Design 3, Kotlin\u002FCompose development, project configuration, accessibility, and build troubleshooting. Read this before Android native application development.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[428,431,434,437,440],{"name":429,"slug":430,"type":16},"Accessibility","accessibility",{"name":432,"slug":433,"type":16},"Android","android",{"name":435,"slug":436,"type":16},"Kotlin","kotlin",{"name":438,"slug":439,"type":16},"Mobile","mobile",{"name":441,"slug":442,"type":16},"UI Components","ui-components",13030,"https:\u002F\u002Fgithub.com\u002FMiniMax-AI\u002Fskills","2026-07-13T06:16:54.247834",{"slug":447,"name":447,"fn":448,"description":449,"org":450,"tags":451,"stars":443,"repoUrl":444,"updatedAt":461},"buddy-sings","generate singing performances for AI companions","Use when user wants their Claude Code pet (\u002Fbuddy) to sing a song. Triggers on any request that combines the concept of their Claude Code buddy, pet, or companion with singing or music. Supports multilingual triggers — match equivalent phrases in any language.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[452,455,458],{"name":453,"slug":454,"type":16},"Agents","agents",{"name":456,"slug":457,"type":16},"Audio","audio",{"name":459,"slug":460,"type":16},"Creative","creative","2026-07-13T06:16:35.130644",{"slug":463,"name":463,"fn":464,"description":465,"org":466,"tags":467,"stars":443,"repoUrl":444,"updatedAt":480},"color-font-skill","select color palettes and font pairings","Choose presentation-ready color palettes and font pairings for PPT\u002Fdesign tasks. Use when users ask for visual theme choices, brand-safe palettes, or font recommendations. Triggers include: 配色, 色板, 字体, color palette, font, PPT配色, 字体搭配.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[468,471,474,477],{"name":469,"slug":470,"type":16},"Design","design",{"name":472,"slug":473,"type":16},"Presentations","presentations",{"name":475,"slug":476,"type":16},"Themes","themes",{"name":478,"slug":479,"type":16},"Typography","typography","2026-07-13T06:17:02.785587",{"slug":482,"name":482,"fn":483,"description":484,"org":485,"tags":486,"stars":443,"repoUrl":444,"updatedAt":495},"design-style-skill","select visual design systems for presentations","Select a consistent visual design system for PPT slides using radius\u002Fspacing style recipes. Use when users ask for overall style direction or component styling consistency. Includes Sharp\u002FSoft\u002FRounded\u002FPill recipes, component mappings, typography\u002Fspacing rules, and mixing guidance. Triggers: 风格, style, radius, spacing, 圆角, 间距, PPT风格, 视觉风格, design style, component style.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[487,488,491,494],{"name":469,"slug":470,"type":16},{"name":489,"slug":490,"type":16},"Design System","design-system",{"name":492,"slug":493,"type":16},"PowerPoint","powerpoint",{"name":472,"slug":473,"type":16},"2026-07-13T06:17:10.398389",{"slug":497,"name":497,"fn":498,"description":499,"org":500,"tags":501,"stars":443,"repoUrl":444,"updatedAt":515},"flutter-dev","build cross-platform apps with Flutter","Flutter cross-platform development guide covering widget patterns, Riverpod\u002FBloc state management, GoRouter navigation, performance optimization, and platform-specific implementations. Includes const optimization, responsive layouts, testing strategies, and DevTools profiling.\nUse when: building Flutter apps, implementing state management (Riverpod\u002FBloc), setting up GoRouter navigation, creating custom widgets, optimizing performance, writing widget tests, cross-platform development.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[502,505,508,509,512],{"name":503,"slug":504,"type":16},"Dart","dart",{"name":506,"slug":507,"type":16},"Flutter","flutter",{"name":438,"slug":439,"type":16},{"name":510,"slug":511,"type":16},"Performance","performance",{"name":513,"slug":514,"type":16},"State Management","state-management","2026-07-13T06:16:36.626679",{"slug":517,"name":517,"fn":518,"description":519,"org":520,"tags":521,"stars":443,"repoUrl":444,"updatedAt":533},"frontend-dev","build visually striking frontend web pages","Full-stack frontend development combining premium UI design, cinematic animations,\nAI-generated media assets, persuasive copywriting, and visual art. Builds complete,\nvisually striking web pages with real media, advanced motion, and compelling copy.\nUse when: building landing pages, marketing sites, product pages, dashboards,\ngenerating media assets (image\u002Fvideo\u002Faudio\u002Fmusic), writing conversion copy,\ncreating generative art, or implementing cinematic scroll animations.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[522,525,526,527,530],{"name":523,"slug":524,"type":16},"Animation","animation",{"name":459,"slug":460,"type":16},{"name":469,"slug":470,"type":16},{"name":528,"slug":529,"type":16},"Frontend","frontend",{"name":531,"slug":532,"type":16},"Web Development","web-development","2026-07-13T06:16:39.108827",{"slug":535,"name":535,"fn":536,"description":537,"org":538,"tags":539,"stars":443,"repoUrl":444,"updatedAt":551},"fullstack-dev","build full-stack web applications","Full-stack backend architecture and frontend-backend integration guide.\nTRIGGER when: building a full-stack app, creating REST API with frontend, scaffolding backend service,\nbuilding todo app, building CRUD app, building real-time app, building chat app,\nExpress + React, Next.js API, Node.js backend, Python backend, Go backend,\ndesigning service layers, implementing error handling, managing config\u002Fauth,\nsetting up API clients, implementing auth flows, handling file uploads,\nadding real-time features (SSE\u002FWebSocket), hardening for production.\nDO NOT TRIGGER when: pure frontend UI work, pure CSS\u002Fstyling, database schema only.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[540,543,544,547,550],{"name":541,"slug":542,"type":16},"Backend","backend",{"name":528,"slug":529,"type":16},{"name":545,"slug":546,"type":16},"Full-stack","full-stack",{"name":548,"slug":549,"type":16},"REST API","rest-api",{"name":531,"slug":532,"type":16},"2026-07-13T06:16:43.219005",{"slug":553,"name":553,"fn":554,"description":555,"org":556,"tags":557,"stars":443,"repoUrl":444,"updatedAt":566},"gif-sticker-maker","create animated GIF stickers from photos","Convert photos (people, pets, objects, logos) into 4 animated GIF stickers with captions.\nUse when: user wants to create cartoon stickers, GIF expressions, emoji packs, animated avatars,\nor convert photos to Funko Pop \u002F Pop Mart blind box style animations.\nTriggers: sticker, GIF, cartoon, emoji, expression pack, avatar animation.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[558,559,560,563],{"name":523,"slug":524,"type":16},{"name":459,"slug":460,"type":16},{"name":561,"slug":562,"type":16},"Images","images",{"name":564,"slug":565,"type":16},"Media","media","2026-07-13T06:16:51.74461",{"slug":568,"name":568,"fn":569,"description":570,"org":571,"tags":572,"stars":443,"repoUrl":444,"updatedAt":582},"ios-application-dev","develop iOS applications with SwiftUI and UIKit","iOS application development guide covering UIKit, SnapKit, and SwiftUI. Includes touch targets, safe areas, navigation patterns, Dynamic Type, Dark Mode, accessibility, collection views, common UI components, and SwiftUI design guidelines. For detailed references on specific topics, see the reference files.\nUse when: developing iOS apps, implementing UI, reviewing iOS code, working with UIKit\u002FSnapKit\u002FSwiftUI layouts, building iPhone interfaces, Swift mobile development, Apple HIG compliance, iOS accessibility implementation.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[573,574,577,578,581],{"name":429,"slug":430,"type":16},{"name":575,"slug":576,"type":16},"iOS","ios",{"name":438,"slug":439,"type":16},{"name":579,"slug":580,"type":16},"SwiftUI","swiftui",{"name":441,"slug":442,"type":16},"2026-07-13T06:16:55.686092",{"slug":584,"name":584,"fn":585,"description":586,"org":587,"tags":588,"stars":443,"repoUrl":444,"updatedAt":601},"minimax-docx","create and edit DOCX documents","Professional DOCX document creation, editing, and formatting using OpenXML SDK (.NET). Three pipelines: (A) create new documents from scratch, (B) fill\u002Fedit content in existing documents, (C) apply template formatting with XSD validation gate-check. MUST use this skill whenever the user wants to produce, modify, or format a Word document — including when they say \"write a report\", \"draft a proposal\", \"make a contract\", \"fill in this form\", \"reformat to match this template\", or any task whose final output is a .docx file. Even if the user doesn't mention \"docx\" explicitly, if the task implies a printable\u002Fformal document, use this skill.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[589,592,595,598],{"name":590,"slug":591,"type":16},"Documents","documents",{"name":593,"slug":594,"type":16},"DOCX","docx",{"name":596,"slug":597,"type":16},"Office","office",{"name":599,"slug":600,"type":16},"Templates","templates","2026-07-13T06:16:40.461868",{"slug":603,"name":603,"fn":604,"description":605,"org":606,"tags":607,"stars":443,"repoUrl":444,"updatedAt":611},"minimax-music-gen","generate music and audio tracks","Use when user wants to generate music, songs, or audio tracks. Triggers on any request involving music creation, song writing, lyrics generation, audio production, or covers. Also triggers when user provides lyrics and wants them turned into a song, or describes a mood\u002Fscene and wants background music. Supports multilingual triggers — match equivalent phrases in any language. Do NOT use for music playback of existing files, music theory questions, or music recommendation without generation.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[608,609,610],{"name":456,"slug":457,"type":16},{"name":459,"slug":460,"type":16},{"name":564,"slug":565,"type":16},"2026-07-13T06:16:50.381758",{"slug":613,"name":613,"fn":614,"description":615,"org":616,"tags":617,"stars":443,"repoUrl":444,"updatedAt":621},"minimax-music-playlist","generate personalized music playlists","Generate personalized music playlists by analyzing the user's music taste and generation feedback history. Triggers on any request involving playlist generation, music taste profiling, or personalized music recommendations. Supports multilingual triggers — match equivalent phrases in any language.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[618,619,620],{"name":456,"slug":457,"type":16},{"name":459,"slug":460,"type":16},{"name":564,"slug":565,"type":16},"2026-07-13T06:16:57.002997",56]