[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"article-microsoft-skills-174-ai-coding-skills-en":3,"article-related-microsoft-skills-174-ai-coding-skills-en":35,"series-tools-5d28ea54-70c6-408b-a38d-9a0bfbd8c28a":88},{"id":4,"title":5,"content":6,"summary":7,"source":8,"source_url":9,"author":10,"image_url":11,"keywords":12,"language":18,"translated_content":10,"views":19,"is_premium":20,"created_at":21,"updated_at":21,"cover_image":11,"published_at":22,"rewrite_status":23,"rewrite_error":10,"rewritten_from_id":24,"slug":25,"category":26,"related_article_id":27,"status":28,"google_indexed_at":10,"x_posted_at":10,"tweet_text":10,"title_rewritten_at":10,"title_original":10,"key_takeaways":29,"topic_cluster_id":33,"embedding":34,"is_canonical_seed":20},"5d28ea54-70c6-408b-a38d-9a0bfbd8c28a","Microsoft open-sources 174 AI coding skills","\u003Cp data-speakable=\"summary\">\u003Ca href=\"\u002Ftag\u002Fmicrosoft\">Microsoft\u003C\u002Fa>’s \u003Ca href=\"\u002Ftag\u002Fgithub\">GitHub\u003C\u002Fa> repo packages 174 \u003Ca href=\"\u002Ftag\u002Fskills\">skills\u003C\u002Fa> and agent configs for coding assistants.\u003C\u002Fp>\u003Cp>Microsoft has published \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fskills\" target=\"_blank\" rel=\"noopener\">microsoft\u002Fskills\u003C\u002Fa>, a public repository built to give AI \u003Ca href=\"\u002Fnews\u002Faws-agent-toolkit-coding-agents-en\">coding agents\u003C\u002Fa> more context when they work with Azure SDKs and Microsoft AI Foundry. The repo already lists \u003Cstrong>174 skills\u003C\u002Fstrong>, with installable templates for \u003Cstrong>custom agents\u003C\u002Fstrong>, \u003Cstrong>AGENTS.md\u003C\u002Fstrong> files, and \u003Cstrong>MCP\u003C\u002Fstrong> configurations.\u003C\u002Fp>\u003Cp>The project is still marked work in progress, but the direction is clear: instead of asking a general-purpose coding assistant to infer SDK patterns from scratch, Microsoft wants developers to load the right task-specific guidance into the agent before it writes code.\u003C\u002Fp>\u003Ctable>\u003Cthead>\u003Ctr>\u003Cth>Item\u003C\u002Fth>\u003Cth>Count or detail\u003C\u002Fth>\u003C\u002Ftr>\u003C\u002Fthead>\u003Ctbody>\u003Ctr>\u003Ctd>Skills in the catalog\u003C\u002Ftd>\u003Ctd>174\u003C\u002Ftd>\u003C\u002Ftr>\u003Ctr>\u003Ctd>Quick install command\u003C\u002Ftd>\u003Ctd>\u003Ccode>npx skills add microsoft\u002Fskills\u003C\u002Fcode>\u003C\u002Ftd>\u003C\u002Ftr>\u003Ctr>\u003Ctd>GitHub stars\u003C\u002Ftd>\u003Ctd>2.3k\u003C\u002Ftd>\u003C\u002Ftr>\u003Ctr>\u003Ctd>Forks\u003C\u002Ftd>\u003Ctd>261\u003C\u002Ftd>\u003C\u002Ftr>\u003Ctr>\u003Ctd>Recent commit count shown on repo\u003C\u002Ftd>\u003Ctd>564\u003C\u002Ftd>\u003C\u002Ftr>\u003C\u002Ftbody>\u003C\u002Ftable>\u003Ch2>What Microsoft is actually shipping\u003C\u002Fh2>\u003Cp>The repo is more than a pile of prompts. It bundles skills, plugins, role-specific agents, reusable \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fskills\u002Fblob\u002Fmain\u002FAgents.md\" target=\"_blank\" rel=\"noopener\">Agents.md\u003C\u002Fa> templates, and MCP server configs that can be dropped into agent workflows. Microsoft also points to a skill explorer that lets developers browse the catalog and install a single skill instead of copying an entire library into context.\u003C\u002Fp>\n\u003Cfigure class=\"my-6\">\u003Cimg src=\"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779035053352-1ahz.png\" alt=\"Microsoft open-sources 174 AI coding skills\" class=\"rounded-xl w-full\" loading=\"lazy\" \u002F>\u003C\u002Ffigure>\n\u003Cp>That choice matters because the repo is aimed at coding agents that already know how to write code, but do not automatically know the conventions of a specific SDK. Microsoft says the patterns are already in the model weights from pretraining, and the missing piece is the activation context that pulls the right pattern into view.\u003C\u002Fp>\u003Cul>\u003Cli>Core skills cover areas like cloud architecture, GitHub issue creation, frontend review, and MCP server setup.\u003C\u002Fli>\u003Cli>Language-specific packs include Python, .NET, TypeScript, Java, and Rust.\u003C\u002Fli>\u003Cli>Foundry-focused skills cover projects, hosted agents, toolboxes, workflows, memory, governance, and observability.\u003C\u002Fli>\u003C\u002Ful>\u003Ch2>Why the repo warns against loading everything\u003C\u002Fh2>\u003Cp>Microsoft is unusually direct about a problem most teams will hit fast: too many skills can hurt output quality. The repo warns that loading every skill causes context rot, which it defines as diluted attention, wasted tokens, and mixed-up patterns. That is a useful reminder for anyone treating agent setup like a giant prompt dump.\u003C\u002Fp>\u003Cp>The advice is practical. If a project needs Cosmos DB work, then a Cosmos-specific skill is more useful than a general folder of 174 files. If a team is building an MCP server, the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fskills\" target=\"_blank\" rel=\"noopener\">mcp-builder\u003C\u002Fa> skill is the direct fit. If the goal is to shape agent behavior, the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fskills\u002Fblob\u002Fmain\u002FREADME.md\" target=\"_blank\" rel=\"noopener\">skill-creator\u003C\u002Fa> guidance is the place to start.\u003C\u002Fp>\u003Cblockquote>“The patterns are already in their weights from pretraining. All you need is the right activation context to surface them.” — Microsoft, \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fskills\" target=\"_blank\" rel=\"noopener\">microsoft\u002Fskills README\u003C\u002Fa>\u003C\u002Fblockquote>\u003Cp>That line captures the philosophy behind the repo. Microsoft is betting that good agent output depends less on bigger models and more on better grounding: the right instructions, the right tool list, and the right project-specific assumptions.\u003C\u002Fp>\u003Ch2>How the catalog is organized\u003C\u002Fh2>\u003Cp>The catalog is split into several layers. There are language-agnostic core skills, Foundry skills, and language packs for Python, .NET, \u003Ca href=\"\u002Ftag\u002Ftypescript\">TypeScript\u003C\u002Fa>, Java, and Rust. The repo also includes prebuilt MCP configurations for docs, GitHub, and browser automation, which makes it easier to wire agents into external tools without rebuilding the plumbing every time.\u003C\u002Fp>\n\u003Cfigure class=\"my-6\">\u003Cimg src=\"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779035054533-qpmr.png\" alt=\"Microsoft open-sources 174 AI coding skills\" class=\"rounded-xl w-full\" loading=\"lazy\" \u002F>\u003C\u002Ffigure>\n\u003Cp>Some of the most interesting entries are the ones that point beyond simple code completion. Microsoft includes skills for hosted agents, agent identity, managed memory, observability, and multi-agent workflows. That suggests the company is thinking about agents as systems, not as isolated autocomplete helpers.\u003C\u002Fp>\u003Cul>\u003Cli>\u003Cstrong>Foundry skills:\u003C\u002Fstrong> 11 entries covering projects, models, hosted agents, toolboxes, workflows, and governance.\u003C\u002Fli>\u003Cli>\u003Cstrong>Python skills:\u003C\u002Fstrong> 39 entries, the biggest language pack in the repo.\u003C\u002Fli>\u003Cli>\u003Cstrong>.NET skills:\u003C\u002Fstrong> 28 entries, followed by \u003Cstrong>TypeScript\u003C\u002Fstrong> with 25 and \u003Cstrong>Java\u003C\u002Fstrong> with 25.\u003C\u002Fli>\u003Cli>\u003Cstrong>Rust skills:\u003C\u002Fstrong> 7 entries, which is small but still useful for teams building in that ecosystem.\u003C\u002Fli>\u003C\u002Ful>\u003Ch2>What this means for GitHub Copilot and other agents\u003C\u002Fh2>\u003Cp>The repo is clearly written with tools like \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ffeatures\u002Fcopilot\" target=\"_blank\" rel=\"noopener\">GitHub Copilot\u003C\u002Fa> in mind, especially Copilot CLI and Copilot in \u003Ca href=\"\u002Ftag\u002Fvs-code\">VS Code\u003C\u002Fa>. But the pattern is broader than GitHub alone. The instructions mention sharing skills across multiple agent configs, including \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fcontinuedev\u002Fcontinue\" target=\"_blank\" rel=\"noopener\">Continue\u003C\u002Fa>-style setups and other local agent directories, which makes the repo useful even if your team does not live inside one editor.\u003C\u002Fp>\u003Cp>There is also a strong “distribution” story here. The quick-start command is short, the install flow is wizard-driven, and the repo includes symlink examples for teams that want one shared skill set across projects. That is the kind of detail that usually decides whether a repo becomes a reference point or just another bookmark.\u003C\u002Fp>\u003Cp>For developers working with Azure SDKs, the payoff is simple: fewer generic answers, more SDK-aware code, and a better chance that the agent follows the project’s own conventions instead of inventing new ones. For teams building on Microsoft AI Foundry, the repo also hints at a larger strategy where skills, toolboxes, and hosted agents all fit into the same workflow.\u003C\u002Fp>\u003Ch2>Where this goes next\u003C\u002Fh2>\u003Cp>The repo is still moving, and Microsoft says more skills are coming, existing ones are being updated to match the latest SDK patterns, and tests are being expanded. That matters because agent tooling tends to age quickly; a skill pack that is useful today can become noisy if it is not kept in sync with SDK releases.\u003C\u002Fp>\u003Cp>If Microsoft keeps the catalog curated and the install flow simple, this repo could become a standard way to ground coding agents in Azure and Foundry projects. The real question for teams is whether they will treat skills as a one-time setup step or as part of normal project maintenance, right next to dependencies, docs, and tests.\u003C\u002Fp>\u003Cp>For now, the takeaway is straightforward: if your AI assistant keeps missing SDK conventions, the fix may be a smaller, better-targeted skill pack rather than a larger model.\u003C\u002Fp>","Microsoft’s new GitHub repo packages 174 skills, MCP configs, and custom agents for coding assistants working with Azure SDKs.","github.com","https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fskills",null,"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779035053352-1ahz.png",[13,14,15,16,17],"GitHub Copilot","MCP","Azure SDK","Microsoft Foundry","AI coding agents","en",0,false,"2026-05-17T16:23:52.592903+00:00","2026-05-17T16:23:52.583+00:00","done","14572bd8-f8a9-44a3-b8db-081645d5a685","microsoft-skills-174-ai-coding-skills-en","tools","1dd2b6c7-15a2-4d22-8a24-f6d12b4ec78d","published",[30,31,32],"Microsoft’s repo ships 174 skills plus agent templates and MCP configs for coding assistants.","The project warns against loading every skill because too much context can hurt output quality.","The catalog is organized by language, Foundry workflows, and task-specific agent roles.","a7343b93-37cc-4634-a2bc-707f6275bdb6","[-0.006511068,-0.0012597942,0.006279926,-0.06564235,-0.02471827,-0.0048609218,-0.011289016,0.02759219,-0.003452734,0.013048265,0.00074864057,-0.021046575,0.028200194,-0.008724219,0.121183984,-0.012447628,0.014079494,0.016958704,0.0050854227,-0.017570594,-0.0009911875,0.028747998,-0.00581495,-0.01957516,-0.014531701,-0.02749321,0.025465658,0.020837013,0.05402989,0.0059878347,-0.017528523,-0.0055540344,0.014309149,-0.0018388939,0.009442116,-0.00012782974,0.010167363,-0.0072422223,0.013332554,-0.0042210594,-0.0073123034,0.015659116,-0.0062086317,-0.019479277,-0.012915521,0.009057322,-3.5226065e-05,-0.0044252966,-0.038134187,0.022361005,-0.0033374506,0.008794189,0.00059727166,-0.14051771,0.02925246,0.015608473,-0.008926976,0.011846485,0.020162338,0.00072245696,0.01678783,0.03406485,-0.0422608,-0.032505784,-0.01820127,-0.03395155,0.004925049,-0.0032987755,-0.0040688906,-0.01048997,0.0076319873,0.028756574,0.011294295,-0.02979768,8.674964e-05,0.0074681775,-0.019731794,-0.04182909,0.0021143542,0.033253185,0.0027204743,-0.0066278027,0.015450555,0.0061753993,-0.010698537,-0.0012880602,-0.0007246854,-0.022632182,0.0028411902,0.013459659,0.02489312,0.027052272,0.033707272,0.0038711892,-0.019471144,-0.025571706,0.009910645,-0.014339242,0.0224,-0.008711207,0.0020958188,-0.06035832,0.0035856464,0.0025467975,0.009283775,-0.02564369,-0.0063439473,-0.0007205761,0.0039791954,-0.0011750456,0.02240882,-0.03358895,-0.026570914,0.026335213,0.013404671,-0.12076007,0.0103068305,0.0033603213,0.013513618,0.034405783,-0.02326634,0.019263763,-0.009257269,0.041802227,-0.0128498925,-0.009739054,-0.0018416403,0.0064507406,-0.017064732,0.029690767,-0.032001827,-0.01418324,0.0054090396,-0.004835586,-0.009005919,0.005716029,0.009888623,-0.0047949217,-0.021795696,-0.023916425,-0.007885804,0.017361963,0.009654309,0.0065025743,-0.03504412,0.0037518868,-0.010288552,0.038329896,0.0056690606,0.0021720116,0.0013447094,-0.021459179,-0.0021730831,-0.030255992,0.0012496001,-0.028059406,0.0012693077,-0.003993134,0.01656156,-0.0072001894,-0.00086545205,-0.003997224,-0.007330275,0.0018918249,0.013025314,0.015116853,0.0069514196,-0.0015243941,-0.008406817,0.0004165823,-0.014902579,-0.01344805,-0.006652605,0.020147625,0.0044394042,-0.018078601,0.0039683008,-0.003131943,0.029546259,0.0012877773,0.00062262185,-0.0010276632,-0.0041513233,0.01438774,-0.008931111,-0.006596648,-0.018293004,-0.0007574084,0.011817283,-0.0075122765,-9.359809e-05,0.0042668865,0.02069147,0.00078958174,0.007943208,-0.031275477,-0.0017524492,-0.007616541,0.00954563,0.02856174,0.0060987524,-0.0059650866,0.01665111,-0.057071887,0.022413665,0.00939278,-0.017180478,-0.022627233,-0.0047040046,-0.01582507,-0.029743055,0.0049145045,0.013584818,-0.0058308383,-0.0035665378,-0.01398262,-0.018235916,-0.014066427,0.015128304,-0.028396657,0.0032980044,0.006112613,0.017807748,-0.010523294,0.0040724277,-0.032147177,-0.015385816,-0.023682727,-0.020219939,0.0076362467,0.027007593,0.0022427596,-0.02559248,-0.01963295,-0.0151745835,-0.020474184,-0.011212423,0.006981212,0.021715514,0.014117927,-0.031641424,0.022188209,0.020507695,0.02227814,0.021917026,-0.013934407,-0.015213631,0.011570193,-0.0317017,0.003233893,-0.010313626,0.007971501,-0.006689664,0.006481966,-0.0042931763,0.014895943,-0.005472647,0.025690043,-0.018450826,-0.0060117827,0.019563934,-0.0013824826,-0.005600306,-0.011842009,-0.0026063125,0.0103704315,0.005129582,0.009008723,-0.02095845,0.0017626198,-0.039284594,0.03158916,0.037354846,0.0017222001,0.0072892266,-0.009775047,-0.059728317,0.02414124,-0.01604627,-0.0061013363,0.006852331,0.008807547,-0.0071534337,0.004597253,-0.0037671889,-0.008190106,-0.026978573,0.010273569,0.002373743,-0.007976231,0.0029339292,0.012492704,-0.02380036,0.006395927,-0.021314424,-0.03126553,0.0071761846,-0.013528269,9.509054e-05,0.0031590404,0.009671338,-0.03360125,0.038064044,0.042850293,-0.020861479,-0.014305917,0.005943713,0.012221106,0.0016211765,0.0073690414,-0.024700247,-0.018317644,-0.019348161,-0.009728459,-0.007236369,0.013145169,-0.016827697,-0.014178165,0.009820689,-0.026623307,-0.0032481742,0.00042552355,0.01709707,-0.006453363,-0.009944976,-0.03430843,0.0069999974,0.021406975,0.03196724,-0.00054955477,0.002649469,0.025237763,0.01318339,-0.0288669,0.014367518,0.016985623,0.019907936,-0.014390797,0.0012148343,0.010684718,-0.020932095,-0.0002902926,0.0029302812,0.01617853,-0.031122902,0.03450672,0.037246577,-0.013454484,0.019106146,0.0023893213,0.0076147807,-0.0069432417,0.016140375,0.0058310092,-0.01325511,0.028880475,-0.0057010483,0.019878473,0.035999287,-0.0013166737,-0.00013598512,0.004324581,-0.0029992505,-0.02877608,0.010052714,-0.025118355,0.009892389,0.0026983107,0.006233354,0.016114121,0.00013864989,0.0041982937,-0.0038437422,-0.019286765,-0.0010699464,0.0053143622,-0.008906524,-0.003699149,-0.029760499,0.00805892,0.0200862,-0.007648747,-0.018033978,-0.028030874,0.014413046,-0.0005925015,0.022577588,0.003454796,-0.00048132855,0.002410318,0.009218901,0.012175238,0.003988796,-0.0052085132,0.01705424,-0.0075023505,-0.0070980173,0.023183165,-0.019022578,-0.018504484,0.010508126,-0.0054211915,-0.003194221,0.017614063,-0.024143424,-0.0040729786,-0.010204308,0.0070943697,-0.016120786,-0.01038404,-0.0029391318,0.0054549486,0.04983306,0.017419606,0.01563354,0.0094369985,0.0032810685,-0.004271442,-0.01640355,0.0032996566,0.0010626195,0.03090811,0.0054869824,0.0053601144,-0.0051807556,0.001996478,-0.008855451,0.004136348,-0.0385853,-0.034007315,-0.005639816,-0.0064863293,0.023208316,-0.0021263538,-0.038662042,-0.03705384,0.009649396,-0.00618552,-0.03354283,-0.0021973655,0.018472737,-0.011318613,-0.0001401453,0.025393147,0.009922089,-0.002710095,0.004862343,-0.027416172,-0.038128197,0.014926679,0.016923027,0.035160787,0.013001074,0.00810181,-0.011125878,0.024149904,0.0021908667,0.031664066,0.018735478,-0.01775451,-0.0029427651,-0.0044340137,-0.0149541665,-0.00020446793,-0.005799669,-0.009029902,0.0313262,-0.031059245,0.020102704,-0.0017251916,-0.014731995,0.047172472,0.018117273,-0.024740398,0.0024340749,-0.015087069,0.0129047455,-0.0022387728,0.020415977,-0.018989025,0.012671773,0.0040592314,0.007323909,-0.004019519,0.009731817,-0.010096729,-0.020306502,-0.0072814757,-7.164728e-05,-0.0026188279,0.042530652,0.012763767,0.010086596,-0.0073243733,-0.0065367357,-0.018894594,-0.01698915,0.0027196659,-0.002009661,0.011275421,-0.0135724405,-0.015870547,0.009984361,0.034409106,-0.009427116,0.015276199,-0.0114142625,0.014676187,0.012135631,0.015386195,-0.040669754,-0.009605304,-0.007430152,0.025121711,0.00908093,-0.014825174,0.012224843,0.010962995,-0.0024574676,-0.014065714,-0.0027937095,-0.006318512,-0.009338147,0.017782848,-0.015967824,-0.036352888,0.03406107,0.0021798338,0.03376919,-0.02972719,-0.02143924,0.038081866,-0.0003239948,0.006293935,0.03086881,-0.0017821657,0.01718135,0.008268315,0.0035856322,-0.014344181,-0.022683129,0.00018762874,-0.0027935617,0.0022284205,0.04307235,-0.09104058,-0.021171924,-0.00088258623,-0.0118805235,0.005643756,-0.018031633,-0.0009851037,-0.0033333958,0.0112696905,0.027402246,-0.007989949,-0.01768216,0.004248292,0.016974552,-0.004679129,-0.0037066757,0.014421529,0.0043322616,-0.0064049037,-0.012278696,0.015782926,-0.010581263,-0.0054267403,-0.021336453,-0.0034086073,-0.0026800493,0.029870661,-0.0006594712,-0.0049345647,-0.0010105052,-0.016761005,-0.017666323,-0.010547589,0.03484531,-0.0022006102,0.010851345,0.017357487,0.003796076,-0.010987519,0.008702795,0.008070594,0.025856242,-0.008589811,0.0031418668,-0.027823517,0.028615735,0.008057031,0.0045587574,0.029361345,0.0014892523,-0.053901028,-0.0126152,0.013647474,-0.027604708,0.016635692,0.007705468,0.0018441285,0.0063047013,0.0045997757,0.015050317,-0.017876642,0.009397915,-0.0099483095,0.008967051,-0.0054275813,0.022843063,0.027907558,0.033465516,-0.0028037177,0.010762994,0.022367194,-0.028276483,0.0019637272,0.0008067574,0.0010540972,0.0024717958,0.013553346,0.011266605,0.01334029,-0.017084362,-0.050732255,-0.007019945,-0.064065516,-0.023733053,0.01357175,-0.020345563,-0.0042183315,-0.01499058,-0.015537478,-0.024395732,-0.01030617,-0.018161207,0.002948735,0.01847536,0.0014425147,0.02664301,0.0145611055,0.02595365,0.0011696427,0.0034504689,0.0122474935,-0.05141866,0.017151015,0.0061343224,0.017047403,-0.026054341,-0.023022957,0.025423886,-0.02188719,0.011824409,0.01636362,-0.006499836,-0.011045271,-0.18025453,-0.008797374,-0.0051933946,0.014945511,0.008863073,0.032516792,0.017305309,0.0018869907,0.0085878195,-0.026196258,0.024704497,-0.023640957,-0.025898518,-0.002848237,-0.012320781,0.09825927,-0.008967149,-0.016481342,0.021265898,-0.015956283,0.019109508,-0.01622215,0.016408233,-0.0019841068,0.004293605,-0.0027745666,0.024526544,-0.011955768,0.0049085817,0.016549492,0.017823065,0.010286566,-0.026634155,-0.019409336,0.00047793044,0.021347133,0.018572235,-0.01576018,0.023300247,0.01776006,0.0064656953,0.0051253214,0.0034486703,-0.005596152,-0.004859154,0.011722292,-0.003957786,-0.019073255,-0.0037913148,-0.004809015,-0.016744575,-0.08265883,0.0003842568,-0.004908597,0.025584992,0.010789171,-0.010332149,0.010672203,-0.0018521821,0.015788745,0.026787546,0.01974198,0.006511164,0.00031231617,-0.02851871,-0.0031709997,0.01601996,0.01756887,0.020264253,0.004750791,-0.014514908,-0.0016455512,0.019059556,0.01837604,-0.034123313,-0.026413258,0.02436316,0.026604518,0.032455314,-0.0042320965,0.00046771392,0.010470087,0.011799402,-0.0026723468,0.017333012,0.0032698654,0.021464974,-0.029199941,0.0028441257,0.0012411771,-0.0066180294,0.0030418488,0.01098867,0.042200558,0.00072655745,0.02524877,-0.005572763,0.012941263,0.012896428,0.004178505,-0.001380856,-0.019643417,0.049014002,-0.01390091,-0.009421332,-0.018213045,0.009909825,-0.018317694,0.02875228,0.022031805]",{"tags":36,"relatedLang":47,"relatedPosts":51},[37,39,41,43,45],{"name":16,"slug":38},"microsoft-foundry",{"name":14,"slug":40},"mcp",{"name":13,"slug":42},"github-copilot",{"name":15,"slug":44},"azure-sdk",{"name":17,"slug":46},"ai-coding-agents",{"id":27,"slug":48,"title":49,"language":50},"microsoft-skills-174-ai-coding-skills-zh","Microsoft 開源 174 個 AI 編碼技能","zh",[52,58,64,70,76,82],{"id":53,"slug":54,"title":55,"cover_image":56,"image_url":56,"created_at":57,"category":26},"d562d2ce-737f-41c5-b95b-12bb53ea7a4a","opencode-cli-acp-server-support-en","OpenCode CLI adds ACP server support","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779035647026-zfpn.png","2026-05-17T16:33:42.595298+00:00",{"id":59,"slug":60,"title":61,"cover_image":62,"image_url":62,"created_at":63,"category":26},"0617c502-198c-449e-a9e5-1c28b590e062","why-pi-mcp-adapter-is-the-right-way-to-use-mcp-en","Why Pi MCP Adapter Is the Right Way to Use MCP","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779034424252-f5wh.png","2026-05-17T16:13:20.396868+00:00",{"id":65,"slug":66,"title":67,"cover_image":68,"image_url":68,"created_at":69,"category":26},"a30ad3d0-29e1-4d10-bdc1-ffabb8e83ff1","aws-agent-toolkit-coding-agents-en","AWS ships Agent Toolkit for coding agents","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779033853343-jgfw.png","2026-05-17T16:03:49.145533+00:00",{"id":71,"slug":72,"title":73,"cover_image":74,"image_url":74,"created_at":75,"category":26},"09de95af-f7fb-4807-831e-c6b3f4b531ec","why-32-agent-paper-teams-better-research-en","Why 32-Agent Paper Teams Are Better at Research, Not Writing","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779030833996-w76d.png","2026-05-17T15:13:26.108924+00:00",{"id":77,"slug":78,"title":79,"cover_image":80,"image_url":80,"created_at":81,"category":26},"b70f16f2-9ed6-4820-8cb6-6b52bca1e7df","how-to-use-mistral-ocr-with-python-en","How to Use Mistral OCR with Python","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779001433935-7zb3.png","2026-05-17T07:03:38.578001+00:00",{"id":83,"slug":84,"title":85,"cover_image":86,"image_url":86,"created_at":87,"category":26},"0fb88e53-4751-497b-90bf-6cf8e226de72","how-to-build-rust-gpu-kernels-with-cuda-oxide-en","How to Build Rust GPU Kernels with cuda-oxide","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1778976835301-1mjh.png","2026-05-17T00:13:33.735275+00:00",[89,94,99,104,109,114,119,124,129,134],{"id":90,"slug":91,"title":92,"created_at":93},"8008f1a9-7a00-4bad-88c9-3eedc9c6b4b1","surepath-ai-mcp-policy-controls-en","SurePath AI's New MCP Policy Controls Enhance AI Security","2026-03-26T01:26:52.222015+00:00",{"id":95,"slug":96,"title":97,"created_at":98},"27e39a8f-b65d-4f7b-a875-859e2b210156","mcp-standard-ai-tools-2026-en","MCP Standard in 2026: Integrating AI Tools","2026-03-26T01:27:43.127519+00:00",{"id":100,"slug":101,"title":102,"created_at":103},"165f9a19-c92d-46ba-b3f0-7125f662921d","rag-2026-transforming-enterprise-ai-en","How RAG in 2026 is Transforming Enterprise AI","2026-03-26T01:28:11.485236+00:00",{"id":105,"slug":106,"title":107,"created_at":108},"6a2a8e6e-b956-49d8-be12-cc47bdc132b2","mastering-ai-prompts-2026-guide-en","Mastering AI Prompts: A 2026 Guide for Developers","2026-03-26T01:29:07.835148+00:00",{"id":110,"slug":111,"title":112,"created_at":113},"d6653030-ee6d-4043-898d-d2de0388545b","evolving-world-prompt-engineering-en","The Evolving World of Prompt Engineering","2026-03-26T01:29:42.061205+00:00",{"id":115,"slug":116,"title":117,"created_at":118},"3ab2c67e-4664-4c67-a013-687a2f605814","garry-tan-open-sources-claude-code-toolkit-en","Garry Tan Open-Sources a Claude Code Toolkit","2026-03-26T08:26:20.245934+00:00",{"id":120,"slug":121,"title":122,"created_at":123},"66a7cbf8-7e76-41d4-9bbf-eaca9761bf69","github-ai-projects-to-watch-in-2026-en","20 GitHub AI Projects to Watch in 2026","2026-03-26T08:28:09.752027+00:00",{"id":125,"slug":126,"title":127,"created_at":128},"231306b3-1594-45b2-af81-bb80e41182f2","claude-code-vs-cursor-2026-en","Claude Code vs Cursor in 2026","2026-03-26T13:27:14.177468+00:00",{"id":130,"slug":131,"title":132,"created_at":133},"9f332fda-eace-448a-a292-2283951eee71","practical-github-guide-learning-ml-2026-en","A Practical GitHub Guide to Learning ML in 2026","2026-03-27T01:16:50.125678+00:00",{"id":135,"slug":136,"title":137,"created_at":138},"1b1f637d-0f4d-42bd-974b-07b53829144d","aiml-2026-student-ai-ml-lab-repo-review-en","AIML-2026 Is a Bare-Bones Student Lab Repo","2026-03-27T01:21:51.661231+00:00"]