[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-microsoft-inbox-memory":3,"mdc--xd221v-key":33,"related-org-microsoft-inbox-memory":620,"related-repo-microsoft-inbox-memory":813},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":22,"repoUrl":23,"updatedAt":24,"license":25,"forks":26,"topics":27,"repo":28,"sourceUrl":31,"mdContent":32},"inbox-memory","manage agent memory and rules","Read and write agent storage — memory and rules with environment-aware fallback",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"microsoft","Microsoft","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fmicrosoft.png",[12,16,19],{"name":13,"slug":14,"type":15},"Configuration","configuration","tag",{"name":17,"slug":18,"type":15},"Memory","memory",{"name":20,"slug":21,"type":15},"Agents","agents",25,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fvscode-team-kit","2026-05-13T06:14:00.740431",null,5,[],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":30},[],"Plugins the VS Code team uses","https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fvscode-team-kit\u002Ftree\u002FHEAD\u002Fgithub-inbox\u002Fskills\u002Finbox-memory","---\nname: inbox-memory\ndescription: Read and write agent storage — memory and rules with environment-aware fallback\ntools:\n  - memory\n  - execute\n  - bash\n  - read\n  - view\n  - edit\n---\n\n# Inbox Memory\n\nThis skill reads and writes persistent memory and rules files for the Inbox agent. It abstracts storage so all agents use a single skill instead of calling `#memory` directly.\n\n## File names\n\n- **Memory**: `github-inbox-memory.md` — session context, patterns, preferences\n- **Rules**: `github-inbox-rules.md` — user's rules and preferences\n\n## Storage strategy\n\nTwo possible backends:\n\n- **`#memory` tool** (VS Code Chat) — stores under the virtual path `\u002Fmemories\u002F`\n- **File system** (`~\u002F.copilot\u002F`) — used by Copilot CLI; also usable from VS Code Chat\n  - `~\u002F.copilot\u002Fgithub-inbox-memory.md`\n  - `~\u002F.copilot\u002Fgithub-inbox-rules.md`\n\n### How to pick a backend (run ONCE per session, cache the choice)\n\n1. Detect availability of `#memory`: try `{ \"command\": \"view\", \"path\": \"\u002Fmemories\u002Fgithub-inbox-memory.md\" }`. If the tool itself errors as unavailable, `#memory` is NOT available.\n2. Check for existing CLI memory: see if `~\u002F.copilot\u002Fgithub-inbox-memory.md` or `~\u002F.copilot\u002Fgithub-inbox-rules.md` exist and are non-empty (use `ls -la ~\u002F.copilot\u002F` or `#view`).\n3. Decide:\n   - If `#memory` is unavailable → use **file system** (`~\u002F.copilot\u002F`). No prompt.\n   - If `#memory` is available AND `~\u002F.copilot\u002F` has NO existing inbox files → use **`#memory`**. No prompt.\n   - If `#memory` is available AND `~\u002F.copilot\u002F` has existing inbox files → **ASK the user** with `#askQuestions` which backend to use. Show them what was found (file names + sizes or a one-line preview). Options:\n     - \"Use `~\u002F.copilot\u002F` (existing CLI memory)\" — recommended when CLI files exist\n     - \"Use VS Code `#memory` (start fresh \u002F keep VS Code-only)\"\n     - \"Use VS Code `#memory` and import from `~\u002F.copilot\u002F`\" — copy current CLI files into `#memory` once\n4. Cache the chosen backend for the rest of the session and use it for ALL subsequent reads and writes. Do NOT mix backends within a session.\n\n## Reading\n\n**Via `#memory`:**\n```\n{ \"command\": \"view\", \"path\": \"\u002Fmemories\u002Fgithub-inbox-memory.md\" }\n{ \"command\": \"view\", \"path\": \"\u002Fmemories\u002Fgithub-inbox-rules.md\" }\n```\n\n**Via file system (fallback):**\nRead `~\u002F.copilot\u002Fgithub-inbox-memory.md` or `~\u002F.copilot\u002Fgithub-inbox-rules.md` using `#read` (VS Code) or `#view` (CLI). If the file doesn't exist, treat as empty \u002F first-time user.\n\n## Writing\n\n**Via `#memory`:**\n```\n{ \"command\": \"delete\", \"path\": \"\u002Fmemories\u002Fgithub-inbox-memory.md\" }\n{ \"command\": \"create\", \"path\": \"\u002Fmemories\u002Fgithub-inbox-memory.md\", \"file_text\": \"\u003Ccontent>\" }\n```\nIf the file doesn't exist yet, skip the `delete` and just use `create`.\n\n**Via file system (fallback):**\n1. Ensure `~\u002F.copilot\u002F` exists: `mkdir -p ~\u002F.copilot`\n2. Write the file using `#edit` or via terminal: write full content to `~\u002F.copilot\u002Fgithub-inbox-memory.md`.\n\n## Rules\n\n- Always read before writing to avoid losing existing content\n- Memory and rules are separate files — don't mix them\n- Keep memory **under 100 lines** — deduplicate, keep last 5 session logs, be concise\n- NEVER use repo memory (`\u002Fmemories\u002Frepo\u002F`) — only the files listed above",{"data":34,"body":41},{"name":4,"description":6,"tools":35},[18,36,37,38,39,40],"execute","bash","read","view","edit",{"type":42,"children":43},"root",[44,52,67,74,114,120,125,188,195,410,416,431,443,481,487,500,509,530,537,577,582],{"type":45,"tag":46,"props":47,"children":48},"element","h1",{"id":4},[49],{"type":50,"value":51},"text","Inbox Memory",{"type":45,"tag":53,"props":54,"children":55},"p",{},[56,58,65],{"type":50,"value":57},"This skill reads and writes persistent memory and rules files for the Inbox agent. It abstracts storage so all agents use a single skill instead of calling ",{"type":45,"tag":59,"props":60,"children":62},"code",{"className":61},[],[63],{"type":50,"value":64},"#memory",{"type":50,"value":66}," directly.",{"type":45,"tag":68,"props":69,"children":71},"h2",{"id":70},"file-names",[72],{"type":50,"value":73},"File names",{"type":45,"tag":75,"props":76,"children":77},"ul",{},[78,97],{"type":45,"tag":79,"props":80,"children":81},"li",{},[82,87,89,95],{"type":45,"tag":83,"props":84,"children":85},"strong",{},[86],{"type":50,"value":17},{"type":50,"value":88},": ",{"type":45,"tag":59,"props":90,"children":92},{"className":91},[],[93],{"type":50,"value":94},"github-inbox-memory.md",{"type":50,"value":96}," — session context, patterns, preferences",{"type":45,"tag":79,"props":98,"children":99},{},[100,105,106,112],{"type":45,"tag":83,"props":101,"children":102},{},[103],{"type":50,"value":104},"Rules",{"type":50,"value":88},{"type":45,"tag":59,"props":107,"children":109},{"className":108},[],[110],{"type":50,"value":111},"github-inbox-rules.md",{"type":50,"value":113}," — user's rules and preferences",{"type":45,"tag":68,"props":115,"children":117},{"id":116},"storage-strategy",[118],{"type":50,"value":119},"Storage strategy",{"type":45,"tag":53,"props":121,"children":122},{},[123],{"type":50,"value":124},"Two possible backends:",{"type":45,"tag":75,"props":126,"children":127},{},[128,149],{"type":45,"tag":79,"props":129,"children":130},{},[131,141,143],{"type":45,"tag":83,"props":132,"children":133},{},[134,139],{"type":45,"tag":59,"props":135,"children":137},{"className":136},[],[138],{"type":50,"value":64},{"type":50,"value":140}," tool",{"type":50,"value":142}," (VS Code Chat) — stores under the virtual path ",{"type":45,"tag":59,"props":144,"children":146},{"className":145},[],[147],{"type":50,"value":148},"\u002Fmemories\u002F",{"type":45,"tag":79,"props":150,"children":151},{},[152,157,159,165,167],{"type":45,"tag":83,"props":153,"children":154},{},[155],{"type":50,"value":156},"File system",{"type":50,"value":158}," (",{"type":45,"tag":59,"props":160,"children":162},{"className":161},[],[163],{"type":50,"value":164},"~\u002F.copilot\u002F",{"type":50,"value":166},") — used by Copilot CLI; also usable from VS Code Chat\n",{"type":45,"tag":75,"props":168,"children":169},{},[170,179],{"type":45,"tag":79,"props":171,"children":172},{},[173],{"type":45,"tag":59,"props":174,"children":176},{"className":175},[],[177],{"type":50,"value":178},"~\u002F.copilot\u002Fgithub-inbox-memory.md",{"type":45,"tag":79,"props":180,"children":181},{},[182],{"type":45,"tag":59,"props":183,"children":185},{"className":184},[],[186],{"type":50,"value":187},"~\u002F.copilot\u002Fgithub-inbox-rules.md",{"type":45,"tag":189,"props":190,"children":192},"h3",{"id":191},"how-to-pick-a-backend-run-once-per-session-cache-the-choice",[193],{"type":50,"value":194},"How to pick a backend (run ONCE per session, cache the choice)",{"type":45,"tag":196,"props":197,"children":198},"ol",{},[199,226,260,405],{"type":45,"tag":79,"props":200,"children":201},{},[202,204,209,211,217,219,224],{"type":50,"value":203},"Detect availability of ",{"type":45,"tag":59,"props":205,"children":207},{"className":206},[],[208],{"type":50,"value":64},{"type":50,"value":210},": try ",{"type":45,"tag":59,"props":212,"children":214},{"className":213},[],[215],{"type":50,"value":216},"{ \"command\": \"view\", \"path\": \"\u002Fmemories\u002Fgithub-inbox-memory.md\" }",{"type":50,"value":218},". If the tool itself errors as unavailable, ",{"type":45,"tag":59,"props":220,"children":222},{"className":221},[],[223],{"type":50,"value":64},{"type":50,"value":225}," is NOT available.",{"type":45,"tag":79,"props":227,"children":228},{},[229,231,236,238,243,245,251,252,258],{"type":50,"value":230},"Check for existing CLI memory: see if ",{"type":45,"tag":59,"props":232,"children":234},{"className":233},[],[235],{"type":50,"value":178},{"type":50,"value":237}," or ",{"type":45,"tag":59,"props":239,"children":241},{"className":240},[],[242],{"type":50,"value":187},{"type":50,"value":244}," exist and are non-empty (use ",{"type":45,"tag":59,"props":246,"children":248},{"className":247},[],[249],{"type":50,"value":250},"ls -la ~\u002F.copilot\u002F",{"type":50,"value":237},{"type":45,"tag":59,"props":253,"children":255},{"className":254},[],[256],{"type":50,"value":257},"#view",{"type":50,"value":259},").",{"type":45,"tag":79,"props":261,"children":262},{},[263,265],{"type":50,"value":264},"Decide:\n",{"type":45,"tag":75,"props":266,"children":267},{},[268,293,321],{"type":45,"tag":79,"props":269,"children":270},{},[271,273,278,280,285,286,291],{"type":50,"value":272},"If ",{"type":45,"tag":59,"props":274,"children":276},{"className":275},[],[277],{"type":50,"value":64},{"type":50,"value":279}," is unavailable → use ",{"type":45,"tag":83,"props":281,"children":282},{},[283],{"type":50,"value":284},"file system",{"type":50,"value":158},{"type":45,"tag":59,"props":287,"children":289},{"className":288},[],[290],{"type":50,"value":164},{"type":50,"value":292},"). No prompt.",{"type":45,"tag":79,"props":294,"children":295},{},[296,297,302,304,309,311,319],{"type":50,"value":272},{"type":45,"tag":59,"props":298,"children":300},{"className":299},[],[301],{"type":50,"value":64},{"type":50,"value":303}," is available AND ",{"type":45,"tag":59,"props":305,"children":307},{"className":306},[],[308],{"type":50,"value":164},{"type":50,"value":310}," has NO existing inbox files → use ",{"type":45,"tag":83,"props":312,"children":313},{},[314],{"type":45,"tag":59,"props":315,"children":317},{"className":316},[],[318],{"type":50,"value":64},{"type":50,"value":320},". No prompt.",{"type":45,"tag":79,"props":322,"children":323},{},[324,325,330,331,336,338,343,345,351,353],{"type":50,"value":272},{"type":45,"tag":59,"props":326,"children":328},{"className":327},[],[329],{"type":50,"value":64},{"type":50,"value":303},{"type":45,"tag":59,"props":332,"children":334},{"className":333},[],[335],{"type":50,"value":164},{"type":50,"value":337}," has existing inbox files → ",{"type":45,"tag":83,"props":339,"children":340},{},[341],{"type":50,"value":342},"ASK the user",{"type":50,"value":344}," with ",{"type":45,"tag":59,"props":346,"children":348},{"className":347},[],[349],{"type":50,"value":350},"#askQuestions",{"type":50,"value":352}," which backend to use. Show them what was found (file names + sizes or a one-line preview). Options:\n",{"type":45,"tag":75,"props":354,"children":355},{},[356,368,380],{"type":45,"tag":79,"props":357,"children":358},{},[359,361,366],{"type":50,"value":360},"\"Use ",{"type":45,"tag":59,"props":362,"children":364},{"className":363},[],[365],{"type":50,"value":164},{"type":50,"value":367}," (existing CLI memory)\" — recommended when CLI files exist",{"type":45,"tag":79,"props":369,"children":370},{},[371,373,378],{"type":50,"value":372},"\"Use VS Code ",{"type":45,"tag":59,"props":374,"children":376},{"className":375},[],[377],{"type":50,"value":64},{"type":50,"value":379}," (start fresh \u002F keep VS Code-only)\"",{"type":45,"tag":79,"props":381,"children":382},{},[383,384,389,391,396,398,403],{"type":50,"value":372},{"type":45,"tag":59,"props":385,"children":387},{"className":386},[],[388],{"type":50,"value":64},{"type":50,"value":390}," and import from ",{"type":45,"tag":59,"props":392,"children":394},{"className":393},[],[395],{"type":50,"value":164},{"type":50,"value":397},"\" — copy current CLI files into ",{"type":45,"tag":59,"props":399,"children":401},{"className":400},[],[402],{"type":50,"value":64},{"type":50,"value":404}," once",{"type":45,"tag":79,"props":406,"children":407},{},[408],{"type":50,"value":409},"Cache the chosen backend for the rest of the session and use it for ALL subsequent reads and writes. Do NOT mix backends within a session.",{"type":45,"tag":68,"props":411,"children":413},{"id":412},"reading",[414],{"type":50,"value":415},"Reading",{"type":45,"tag":53,"props":417,"children":418},{},[419],{"type":45,"tag":83,"props":420,"children":421},{},[422,424,429],{"type":50,"value":423},"Via ",{"type":45,"tag":59,"props":425,"children":427},{"className":426},[],[428],{"type":50,"value":64},{"type":50,"value":430},":",{"type":45,"tag":432,"props":433,"children":437},"pre",{"className":434,"code":436,"language":50},[435],"language-text","{ \"command\": \"view\", \"path\": \"\u002Fmemories\u002Fgithub-inbox-memory.md\" }\n{ \"command\": \"view\", \"path\": \"\u002Fmemories\u002Fgithub-inbox-rules.md\" }\n",[438],{"type":45,"tag":59,"props":439,"children":441},{"__ignoreMap":440},"",[442],{"type":50,"value":436},{"type":45,"tag":53,"props":444,"children":445},{},[446,451,453,458,459,464,466,472,474,479],{"type":45,"tag":83,"props":447,"children":448},{},[449],{"type":50,"value":450},"Via file system (fallback):",{"type":50,"value":452},"\nRead ",{"type":45,"tag":59,"props":454,"children":456},{"className":455},[],[457],{"type":50,"value":178},{"type":50,"value":237},{"type":45,"tag":59,"props":460,"children":462},{"className":461},[],[463],{"type":50,"value":187},{"type":50,"value":465}," using ",{"type":45,"tag":59,"props":467,"children":469},{"className":468},[],[470],{"type":50,"value":471},"#read",{"type":50,"value":473}," (VS Code) or ",{"type":45,"tag":59,"props":475,"children":477},{"className":476},[],[478],{"type":50,"value":257},{"type":50,"value":480}," (CLI). If the file doesn't exist, treat as empty \u002F first-time user.",{"type":45,"tag":68,"props":482,"children":484},{"id":483},"writing",[485],{"type":50,"value":486},"Writing",{"type":45,"tag":53,"props":488,"children":489},{},[490],{"type":45,"tag":83,"props":491,"children":492},{},[493,494,499],{"type":50,"value":423},{"type":45,"tag":59,"props":495,"children":497},{"className":496},[],[498],{"type":50,"value":64},{"type":50,"value":430},{"type":45,"tag":432,"props":501,"children":504},{"className":502,"code":503,"language":50},[435],"{ \"command\": \"delete\", \"path\": \"\u002Fmemories\u002Fgithub-inbox-memory.md\" }\n{ \"command\": \"create\", \"path\": \"\u002Fmemories\u002Fgithub-inbox-memory.md\", \"file_text\": \"\u003Ccontent>\" }\n",[505],{"type":45,"tag":59,"props":506,"children":507},{"__ignoreMap":440},[508],{"type":50,"value":503},{"type":45,"tag":53,"props":510,"children":511},{},[512,514,520,522,528],{"type":50,"value":513},"If the file doesn't exist yet, skip the ",{"type":45,"tag":59,"props":515,"children":517},{"className":516},[],[518],{"type":50,"value":519},"delete",{"type":50,"value":521}," and just use ",{"type":45,"tag":59,"props":523,"children":525},{"className":524},[],[526],{"type":50,"value":527},"create",{"type":50,"value":529},".",{"type":45,"tag":53,"props":531,"children":532},{},[533],{"type":45,"tag":83,"props":534,"children":535},{},[536],{"type":50,"value":450},{"type":45,"tag":196,"props":538,"children":539},{},[540,558],{"type":45,"tag":79,"props":541,"children":542},{},[543,545,550,552],{"type":50,"value":544},"Ensure ",{"type":45,"tag":59,"props":546,"children":548},{"className":547},[],[549],{"type":50,"value":164},{"type":50,"value":551}," exists: ",{"type":45,"tag":59,"props":553,"children":555},{"className":554},[],[556],{"type":50,"value":557},"mkdir -p ~\u002F.copilot",{"type":45,"tag":79,"props":559,"children":560},{},[561,563,569,571,576],{"type":50,"value":562},"Write the file using ",{"type":45,"tag":59,"props":564,"children":566},{"className":565},[],[567],{"type":50,"value":568},"#edit",{"type":50,"value":570}," or via terminal: write full content to ",{"type":45,"tag":59,"props":572,"children":574},{"className":573},[],[575],{"type":50,"value":178},{"type":50,"value":529},{"type":45,"tag":68,"props":578,"children":580},{"id":579},"rules",[581],{"type":50,"value":104},{"type":45,"tag":75,"props":583,"children":584},{},[585,590,595,607],{"type":45,"tag":79,"props":586,"children":587},{},[588],{"type":50,"value":589},"Always read before writing to avoid losing existing content",{"type":45,"tag":79,"props":591,"children":592},{},[593],{"type":50,"value":594},"Memory and rules are separate files — don't mix them",{"type":45,"tag":79,"props":596,"children":597},{},[598,600,605],{"type":50,"value":599},"Keep memory ",{"type":45,"tag":83,"props":601,"children":602},{},[603],{"type":50,"value":604},"under 100 lines",{"type":50,"value":606}," — deduplicate, keep last 5 session logs, be concise",{"type":45,"tag":79,"props":608,"children":609},{},[610,612,618],{"type":50,"value":611},"NEVER use repo memory (",{"type":45,"tag":59,"props":613,"children":615},{"className":614},[],[616],{"type":50,"value":617},"\u002Fmemories\u002Frepo\u002F",{"type":50,"value":619},") — only the files listed above",{"items":621,"total":812},[622,644,663,684,699,716,727,740,755,768,787,800],{"slug":623,"name":623,"fn":624,"description":625,"org":626,"tags":627,"stars":641,"repoUrl":642,"updatedAt":643},"rushstack-best-practices","manage Rush monorepos with best practices","Provides best practices and guidance for working with Rush monorepos. Use when the user is working in a Rush-based repository, asks about Rush commands (install, update, build, rebuild), needs help with project selection, dependency management, build caching, subspace configuration, or troubleshooting Rush-specific issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[628,631,634,635,638],{"name":629,"slug":630,"type":15},"Engineering","engineering",{"name":632,"slug":633,"type":15},"Local Development","local-development",{"name":9,"slug":8,"type":15},{"name":636,"slug":637,"type":15},"Project Management","project-management",{"name":639,"slug":640,"type":15},"Rush","rush",6484,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Frushstack","2026-04-06T18:34:44.965032",{"slug":645,"name":645,"fn":646,"description":647,"org":648,"tags":649,"stars":660,"repoUrl":661,"updatedAt":662},"azure-ai-agents-persistent-dotnet","build AI agents with Azure .NET SDK","Azure AI Agents Persistent SDK for .NET. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. Use for agent CRUD, conversation threads, streaming responses, function calling, file search, and code interpreter. Triggers: \"PersistentAgentsClient\", \"persistent agents\", \"agent threads\", \"agent runs\", \"streaming agents\", \"function calling agents .NET\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[650,653,654,657],{"name":651,"slug":652,"type":15},".NET","net",{"name":20,"slug":21,"type":15},{"name":655,"slug":656,"type":15},"Azure","azure",{"name":658,"slug":659,"type":15},"LLM","llm",2804,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fskills","2026-07-03T16:32:10.297433",{"slug":664,"name":664,"fn":665,"description":666,"org":667,"tags":668,"stars":660,"repoUrl":661,"updatedAt":683},"azure-ai-anomalydetector-java","build anomaly detection applications with Java","Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate\u002Fmultivariate anomaly detection, time-series analysis, or AI-powered monitoring.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[669,672,673,676,679,680],{"name":670,"slug":671,"type":15},"Analytics","analytics",{"name":655,"slug":656,"type":15},{"name":674,"slug":675,"type":15},"Data Analysis","data-analysis",{"name":677,"slug":678,"type":15},"Java","java",{"name":9,"slug":8,"type":15},{"name":681,"slug":682,"type":15},"Monitoring","monitoring","2026-05-13T06:14:16.261754",{"slug":685,"name":685,"fn":686,"description":687,"org":688,"tags":689,"stars":660,"repoUrl":661,"updatedAt":698},"azure-ai-contentsafety-java","build content moderation applications with Azure AI","Build content moderation applications with Azure AI Content Safety SDK for Java. Use when implementing text\u002Fimage analysis, blocklist management, or harm detection for hate, violence, sexual content, and self-harm.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[690,693,694,695],{"name":691,"slug":692,"type":15},"AI Infrastructure","ai-infrastructure",{"name":655,"slug":656,"type":15},{"name":677,"slug":678,"type":15},{"name":696,"slug":697,"type":15},"Security","security","2026-07-07T06:53:31.293235",{"slug":700,"name":700,"fn":701,"description":702,"org":703,"tags":704,"stars":660,"repoUrl":661,"updatedAt":715},"azure-ai-contentsafety-py","detect harmful content with Azure AI Content Safety","Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification.\nTriggers: \"azure-ai-contentsafety\", \"ContentSafetyClient\", \"content moderation\", \"harmful content\", \"text analysis\", \"image analysis\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[705,706,709,710,711,714],{"name":655,"slug":656,"type":15},{"name":707,"slug":708,"type":15},"Compliance","compliance",{"name":658,"slug":659,"type":15},{"name":9,"slug":8,"type":15},{"name":712,"slug":713,"type":15},"Python","python",{"name":696,"slug":697,"type":15},"2026-07-18T05:14:23.017504",{"slug":717,"name":717,"fn":718,"description":719,"org":720,"tags":721,"stars":660,"repoUrl":661,"updatedAt":726},"azure-ai-language-conversations-py","implement conversational language understanding with Python","Implement Conversational Language Understanding (CLU) using the azure-ai-language-conversations Python SDK. Use when working with ConversationAnalysisClient to analyze conversation intent and entities, building NLP features, or integrating language understanding into applications.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[722,723,724,725],{"name":670,"slug":671,"type":15},{"name":655,"slug":656,"type":15},{"name":658,"slug":659,"type":15},{"name":712,"slug":713,"type":15},"2026-07-31T05:54:29.068751",{"slug":728,"name":728,"fn":729,"description":730,"org":731,"tags":732,"stars":660,"repoUrl":661,"updatedAt":739},"azure-ai-translation-text-py","translate text using Azure AI services","Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications.\nTriggers: \"text translation\", \"translator\", \"translate text\", \"transliterate\", \"TextTranslationClient\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[733,736,737,738],{"name":734,"slug":735,"type":15},"API Development","api-development",{"name":655,"slug":656,"type":15},{"name":9,"slug":8,"type":15},{"name":712,"slug":713,"type":15},"2026-07-18T05:14:16.988376",{"slug":741,"name":741,"fn":742,"description":743,"org":744,"tags":745,"stars":660,"repoUrl":661,"updatedAt":754},"azure-ai-vision-imageanalysis-py","analyze images with Azure AI Vision","Azure AI Vision Image Analysis SDK for captions, tags, objects, OCR, people detection, and smart cropping. Use for computer vision and image understanding tasks.\nTriggers: \"image analysis\", \"computer vision\", \"OCR\", \"object detection\", \"ImageAnalysisClient\", \"image caption\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[746,747,750,753],{"name":655,"slug":656,"type":15},{"name":748,"slug":749,"type":15},"Computer Vision","computer-vision",{"name":751,"slug":752,"type":15},"Images","images",{"name":712,"slug":713,"type":15},"2026-07-18T05:14:18.007737",{"slug":756,"name":756,"fn":757,"description":758,"org":759,"tags":760,"stars":660,"repoUrl":661,"updatedAt":767},"azure-appconfiguration-java","manage configuration with Azure App Configuration","Azure App Configuration SDK for Java. Centralized application configuration management with key-value settings, feature flags, and snapshots.\nTriggers: \"ConfigurationClient java\", \"app configuration java\", \"feature flag java\", \"configuration setting java\", \"azure config java\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[761,762,763,766],{"name":655,"slug":656,"type":15},{"name":13,"slug":14,"type":15},{"name":764,"slug":765,"type":15},"Feature Flags","feature-flags",{"name":677,"slug":678,"type":15},"2026-07-03T16:32:01.278468",{"slug":769,"name":769,"fn":770,"description":771,"org":772,"tags":773,"stars":660,"repoUrl":661,"updatedAt":786},"azure-cosmos-rust","build applications with Azure Cosmos DB","Azure Cosmos DB library for Rust (NoSQL API). Document CRUD, containers, and globally distributed data.\nTriggers: \"cosmos db rust\", \"CosmosClient rust\", \"document crud rust\", \"NoSQL rust\", \"partition key rust\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[774,777,780,783],{"name":775,"slug":776,"type":15},"Cosmos DB","cosmos-db",{"name":778,"slug":779,"type":15},"Database","database",{"name":781,"slug":782,"type":15},"NoSQL","nosql",{"name":784,"slug":785,"type":15},"Rust","rust","2026-07-31T05:54:27.021432",{"slug":788,"name":788,"fn":770,"description":789,"org":790,"tags":791,"stars":660,"repoUrl":661,"updatedAt":799},"azure-cosmos-ts","Azure Cosmos DB JavaScript\u002FTypeScript SDK (@azure\u002Fcosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management. Triggers: \"Cosmos DB\", \"@azure\u002Fcosmos\", \"CosmosClient\", \"document CRUD\", \"NoSQL queries\", \"bulk operations\", \"partition key\", \"container.items\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[792,793,794,795,796],{"name":775,"slug":776,"type":15},{"name":778,"slug":779,"type":15},{"name":9,"slug":8,"type":15},{"name":781,"slug":782,"type":15},{"name":797,"slug":798,"type":15},"TypeScript","typescript","2026-07-03T16:31:19.368382",{"slug":801,"name":801,"fn":802,"description":803,"org":804,"tags":805,"stars":660,"repoUrl":661,"updatedAt":811},"azure-data-tables-java","build table storage applications with Java","Build table storage applications with Azure Tables SDK for Java. Use when working with Azure Table Storage or Cosmos DB Table API for NoSQL key-value data, schemaless storage, or structured data at scale.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[806,807,808,809,810],{"name":655,"slug":656,"type":15},{"name":775,"slug":776,"type":15},{"name":778,"slug":779,"type":15},{"name":677,"slug":678,"type":15},{"name":781,"slug":782,"type":15},"2026-05-13T06:14:17.582229",267,{"items":814,"total":896},[815,832,847,859,870,881,890],{"slug":816,"name":816,"fn":817,"description":818,"org":819,"tags":820,"stars":22,"repoUrl":23,"updatedAt":831},"council-plan","perform multi-model council planning","Multi-model council planning for implementation and architecture decisions. Use when the user asks to 'plan with council', 'multi-model plan', 'get different perspectives on approach', 'council plan', or wants multiple models to independently propose plans for the same task. Also use when the user asks to 'debate approaches', 'compare strategies', or 'cross-plan'.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[821,824,825,828],{"name":822,"slug":823,"type":15},"Architecture","architecture",{"name":629,"slug":630,"type":15},{"name":826,"slug":827,"type":15},"Multi-Agent","multi-agent",{"name":829,"slug":830,"type":15},"System Design","system-design","2026-05-13T06:14:08.529779",{"slug":833,"name":833,"fn":834,"description":835,"org":836,"tags":837,"stars":22,"repoUrl":23,"updatedAt":846},"council-review","perform multi-model council code reviews","Multi-model council review for diffs, pull requests, and risky changes. It is CRITICAL to use this skill after ANY non-trivial development phase — changes are usually not 100% correct. Development CANNOT be called done until the code has been reviewed. Use whenever the user asks for a review, PR feedback, a bug hunt in recent edits, or wants multiple models to inspect the same change independently. Also use when the user asks to 'discuss findings', 'cross-review', or 'debate' review results between models.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[838,841,842,843],{"name":839,"slug":840,"type":15},"Code Review","code-review",{"name":629,"slug":630,"type":15},{"name":826,"slug":827,"type":15},{"name":844,"slug":845,"type":15},"Pull Requests","pull-requests","2026-05-13T06:14:07.202801",{"slug":848,"name":848,"fn":849,"description":850,"org":851,"tags":852,"stars":22,"repoUrl":23,"updatedAt":858},"follow-goal","manage agent goals and stopping conditions","Give the agent a durable objective with a verifiable stopping condition, then keep iterating across turns until that condition is met. Use when the user says 'set a goal', 'follow a goal', '\u002Fgoal …', 'keep working until …', or asks for a long-running task with a clear end state (migrations, large refactors, retry-until-green loops, experiments).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[853,854,855],{"name":20,"slug":21,"type":15},{"name":9,"slug":8,"type":15},{"name":856,"slug":857,"type":15},"Productivity","productivity","2026-07-07T06:54:04.263607",{"slug":860,"name":860,"fn":861,"description":862,"org":863,"tags":864,"stars":22,"repoUrl":23,"updatedAt":869},"inbox-add-reaction","add reactions to GitHub issues and PRs","Add a reaction to a GitHub issue or pull request",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[865,868],{"name":866,"slug":867,"type":15},"GitHub","github",{"name":844,"slug":845,"type":15},"2026-07-07T06:53:33.958298",{"slug":871,"name":871,"fn":872,"description":873,"org":874,"tags":875,"stars":22,"repoUrl":23,"updatedAt":880},"inbox-install-gh-cli","install GitHub CLI","Install the GitHub CLI (gh) if not already installed",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[876,879],{"name":877,"slug":878,"type":15},"CLI","cli",{"name":866,"slug":867,"type":15},"2026-05-13T06:14:05.911879",{"slug":882,"name":882,"fn":883,"description":884,"org":885,"tags":886,"stars":22,"repoUrl":23,"updatedAt":889},"inbox-mark-all-read","mark GitHub notifications as read","Mark all GitHub notifications as read",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[887,888],{"name":866,"slug":867,"type":15},{"name":856,"slug":857,"type":15},"2026-05-13T06:14:02.019522",{"slug":4,"name":4,"fn":5,"description":6,"org":891,"tags":892,"stars":22,"repoUrl":23,"updatedAt":24},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[893,894,895],{"name":20,"slug":21,"type":15},{"name":13,"slug":14,"type":15},{"name":17,"slug":18,"type":15},14]