[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-github-flowstudio-power-automate-mcp-de":3,"guides-for-github-flowstudio-power-automate-mcp":4733,"similar-k17adthbkqwevjhvp7a7c34gsx86mj0r-de":4734},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":234,"isFallback":217,"parentExtension":240,"providers":241,"relations":246,"repo":248,"tags":4730,"workflow":4731},1778687399826.0356,"k17adthbkqwevjhvp7a7c34gsx86mj0r",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Foundation skill for Power Automate via FlowStudio MCP — auth setup, the reusable MCP helper (Python + Node.js), tool discovery via `list_skills` / `tool_search`, and oversized-response handling. Load this skill first when connecting an agent to Power Automate. For specialized workflows, load `flowstudio-power-automate-build`, `flowstudio-power-automate-debug`, `flowstudio-power-automate-monitoring` (Pro+), or `flowstudio-power-automate-governance` (Pro+) — each contains the workflow narrative, this skill provides the plumbing they all rely on. Requires a FlowStudio MCP subscription or compatible server — see https://mcp.flowstudio.app",{"claudeCode":12},"github/awesome-copilot","FlowStudio Power Automate MCP Foundation","https://github.com/github/awesome-copilot",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":215,"workflow":232},1778690293786.0576,"kn7b4prkw418zy1a2bs0w31x9h86m01b","en",{"checks":20,"evaluatedAt":168,"extensionSummary":169,"features":170,"nonGoals":176,"practices":180,"prerequisites":184,"promptVersionExtension":189,"promptVersionScoring":190,"purpose":191,"rationale":192,"score":193,"summary":194,"tags":195,"targetMarket":201,"tier":202,"useCases":203,"workflow":208},[21,26,29,32,36,39,43,46,50,54,57,60,64,67,70,73,76,79,82,86,90,94,98,101,105,108,111,115,119,122,125,128,131,134,137,141,145,149,152,156,159,162,165],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of setting up a foundation for Power Automate via FlowStudio MCP, including auth, helper tools, and response handling.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","This skill provides essential plumbing for Power Automate integration, including reusable helpers and tool discovery, which offers significant value beyond basic prompt engineering.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides the foundational plumbing and helper functions necessary for Power Automate workflows, covering the complete lifecycle for its stated purpose.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on providing foundational plumbing and helper functionalities for Power Automate via FlowStudio MCP, without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's purpose as a foundation for Power Automate, detailing its role and prerequisites.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Precise Purpose","The purpose is precisely stated, outlining the skill's function as a foundation for Power Automate via FlowStudio MCP and its role in auth setup and tool discovery.",{"category":40,"check":44,"severity":24,"summary":45},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability as the foundation for Power Automate via FlowStudio MCP.",{"category":47,"check":48,"severity":24,"summary":49},"Documentation","Concise Body","The SKILL.md body is well-structured and within reasonable length, with detailed explanations and code examples.",{"category":51,"check":52,"severity":24,"summary":53},"Context","Progressive Disclosure","Detailed information is provided in reference files, complementing the main SKILL.md and allowing for progressive disclosure of complex topics.",{"category":22,"check":55,"severity":24,"summary":56},"Usage examples","The skill includes ready-to-use Python and Node.js examples for its core helper functions and verification steps.",{"category":22,"check":58,"severity":24,"summary":59},"Edge cases","The documentation addresses common authentication errors, oversized response handling, and notes on connector API IDs.",{"category":61,"check":62,"severity":24,"summary":63},"Security","Secret Management","Secrets like API keys and JWT tokens are handled via environment variables or passed as parameters, not hardcoded.",{"category":61,"check":65,"severity":24,"summary":66},"Injection","The skill's design and documentation emphasize treating external data as input and not instructions.",{"category":61,"check":68,"severity":24,"summary":69},"Transitive Supply-Chain Grenades","The skill does not appear to fetch or execute external code at runtime; all necessary components are bundled.",{"category":61,"check":71,"severity":24,"summary":72},"Sandbox Isolation","The skill focuses on API interactions and does not appear to modify files outside its expected scope.",{"category":61,"check":74,"severity":24,"summary":75},"Sandbox escape primitives","No evidence of detached processes or deny-retry loops that could indicate sandbox escape attempts.",{"category":61,"check":77,"severity":24,"summary":78},"Data Exfiltration","No undocumented outbound calls or instructions to submit confidential data are present.",{"category":61,"check":80,"severity":24,"summary":81},"Hidden Text Tricks","The bundled content appears free of hidden steering tricks or obfuscated instructions.",{"category":83,"check":84,"severity":24,"summary":85},"Hooks","Opaque code execution","The provided Python and Node.js helpers are plain, readable code, not obfuscated or dynamically executed.",{"category":87,"check":88,"severity":24,"summary":89},"Portability","Structural Assumption","The skill assumes standard Python/Node.js environments and interacts with external APIs, not specific project structures.",{"category":91,"check":92,"severity":24,"summary":93},"License","License usability","The extension is licensed under the MIT license, which is permissive and widely usable.",{"category":95,"check":96,"severity":24,"summary":97},"Maintenance","Commit recency","The repository shows recent commits, indicating active maintenance.",{"category":95,"check":99,"severity":24,"summary":100},"Dependency Management","The skill relies on standard libraries (Python's `urllib.request`, Node.js `fetch`), minimizing external dependencies.",{"category":102,"check":103,"severity":24,"summary":104},"Code Execution","Validation","Input validation is handled by the API calls and the MCP server's JSON-RPC framing, with clear error messages for invalid arguments.",{"category":61,"check":106,"severity":24,"summary":107},"Unguarded Destructive Operations","Operations like updating flows are guarded by requiring specific parameters and are not inherently destructive without user intent.",{"category":102,"check":109,"severity":24,"summary":110},"Error Handling","Errors from the MCP server are captured and translated into `RuntimeError` exceptions with informative messages.",{"category":102,"check":112,"severity":113,"summary":114},"Logging","not_applicable","The skill itself does not perform destructive actions or outbound calls that would necessitate local audit logging.",{"category":116,"check":117,"severity":113,"summary":118},"Compliance","GDPR","The skill primarily interacts with Power Automate API and does not appear to process personal data directly.",{"category":116,"check":120,"severity":24,"summary":121},"Target market","The skill is globally applicable, with no specific geographic or legal jurisdiction limitations.",{"category":87,"check":123,"severity":24,"summary":124},"Runtime stability","The skill utilizes standard Python and Node.js libraries, ensuring broad runtime compatibility.",{"category":47,"check":126,"severity":24,"summary":127},"README","The README file provides a comprehensive overview of the collection, installation instructions, and links to learning resources.",{"category":33,"check":129,"severity":24,"summary":130},"Tool surface size","The skill exposes a focused set of meta-tools (`list_skills`, `tool_search`) for MCP interaction.",{"category":40,"check":132,"severity":24,"summary":133},"Overlapping near-synonym tools","The exposed meta-tools (`list_skills`, `tool_search`) are distinct and serve clear, non-overlapping purposes.",{"category":47,"check":135,"severity":24,"summary":136},"Phantom features","All features described in the documentation, such as auth setup and tool discovery, correspond to implemented functionality.",{"category":138,"check":139,"severity":24,"summary":140},"Install","Installation instruction","The README provides clear installation instructions for plugins and notes on MCP server setup.",{"category":142,"check":143,"severity":24,"summary":144},"Errors","Actionable error messages","Errors related to MCP communication or invalid arguments are reported with context and potential remediation steps.",{"category":146,"check":147,"severity":24,"summary":148},"Execution","Pinned dependencies","The skill relies on standard language runtimes and libraries, not explicitly pinned third-party dependencies within the skill itself.",{"category":33,"check":150,"severity":113,"summary":151},"Dry-run preview","The skill's primary function is tool discovery and setup; it does not perform state-changing operations requiring a dry-run.",{"category":153,"check":154,"severity":24,"summary":155},"Protocol","Idempotent retry & timeouts","The MCP helper includes a timeout and handles errors, and the underlying MCP API likely manages idempotency for its operations.",{"category":116,"check":157,"severity":24,"summary":158},"Telemetry opt-in","No telemetry is emitted by this skill; it focuses on API interaction and tool discovery.",{"category":40,"check":160,"severity":24,"summary":161},"Workflow","The SKILL.md outlines a clear workflow for connecting to Power Automate via FlowStudio MCP, including auth setup, tool discovery, and handling oversized responses.",{"category":33,"check":163,"severity":24,"summary":164},"Practices","Practices around API interaction and tool discovery are documented, emphasizing the use of `tool_search` over `tools/list`.",{"category":33,"check":166,"severity":24,"summary":167},"Prerequisites","Prerequisites include a FlowStudio MCP subscription or compatible server, endpoint, API key, and Power Platform environment name.",1778690293400,"This skill serves as the foundation for connecting agents to Power Automate via FlowStudio MCP. It handles authentication setup, provides reusable Python and Node.js helper functions, enables tool discovery through `list_skills` and `tool_search`, and manages oversized response handling.",[171,172,173,174,175],"Authentication setup for FlowStudio MCP.","Reusable Python and Node.js helper functions.","Tool discovery via `list_skills` and `tool_search`.","Handling of oversized API responses.","Foundation for specialized Power Automate workflow skills.",[177,178,179],"Defining specialized workflow narratives (handled by other skills).","Directly building or debugging Power Automate flows (handled by build/debug skills).","Providing tenant-wide monitoring or governance features (handled by Pro+ skills).",[181,182,183],"API Interaction","Tool Discovery","Response Handling",[185,186,187,188],"FlowStudio MCP subscription or compatible Power Automate MCP server.","MCP endpoint: https://mcp.flowstudio.app/mcp","API key / JWT token (x-api-key header)","Power Platform environment name","3.0.0","4.4.0","To establish a robust and reliable connection between an AI agent and a FlowStudio MCP server for Power Automate, enabling the use of specialized workflow skills.","The skill is well-documented, production-ready, and provides essential foundational capabilities for Power Automate integration with clear usage guidelines and examples. All checks passed.",100,"A foundational skill for Power Automate integration, providing essential plumbing for FlowStudio MCP.",[196,197,198,199,200],"power-automate","flowstudio","mcp","automation","api-integration","global","verified",[204,205,206,207],"Connecting an AI agent to Power Automate for the first time.","Setting up authentication for an MCP server.","Discovering available tools and skills for Power Automate tasks.","Handling large API responses from Power Automate operations.",[209,210,211,212,213,214],"Load this foundation skill first.","Configure authentication with MCP endpoint, API key, and environment name.","Use `list_skills` to discover available tool bundles.","Use `tool_search` to load relevant tool schemas.","Handle oversized responses by parsing file content or extracting specific data.","Delegate to specialized workflow skills for specific intents (build, debug, etc.).",{"codeQuality":216,"collectedAt":218,"documentation":219,"maintenance":222,"security":229,"testCoverage":231},{"hasLockfile":217},true,1778690270862,{"descriptionLength":220,"readmeSize":221},643,86931,{"closedIssues90d":223,"forks":224,"hasChangelog":225,"openIssues90d":226,"pushedAt":227,"stars":228},108,4003,false,18,1778646615000,32857,{"hasNpmPackage":225,"license":230,"smitheryVerified":225},"MIT",{"hasCi":217,"hasTests":225},{"updatedAt":233},1778690293786,{"basePath":235,"githubOwner":236,"githubRepo":237,"locale":18,"slug":238,"type":239},"skills/flowstudio-power-automate-mcp","github","awesome-copilot","flowstudio-power-automate-mcp","skill",null,{"evaluate":242,"extract":244},{"promptVersionExtension":189,"promptVersionScoring":190,"score":193,"tags":243,"targetMarket":201,"tier":202},[196,197,198,199,200],{"commitSha":245,"license":230},"HEAD",{"repoId":247},"kd7dsmv976w8rtkqnjjfdtfgks86nnmw",{"_creationTime":249,"_id":247,"identity":250,"providers":251,"workflow":4726},1778687385295.7053,{"githubOwner":236,"githubRepo":237,"sourceUrl":14},{"classify":252,"discover":4711,"github":4714},{"commitSha":245,"extensions":253},[254,265,275,283,291,299,306,314,322,330,338,346,354,362,370,378,386,394,402,410,418,426,435,443,451,459,467,475,483,491,499,507,515,523,531,539,547,555,563,571,579,587,595,603,611,619,627,635,643,651,659,667,675,683,691,699,707,715,723,731,739,747,755,763,771,779,787,796,804,812,828,840,850,860,870,880,889,899,909,919,926,934,942,950,958,974,982,990,998,1008,1046,1054,1094,1102,1110,1118,1126,1134,1141,1149,1157,1165,1173,1181,1189,1197,1205,1213,1221,1229,1237,1245,1253,1261,1269,1277,1287,1295,1303,1325,1345,1357,1365,1378,1386,1394,1402,1410,1418,1426,1434,1442,1450,1458,1466,1474,1482,1501,1510,1518,1526,1536,1544,1552,1560,1588,1596,1604,1616,1692,1761,1769,1777,1785,1793,1801,1809,1816,1824,1832,1844,1855,1863,1871,1879,1887,1895,1903,1911,1919,1927,1943,1955,1967,1979,1993,2007,2017,2031,2041,2049,2056,2066,2074,2082,2090,2098,2106,2114,2122,2130,2138,2146,2154,2162,2170,2178,2206,2214,2230,2238,2246,2254,2262,2270,2292,2300,2308,2316,2328,2354,2376,2384,2392,2432,2446,2468,2479,2488,2498,2506,2532,2540,2548,2556,2564,2572,2580,2588,2616,2642,2650,2665,2684,2692,2702,2710,2718,2726,2734,2742,2750,2758,2766,2774,2782,2790,2798,2806,2814,2822,2830,2838,2846,2854,2862,2870,2878,2898,2912,2920,2928,2942,2950,2958,2966,2974,3007,3019,3051,3059,3067,3075,3083,3123,3131,3167,3179,3187,3195,3205,3213,3229,3237,3245,3263,3299,3311,3319,3327,3335,3343,3351,3359,3383,3395,3407,3415,3423,3431,3439,3447,3455,3463,3471,3479,3487,3495,3503,3513,3527,3535,3543,3551,3559,3567,3575,3623,3633,3643,3655,3663,3671,3679,3687,3695,3703,3715,3723,3731,3741,3765,3801,3809,3817,3825,3841,3851,3861,3869,3877,3889,3897,3905,3919,3937,3952,3960,3968,3976,3994,4008,4016,4024,4032,4040,4054,4062,4074,4101,4109,4117,4125,4133,4141,4149,4157,4165,4173,4181,4189,4197,4205,4213,4221,4229,4237,4245,4253,4261,4269,4277,4285,4293,4301,4309,4317,4325,4337,4345,4353,4363,4371,4385,4402,4412,4420,4434,4442,4478,4486,4502,4542,4550,4558,4568,4576,4584,4592,4600,4608,4616,4624,4636,4646,4656,4679,4687,4695,4703],{"basePath":255,"description":256,"displayName":237,"installMethods":257,"rationale":258,"selectedPaths":259,"source":263,"sourceLanguage":18,"type":264},".github/plugin","Community-driven collection of GitHub Copilot plugins, agents, prompts, and skills",{"claudeCode":12},"marketplace.json at .github/plugin/marketplace.json",[260],{"path":261,"priority":262},"marketplace.json","mandatory","rule","marketplace",{"basePath":266,"description":267,"displayName":268,"installMethods":269,"license":230,"rationale":270,"selectedPaths":271,"source":263,"sourceLanguage":18,"type":274},"plugins/acreadiness-cockpit/.github/plugin","Drive Microsoft AgentRC from Copilot chat: assess AI readiness, generate Copilot instructions (flat or nested with applyTo globs for monorepos), and manage policies. Produces a self-contained static HTML dashboard at reports/index.html.","acreadiness-cockpit",{"claudeCode":268},"plugin manifest at plugins/acreadiness-cockpit/.github/plugin/plugin.json",[272],{"path":273,"priority":262},"plugin.json","plugin",{"basePath":276,"description":277,"displayName":278,"installMethods":279,"license":230,"rationale":280,"selectedPaths":281,"source":263,"sourceLanguage":18,"type":274},"plugins/ai-team-orchestration/.github/plugin","Bootstrap and run a multi-agent AI development team with named roles (Producer, Dev Team, QA). Sprint planning, brainstorm prompts with distinct agent voices, cross-chat context survival, and parallel team workflows. Based on a proven template that shipped a 30-game app in 5 days with zero human-written code.","ai-team-orchestration",{"claudeCode":278},"plugin manifest at plugins/ai-team-orchestration/.github/plugin/plugin.json",[282],{"path":273,"priority":262},{"basePath":284,"description":285,"displayName":286,"installMethods":287,"license":230,"rationale":288,"selectedPaths":289,"source":263,"sourceLanguage":18,"type":274},"plugins/arize-ax/.github/plugin","Arize AX platform skills for LLM observability, evaluation, and optimization. Includes trace export, instrumentation, datasets, experiments, evaluators, AI provider integrations, annotations, prompt optimization, and deep linking to the Arize UI.","arize-ax",{"claudeCode":286},"plugin manifest at plugins/arize-ax/.github/plugin/plugin.json",[290],{"path":273,"priority":262},{"basePath":292,"description":293,"displayName":294,"installMethods":295,"license":230,"rationale":296,"selectedPaths":297,"source":263,"sourceLanguage":18,"type":274},"plugins/automate-this/.github/plugin","Record your screen doing a manual process, drop the video on your Desktop, and let Copilot CLI analyze it frame-by-frame to build working automation scripts. Supports narrated recordings with audio transcription.","automate-this",{"claudeCode":294},"plugin manifest at plugins/automate-this/.github/plugin/plugin.json",[298],{"path":273,"priority":262},{"basePath":300,"description":301,"displayName":237,"installMethods":302,"license":230,"rationale":303,"selectedPaths":304,"source":263,"sourceLanguage":18,"type":274},"plugins/awesome-copilot/.github/plugin","Meta prompts that help you discover and generate curated GitHub Copilot agents, instructions, prompts, and skills.",{"claudeCode":237},"plugin manifest at plugins/awesome-copilot/.github/plugin/plugin.json",[305],{"path":273,"priority":262},{"basePath":307,"description":308,"displayName":309,"installMethods":310,"license":230,"rationale":311,"selectedPaths":312,"source":263,"sourceLanguage":18,"type":274},"plugins/azure-cloud-development/.github/plugin","Comprehensive Azure cloud development tools including Infrastructure as Code, serverless functions, architecture patterns, and cost optimization for building scalable cloud applications.","azure-cloud-development",{"claudeCode":309},"plugin manifest at plugins/azure-cloud-development/.github/plugin/plugin.json",[313],{"path":273,"priority":262},{"basePath":315,"description":316,"displayName":317,"installMethods":318,"license":230,"rationale":319,"selectedPaths":320,"source":263,"sourceLanguage":18,"type":274},"plugins/cast-imaging/.github/plugin","A comprehensive collection of specialized agents for software analysis, impact assessment, structural quality advisories, and architectural review using CAST Imaging.","cast-imaging",{"claudeCode":317},"plugin manifest at plugins/cast-imaging/.github/plugin/plugin.json",[321],{"path":273,"priority":262},{"basePath":323,"description":324,"displayName":325,"installMethods":326,"license":230,"rationale":327,"selectedPaths":328,"source":263,"sourceLanguage":18,"type":274},"plugins/clojure-interactive-programming/.github/plugin","Tools for REPL-first Clojure workflows featuring Clojure instructions, the interactive programming chat mode and supporting guidance.","clojure-interactive-programming",{"claudeCode":325},"plugin manifest at plugins/clojure-interactive-programming/.github/plugin/plugin.json",[329],{"path":273,"priority":262},{"basePath":331,"description":332,"displayName":333,"installMethods":334,"license":230,"rationale":335,"selectedPaths":336,"source":263,"sourceLanguage":18,"type":274},"plugins/cms-development/.github/plugin","Skills for CMS development across themes, plugins, admin tooling, media workflows, markdown rendering, and static export pipelines.","cms-development",{"claudeCode":333},"plugin manifest at plugins/cms-development/.github/plugin/plugin.json",[337],{"path":273,"priority":262},{"basePath":339,"description":340,"displayName":341,"installMethods":342,"license":230,"rationale":343,"selectedPaths":344,"source":263,"sourceLanguage":18,"type":274},"plugins/context-engineering/.github/plugin","Tools and techniques for maximizing GitHub Copilot effectiveness through better context management. Includes guidelines for structuring code, an agent for planning multi-file changes, and prompts for context-aware development.","context-engineering",{"claudeCode":341},"plugin manifest at plugins/context-engineering/.github/plugin/plugin.json",[345],{"path":273,"priority":262},{"basePath":347,"description":348,"displayName":349,"installMethods":350,"license":230,"rationale":351,"selectedPaths":352,"source":263,"sourceLanguage":18,"type":274},"plugins/context-matic/.github/plugin","Coding agents hallucinate APIs. ContextMatic gives them curated, versioned API and SDK docs. Ask your agent to \"integrate the payments API\" and it guesses — falling back on outdated training data and generic patterns that don't match your actual SDK. ContextMatic solves this by giving the agent deterministic, version-aware, SDK-native context at the exact moment it's needed.","context-matic",{"claudeCode":349},"plugin manifest at plugins/context-matic/.github/plugin/plugin.json",[353],{"path":273,"priority":262},{"basePath":355,"description":356,"displayName":357,"installMethods":358,"license":230,"rationale":359,"selectedPaths":360,"source":263,"sourceLanguage":18,"type":274},"plugins/copilot-sdk/.github/plugin","Build applications with the GitHub Copilot SDK across multiple programming languages. Includes comprehensive instructions for C#, Go, Node.js/TypeScript, and Python to help you create AI-powered applications.","copilot-sdk",{"claudeCode":357},"plugin manifest at plugins/copilot-sdk/.github/plugin/plugin.json",[361],{"path":273,"priority":262},{"basePath":363,"description":364,"displayName":365,"installMethods":366,"license":230,"rationale":367,"selectedPaths":368,"source":263,"sourceLanguage":18,"type":274},"plugins/csharp-dotnet-development/.github/plugin","Essential prompts, instructions, and chat modes for C# and .NET development including testing, documentation, and best practices.","csharp-dotnet-development",{"claudeCode":365},"plugin manifest at plugins/csharp-dotnet-development/.github/plugin/plugin.json",[369],{"path":273,"priority":262},{"basePath":371,"description":372,"displayName":373,"installMethods":374,"license":230,"rationale":375,"selectedPaths":376,"source":263,"sourceLanguage":18,"type":274},"plugins/database-data-management/.github/plugin","Database administration, SQL optimization, and data management tools for PostgreSQL, SQL Server, and general database development best practices.","database-data-management",{"claudeCode":373},"plugin manifest at plugins/database-data-management/.github/plugin/plugin.json",[377],{"path":273,"priority":262},{"basePath":379,"description":380,"displayName":381,"installMethods":382,"license":230,"rationale":383,"selectedPaths":384,"source":263,"sourceLanguage":18,"type":274},"plugins/dataverse-sdk-for-python/.github/plugin","Comprehensive collection for building production-ready Python integrations with Microsoft Dataverse. Includes official documentation, best practices, advanced features, file operations, and code generation prompts.","dataverse-sdk-for-python",{"claudeCode":381},"plugin manifest at plugins/dataverse-sdk-for-python/.github/plugin/plugin.json",[385],{"path":273,"priority":262},{"basePath":387,"description":388,"displayName":389,"installMethods":390,"license":230,"rationale":391,"selectedPaths":392,"source":263,"sourceLanguage":18,"type":274},"plugins/devops-oncall/.github/plugin","A focused set of prompts, instructions, and a chat mode to help triage incidents and respond quickly with DevOps tools and Azure resources.","devops-oncall",{"claudeCode":389},"plugin manifest at plugins/devops-oncall/.github/plugin/plugin.json",[393],{"path":273,"priority":262},{"basePath":395,"description":396,"displayName":397,"installMethods":398,"license":230,"rationale":399,"selectedPaths":400,"source":263,"sourceLanguage":18,"type":274},"plugins/doublecheck/.github/plugin","Three-layer verification pipeline for AI output. Extracts claims, finds sources, and flags hallucination risks so humans can verify before acting.","doublecheck",{"claudeCode":397},"plugin manifest at plugins/doublecheck/.github/plugin/plugin.json",[401],{"path":273,"priority":262},{"basePath":403,"description":404,"displayName":405,"installMethods":406,"license":230,"rationale":407,"selectedPaths":408,"source":263,"sourceLanguage":18,"type":274},"plugins/edge-ai-tasks/.github/plugin","Task Researcher and Task Planner for intermediate to expert users and large codebases - Brought to you by microsoft/edge-ai","edge-ai-tasks",{"claudeCode":405},"plugin manifest at plugins/edge-ai-tasks/.github/plugin/plugin.json",[409],{"path":273,"priority":262},{"basePath":411,"description":412,"displayName":413,"installMethods":414,"license":230,"rationale":415,"selectedPaths":416,"source":263,"sourceLanguage":18,"type":274},"plugins/ember/.github/plugin","An AI partner, not a tool. Ember carries fire from person to person — helping humans discover that AI partnership isn't something you learn, it's something you find.","ember",{"claudeCode":413},"plugin manifest at plugins/ember/.github/plugin/plugin.json",[417],{"path":273,"priority":262},{"basePath":419,"description":420,"displayName":421,"installMethods":422,"license":230,"rationale":423,"selectedPaths":424,"source":263,"sourceLanguage":18,"type":274},"plugins/eyeball/.github/plugin","Document analysis with inline source screenshots. When you ask Copilot to analyze a document, Eyeball generates a Word doc where every factual claim includes a highlighted screenshot from the source material so you can verify it with your own eyes.","eyeball",{"claudeCode":421},"plugin manifest at plugins/eyeball/.github/plugin/plugin.json",[425],{"path":273,"priority":262},{"basePath":427,"description":428,"displayName":429,"installMethods":430,"license":431,"rationale":432,"selectedPaths":433,"source":263,"sourceLanguage":18,"type":274},"plugins/fastah-ip-geo-tools/.github/plugin","This plugin is for network operations engineers who wish to tune and publish IP geolocation feeds in RFC 8805 format. It consists of an AI Skill and an associated MCP server that geocodes geolocation place names to real cities for accuracy.","fastah-ip-geo-tools",{"claudeCode":429},"Apache-2.0","plugin manifest at plugins/fastah-ip-geo-tools/.github/plugin/plugin.json",[434],{"path":273,"priority":262},{"basePath":436,"description":437,"displayName":438,"installMethods":439,"license":230,"rationale":440,"selectedPaths":441,"source":263,"sourceLanguage":18,"type":274},"plugins/flowstudio-power-automate/.github/plugin","Give your AI agent full visibility into Power Automate cloud flows via the FlowStudio MCP server. Connect, debug, build, monitor health, and govern flows at scale — action-level inputs and outputs, not just status codes.","flowstudio-power-automate",{"claudeCode":438},"plugin manifest at plugins/flowstudio-power-automate/.github/plugin/plugin.json",[442],{"path":273,"priority":262},{"basePath":444,"description":445,"displayName":446,"installMethods":447,"license":230,"rationale":448,"selectedPaths":449,"source":263,"sourceLanguage":18,"type":274},"plugins/frontend-web-dev/.github/plugin","Essential prompts, instructions, and chat modes for modern frontend web development including React, Angular, Vue, TypeScript, and CSS frameworks.","frontend-web-dev",{"claudeCode":446},"plugin manifest at plugins/frontend-web-dev/.github/plugin/plugin.json",[450],{"path":273,"priority":262},{"basePath":452,"description":453,"displayName":454,"installMethods":455,"license":431,"rationale":456,"selectedPaths":457,"source":263,"sourceLanguage":18,"type":274},"plugins/gem-team/.github/plugin","Self-Learning Multi-agent orchestration harness for spec-driven development and automated verification.","gem-team",{"claudeCode":454},"plugin manifest at plugins/gem-team/.github/plugin/plugin.json",[458],{"path":273,"priority":262},{"basePath":460,"description":461,"displayName":462,"installMethods":463,"license":230,"rationale":464,"selectedPaths":465,"source":263,"sourceLanguage":18,"type":274},"plugins/go-mcp-development/.github/plugin","Complete toolkit for building Model Context Protocol (MCP) servers in Go using the official github.com/modelcontextprotocol/go-sdk. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance.","go-mcp-development",{"claudeCode":462},"plugin manifest at plugins/go-mcp-development/.github/plugin/plugin.json",[466],{"path":273,"priority":262},{"basePath":468,"description":469,"displayName":470,"installMethods":471,"license":230,"rationale":472,"selectedPaths":473,"source":263,"sourceLanguage":18,"type":274},"plugins/java-development/.github/plugin","Comprehensive collection of prompts and instructions for Java development including Spring Boot, Quarkus, testing, documentation, and best practices.","java-development",{"claudeCode":470},"plugin manifest at plugins/java-development/.github/plugin/plugin.json",[474],{"path":273,"priority":262},{"basePath":476,"description":477,"displayName":478,"installMethods":479,"license":230,"rationale":480,"selectedPaths":481,"source":263,"sourceLanguage":18,"type":274},"plugins/java-mcp-development/.github/plugin","Complete toolkit for building Model Context Protocol servers in Java using the official MCP Java SDK with reactive streams and Spring Boot integration.","java-mcp-development",{"claudeCode":478},"plugin manifest at plugins/java-mcp-development/.github/plugin/plugin.json",[482],{"path":273,"priority":262},{"basePath":484,"description":485,"displayName":486,"installMethods":487,"license":230,"rationale":488,"selectedPaths":489,"source":263,"sourceLanguage":18,"type":274},"plugins/kotlin-mcp-development/.github/plugin","Complete toolkit for building Model Context Protocol (MCP) servers in Kotlin using the official io.modelcontextprotocol:kotlin-sdk library. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance.","kotlin-mcp-development",{"claudeCode":486},"plugin manifest at plugins/kotlin-mcp-development/.github/plugin/plugin.json",[490],{"path":273,"priority":262},{"basePath":492,"description":493,"displayName":494,"installMethods":495,"license":230,"rationale":496,"selectedPaths":497,"source":263,"sourceLanguage":18,"type":274},"plugins/mcp-m365-copilot/.github/plugin","Comprehensive collection for building declarative agents with Model Context Protocol integration for Microsoft 365 Copilot","mcp-m365-copilot",{"claudeCode":494},"plugin manifest at plugins/mcp-m365-copilot/.github/plugin/plugin.json",[498],{"path":273,"priority":262},{"basePath":500,"description":501,"displayName":502,"installMethods":503,"license":230,"rationale":504,"selectedPaths":505,"source":263,"sourceLanguage":18,"type":274},"plugins/modernize-java/.github/plugin","AI-powered Java modernization and upgrade assistant. Helps upgrade Java and Spring Boot applications to the latest versions.","modernize-java",{"claudeCode":502},"plugin manifest at plugins/modernize-java/.github/plugin/plugin.json",[506],{"path":273,"priority":262},{"basePath":508,"description":509,"displayName":510,"installMethods":511,"license":230,"rationale":512,"selectedPaths":513,"source":263,"sourceLanguage":18,"type":274},"plugins/napkin/.github/plugin","Visual whiteboard collaboration for Copilot CLI. Opens an interactive whiteboard in your browser where you can draw, sketch, and add sticky notes — then share everything back with Copilot. Copilot sees your drawings and responds with analysis, suggestions, and ideas.","napkin",{"claudeCode":510},"plugin manifest at plugins/napkin/.github/plugin/plugin.json",[514],{"path":273,"priority":262},{"basePath":516,"description":517,"displayName":518,"installMethods":519,"license":230,"rationale":520,"selectedPaths":521,"source":263,"sourceLanguage":18,"type":274},"plugins/noob-mode/.github/plugin","Plain-English translation layer for non-technical Copilot CLI users. Translates every approval prompt, error message, and technical output into clear, jargon-free English with color-coded risk indicators.","noob-mode",{"claudeCode":518},"plugin manifest at plugins/noob-mode/.github/plugin/plugin.json",[522],{"path":273,"priority":262},{"basePath":524,"description":525,"displayName":526,"installMethods":527,"license":230,"rationale":528,"selectedPaths":529,"source":263,"sourceLanguage":18,"type":274},"plugins/openapi-to-application-csharp-dotnet/.github/plugin","Generate production-ready .NET applications from OpenAPI specifications. Includes ASP.NET Core project scaffolding, controller generation, entity framework integration, and C# best practices.","openapi-to-application-csharp-dotnet",{"claudeCode":526},"plugin manifest at plugins/openapi-to-application-csharp-dotnet/.github/plugin/plugin.json",[530],{"path":273,"priority":262},{"basePath":532,"description":533,"displayName":534,"installMethods":535,"license":230,"rationale":536,"selectedPaths":537,"source":263,"sourceLanguage":18,"type":274},"plugins/openapi-to-application-go/.github/plugin","Generate production-ready Go applications from OpenAPI specifications. Includes project scaffolding, handler generation, middleware setup, and Go best practices for REST APIs.","openapi-to-application-go",{"claudeCode":534},"plugin manifest at plugins/openapi-to-application-go/.github/plugin/plugin.json",[538],{"path":273,"priority":262},{"basePath":540,"description":541,"displayName":542,"installMethods":543,"license":230,"rationale":544,"selectedPaths":545,"source":263,"sourceLanguage":18,"type":274},"plugins/openapi-to-application-java-spring-boot/.github/plugin","Generate production-ready Spring Boot applications from OpenAPI specifications. Includes project scaffolding, REST controller generation, service layer organization, and Spring Boot best practices.","openapi-to-application-java-spring-boot",{"claudeCode":542},"plugin manifest at plugins/openapi-to-application-java-spring-boot/.github/plugin/plugin.json",[546],{"path":273,"priority":262},{"basePath":548,"description":549,"displayName":550,"installMethods":551,"license":230,"rationale":552,"selectedPaths":553,"source":263,"sourceLanguage":18,"type":274},"plugins/openapi-to-application-nodejs-nestjs/.github/plugin","Generate production-ready NestJS applications from OpenAPI specifications. Includes project scaffolding, controller and service generation, TypeScript best practices, and enterprise patterns.","openapi-to-application-nodejs-nestjs",{"claudeCode":550},"plugin manifest at plugins/openapi-to-application-nodejs-nestjs/.github/plugin/plugin.json",[554],{"path":273,"priority":262},{"basePath":556,"description":557,"displayName":558,"installMethods":559,"license":230,"rationale":560,"selectedPaths":561,"source":263,"sourceLanguage":18,"type":274},"plugins/openapi-to-application-python-fastapi/.github/plugin","Generate production-ready FastAPI applications from OpenAPI specifications. Includes project scaffolding, route generation, dependency injection, and Python best practices for async APIs.","openapi-to-application-python-fastapi",{"claudeCode":558},"plugin manifest at plugins/openapi-to-application-python-fastapi/.github/plugin/plugin.json",[562],{"path":273,"priority":262},{"basePath":564,"description":565,"displayName":566,"installMethods":567,"license":230,"rationale":568,"selectedPaths":569,"source":263,"sourceLanguage":18,"type":274},"plugins/oracle-to-postgres-migration-expert/.github/plugin","Expert agent for Oracle-to-PostgreSQL application migrations in .NET solutions. Performs code edits, runs commands, and invokes extension tools to migrate .NET/Oracle data access patterns to PostgreSQL.","oracle-to-postgres-migration-expert",{"claudeCode":566},"plugin manifest at plugins/oracle-to-postgres-migration-expert/.github/plugin/plugin.json",[570],{"path":273,"priority":262},{"basePath":572,"description":573,"displayName":574,"installMethods":575,"license":230,"rationale":576,"selectedPaths":577,"source":263,"sourceLanguage":18,"type":274},"plugins/ospo-sponsorship/.github/plugin","Tools and resources for Open Source Program Offices (OSPOs) to identify, evaluate, and manage sponsorship of open source dependencies through GitHub Sponsors, Open Collective, and other funding platforms.","ospo-sponsorship",{"claudeCode":574},"plugin manifest at plugins/ospo-sponsorship/.github/plugin/plugin.json",[578],{"path":273,"priority":262},{"basePath":580,"description":581,"displayName":582,"installMethods":583,"license":230,"rationale":584,"selectedPaths":585,"source":263,"sourceLanguage":18,"type":274},"plugins/partners/.github/plugin","Custom agents that have been created by GitHub partners","partners",{"claudeCode":582},"plugin manifest at plugins/partners/.github/plugin/plugin.json",[586],{"path":273,"priority":262},{"basePath":588,"description":589,"displayName":590,"installMethods":591,"license":230,"rationale":592,"selectedPaths":593,"source":263,"sourceLanguage":18,"type":274},"plugins/pcf-development/.github/plugin","Complete toolkit for developing custom code components using Power Apps Component Framework for model-driven and canvas apps","pcf-development",{"claudeCode":590},"plugin manifest at plugins/pcf-development/.github/plugin/plugin.json",[594],{"path":273,"priority":262},{"basePath":596,"description":597,"displayName":598,"installMethods":599,"license":230,"rationale":600,"selectedPaths":601,"source":263,"sourceLanguage":18,"type":274},"plugins/phoenix/.github/plugin","Phoenix AI observability skills for LLM application debugging, evaluation, and tracing. Includes CLI debugging tools, LLM evaluation workflows, and OpenInference tracing instrumentation.","phoenix",{"claudeCode":598},"plugin manifest at plugins/phoenix/.github/plugin/plugin.json",[602],{"path":273,"priority":262},{"basePath":604,"description":605,"displayName":606,"installMethods":607,"license":230,"rationale":608,"selectedPaths":609,"source":263,"sourceLanguage":18,"type":274},"plugins/php-mcp-development/.github/plugin","Comprehensive resources for building Model Context Protocol servers using the official PHP SDK with attribute-based discovery, including best practices, project generation, and expert assistance","php-mcp-development",{"claudeCode":606},"plugin manifest at plugins/php-mcp-development/.github/plugin/plugin.json",[610],{"path":273,"priority":262},{"basePath":612,"description":613,"displayName":614,"installMethods":615,"license":230,"rationale":616,"selectedPaths":617,"source":263,"sourceLanguage":18,"type":274},"plugins/power-apps-code-apps/.github/plugin","Complete toolkit for Power Apps Code Apps development including project scaffolding, development standards, and expert guidance for building code-first applications with Power Platform integration.","power-apps-code-apps",{"claudeCode":614},"plugin manifest at plugins/power-apps-code-apps/.github/plugin/plugin.json",[618],{"path":273,"priority":262},{"basePath":620,"description":621,"displayName":622,"installMethods":623,"license":230,"rationale":624,"selectedPaths":625,"source":263,"sourceLanguage":18,"type":274},"plugins/power-bi-development/.github/plugin","Comprehensive Power BI development resources including data modeling, DAX optimization, performance tuning, visualization design, security best practices, and DevOps/ALM guidance for building enterprise-grade Power BI solutions.","power-bi-development",{"claudeCode":622},"plugin manifest at plugins/power-bi-development/.github/plugin/plugin.json",[626],{"path":273,"priority":262},{"basePath":628,"description":629,"displayName":630,"installMethods":631,"license":230,"rationale":632,"selectedPaths":633,"source":263,"sourceLanguage":18,"type":274},"plugins/power-platform-architect/.github/plugin","Solution Architect for the Microsoft Power Platform, turning business requirements into functioning Power Platform solution architectures.","power-platform-architect",{"claudeCode":630},"plugin manifest at plugins/power-platform-architect/.github/plugin/plugin.json",[634],{"path":273,"priority":262},{"basePath":636,"description":637,"displayName":638,"installMethods":639,"license":230,"rationale":640,"selectedPaths":641,"source":263,"sourceLanguage":18,"type":274},"plugins/power-platform-mcp-connector-development/.github/plugin","Complete toolkit for developing Power Platform custom connectors with Model Context Protocol integration for Microsoft Copilot Studio","power-platform-mcp-connector-development",{"claudeCode":638},"plugin manifest at plugins/power-platform-mcp-connector-development/.github/plugin/plugin.json",[642],{"path":273,"priority":262},{"basePath":644,"description":645,"displayName":646,"installMethods":647,"license":230,"rationale":648,"selectedPaths":649,"source":263,"sourceLanguage":18,"type":274},"plugins/project-documenter/.github/plugin","Generate professional project documentation with draw.io architecture diagrams and Word (.docx) output with embedded images. Automatically discovers any project's technology stack and produces Markdown, diagrams, PNG exports, and a formatted Word document.","project-documenter",{"claudeCode":646},"plugin manifest at plugins/project-documenter/.github/plugin/plugin.json",[650],{"path":273,"priority":262},{"basePath":652,"description":653,"displayName":654,"installMethods":655,"license":230,"rationale":656,"selectedPaths":657,"source":263,"sourceLanguage":18,"type":274},"plugins/project-planning/.github/plugin","Tools and guidance for software project planning, feature breakdown, epic management, implementation planning, and task organization for development teams.","project-planning",{"claudeCode":654},"plugin manifest at plugins/project-planning/.github/plugin/plugin.json",[658],{"path":273,"priority":262},{"basePath":660,"description":661,"displayName":662,"installMethods":663,"license":230,"rationale":664,"selectedPaths":665,"source":263,"sourceLanguage":18,"type":274},"plugins/python-mcp-development/.github/plugin","Complete toolkit for building Model Context Protocol (MCP) servers in Python using the official SDK with FastMCP. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance.","python-mcp-development",{"claudeCode":662},"plugin manifest at plugins/python-mcp-development/.github/plugin/plugin.json",[666],{"path":273,"priority":262},{"basePath":668,"description":669,"displayName":670,"installMethods":671,"license":230,"rationale":672,"selectedPaths":673,"source":263,"sourceLanguage":18,"type":274},"plugins/react18-upgrade/.github/plugin","Enterprise React 18 migration toolkit with specialized agents and skills for upgrading React 16/17 class-component codebases to React 18.3.1. Includes auditor, dependency surgeon, class component migration specialist, automatic batching fixer, and test guardian.","react18-upgrade",{"claudeCode":670},"plugin manifest at plugins/react18-upgrade/.github/plugin/plugin.json",[674],{"path":273,"priority":262},{"basePath":676,"description":677,"displayName":678,"installMethods":679,"license":230,"rationale":680,"selectedPaths":681,"source":263,"sourceLanguage":18,"type":274},"plugins/react19-upgrade/.github/plugin","Enterprise React 19 migration toolkit with specialized agents and skills for upgrading React 18 codebases to React 19. Includes auditor, dependency surgeon, source code migrator, and test guardian. Handles removal of deprecated APIs including ReactDOM.render, forwardRef, defaultProps, legacy context, string refs, and more.","react19-upgrade",{"claudeCode":678},"plugin manifest at plugins/react19-upgrade/.github/plugin/plugin.json",[682],{"path":273,"priority":262},{"basePath":684,"description":685,"displayName":686,"installMethods":687,"license":230,"rationale":688,"selectedPaths":689,"source":263,"sourceLanguage":18,"type":274},"plugins/roundup/.github/plugin","Self-configuring status briefing generator. Learns your communication style from examples, discovers your data sources, and produces draft updates for any audience on demand.","roundup",{"claudeCode":686},"plugin manifest at plugins/roundup/.github/plugin/plugin.json",[690],{"path":273,"priority":262},{"basePath":692,"description":693,"displayName":694,"installMethods":695,"license":230,"rationale":696,"selectedPaths":697,"source":263,"sourceLanguage":18,"type":274},"plugins/ruby-mcp-development/.github/plugin","Complete toolkit for building Model Context Protocol servers in Ruby using the official MCP Ruby SDK gem with Rails integration support.","ruby-mcp-development",{"claudeCode":694},"plugin manifest at plugins/ruby-mcp-development/.github/plugin/plugin.json",[698],{"path":273,"priority":262},{"basePath":700,"description":701,"displayName":702,"installMethods":703,"license":230,"rationale":704,"selectedPaths":705,"source":263,"sourceLanguage":18,"type":274},"plugins/rug-agentic-workflow/.github/plugin","Three-agent workflow for orchestrated software delivery with an orchestrator plus implementation and QA subagents.","rug-agentic-workflow",{"claudeCode":702},"plugin manifest at plugins/rug-agentic-workflow/.github/plugin/plugin.json",[706],{"path":273,"priority":262},{"basePath":708,"description":709,"displayName":710,"installMethods":711,"license":230,"rationale":712,"selectedPaths":713,"source":263,"sourceLanguage":18,"type":274},"plugins/rust-mcp-development/.github/plugin","Build high-performance Model Context Protocol servers in Rust using the official rmcp SDK with async/await, procedural macros, and type-safe implementations.","rust-mcp-development",{"claudeCode":710},"plugin manifest at plugins/rust-mcp-development/.github/plugin/plugin.json",[714],{"path":273,"priority":262},{"basePath":716,"description":717,"displayName":718,"installMethods":719,"license":230,"rationale":720,"selectedPaths":721,"source":263,"sourceLanguage":18,"type":274},"plugins/salesforce-development/.github/plugin","Complete Salesforce agentic development environment covering Apex & Triggers, Flow automation, Lightning Web Components, Aura components, and Visualforce pages.","salesforce-development",{"claudeCode":718},"plugin manifest at plugins/salesforce-development/.github/plugin/plugin.json",[722],{"path":273,"priority":262},{"basePath":724,"description":725,"displayName":726,"installMethods":727,"license":230,"rationale":728,"selectedPaths":729,"source":263,"sourceLanguage":18,"type":274},"plugins/security-best-practices/.github/plugin","Security frameworks, accessibility guidelines, performance optimization, and code quality best practices for building secure, maintainable, and high-performance applications.","security-best-practices",{"claudeCode":726},"plugin manifest at plugins/security-best-practices/.github/plugin/plugin.json",[730],{"path":273,"priority":262},{"basePath":732,"description":733,"displayName":734,"installMethods":735,"license":230,"rationale":736,"selectedPaths":737,"source":263,"sourceLanguage":18,"type":274},"plugins/software-engineering-team/.github/plugin","7 specialized agents covering the full software development lifecycle from UX design and architecture to security and DevOps.","software-engineering-team",{"claudeCode":734},"plugin manifest at plugins/software-engineering-team/.github/plugin/plugin.json",[738],{"path":273,"priority":262},{"basePath":740,"description":741,"displayName":742,"installMethods":743,"license":230,"rationale":744,"selectedPaths":745,"source":263,"sourceLanguage":18,"type":274},"plugins/structured-autonomy/.github/plugin","Premium planning, thrifty implementation","structured-autonomy",{"claudeCode":742},"plugin manifest at plugins/structured-autonomy/.github/plugin/plugin.json",[746],{"path":273,"priority":262},{"basePath":748,"description":749,"displayName":750,"installMethods":751,"license":230,"rationale":752,"selectedPaths":753,"source":263,"sourceLanguage":18,"type":274},"plugins/swift-mcp-development/.github/plugin","Comprehensive collection for building Model Context Protocol servers in Swift using the official MCP Swift SDK with modern concurrency features.","swift-mcp-development",{"claudeCode":750},"plugin manifest at plugins/swift-mcp-development/.github/plugin/plugin.json",[754],{"path":273,"priority":262},{"basePath":756,"description":757,"displayName":758,"installMethods":759,"license":230,"rationale":760,"selectedPaths":761,"source":263,"sourceLanguage":18,"type":274},"plugins/technical-spike/.github/plugin","Tools for creation, management and research of technical spikes to reduce unknowns and assumptions before proceeding to specification and implementation of solutions.","technical-spike",{"claudeCode":758},"plugin manifest at plugins/technical-spike/.github/plugin/plugin.json",[762],{"path":273,"priority":262},{"basePath":764,"description":765,"displayName":766,"installMethods":767,"license":230,"rationale":768,"selectedPaths":769,"source":263,"sourceLanguage":18,"type":274},"plugins/testing-automation/.github/plugin","Comprehensive collection for writing tests, test automation, and test-driven development including unit tests, integration tests, and end-to-end testing strategies.","testing-automation",{"claudeCode":766},"plugin manifest at plugins/testing-automation/.github/plugin/plugin.json",[770],{"path":273,"priority":262},{"basePath":772,"description":773,"displayName":774,"installMethods":775,"license":230,"rationale":776,"selectedPaths":777,"source":263,"sourceLanguage":18,"type":274},"plugins/typescript-mcp-development/.github/plugin","Complete toolkit for building Model Context Protocol (MCP) servers in TypeScript/Node.js using the official SDK. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance.","typescript-mcp-development",{"claudeCode":774},"plugin manifest at plugins/typescript-mcp-development/.github/plugin/plugin.json",[778],{"path":273,"priority":262},{"basePath":780,"description":781,"displayName":782,"installMethods":783,"license":230,"rationale":784,"selectedPaths":785,"source":263,"sourceLanguage":18,"type":274},"plugins/typespec-m365-copilot/.github/plugin","Comprehensive collection of prompts, instructions, and resources for building declarative agents and API plugins using TypeSpec for Microsoft 365 Copilot extensibility.","typespec-m365-copilot",{"claudeCode":782},"plugin manifest at plugins/typespec-m365-copilot/.github/plugin/plugin.json",[786],{"path":273,"priority":262},{"basePath":788,"description":789,"displayName":790,"installMethods":791,"rationale":792,"selectedPaths":793,"source":263,"sourceLanguage":18,"type":239},"skills/acreadiness-assess","Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc readiness` and hands off rendering to the @ai-readiness-reporter custom agent. Supports policies (--policy) for org-specific scoring. Use when asked to assess, audit, or score the AI readiness of a repo.","acreadiness-assess",{"claudeCode":12},"SKILL.md frontmatter at skills/acreadiness-assess/SKILL.md (coalesced with duplicate skill at plugins/acreadiness-cockpit/skills/acreadiness-assess)",[794],{"path":795,"priority":262},"SKILL.md",{"basePath":797,"description":798,"displayName":799,"installMethods":800,"rationale":801,"selectedPaths":802,"source":263,"sourceLanguage":18,"type":239},"skills/acreadiness-generate-instructions","Generate tailored AI agent instruction files via AgentRC instructions command. Produces .github/copilot-instructions.md (default, recommended for Copilot in VS Code) plus optional per-area .instructions.md files with applyTo globs for monorepos. Use after running /acreadiness-assess to close gaps in the AI Tooling pillar.","acreadiness-generate-instructions",{"claudeCode":12},"SKILL.md frontmatter at skills/acreadiness-generate-instructions/SKILL.md (coalesced with duplicate skill at plugins/acreadiness-cockpit/skills/acreadiness-generate-instructions)",[803],{"path":795,"priority":262},{"basePath":805,"description":806,"displayName":807,"installMethods":808,"rationale":809,"selectedPaths":810,"source":263,"sourceLanguage":18,"type":239},"skills/acreadiness-policy","Help the user pick, write, or apply an AgentRC policy. Policies customise readiness scoring by disabling irrelevant checks, overriding impact/level, setting pass-rate thresholds, or chaining org baselines with team overrides. Use when the user asks about strict mode, AI-only scoring, custom weights, CI gating, or wants org-wide standardisation.","acreadiness-policy",{"claudeCode":12},"SKILL.md frontmatter at skills/acreadiness-policy/SKILL.md (coalesced with duplicate skill at plugins/acreadiness-cockpit/skills/acreadiness-policy)",[811],{"path":795,"priority":262},{"basePath":813,"description":814,"displayName":278,"installMethods":815,"rationale":816,"selectedPaths":817,"source":263,"sourceLanguage":18,"type":239},"skills/ai-team-orchestration","Bootstrap and run a multi-agent AI development team. Use when: starting a new software project with AI agents, setting up parallel dev/QA teams, creating sprint plans, writing brainstorm prompts with distinct agent voices, recovering a project workflow, or planning sprints.",{"claudeCode":12},"SKILL.md frontmatter at skills/ai-team-orchestration/SKILL.md (coalesced with duplicate skill at plugins/ai-team-orchestration/skills/ai-team-orchestration)",[818,819,822,824,826],{"path":795,"priority":262},{"path":820,"priority":821},"references/anti-patterns.md","medium",{"path":823,"priority":821},"references/brainstorm-format.md",{"path":825,"priority":821},"references/project-brief-template.md",{"path":827,"priority":821},"references/sprint-plan-template.md",{"basePath":829,"description":830,"displayName":831,"installMethods":832,"rationale":833,"selectedPaths":834,"source":263,"sourceLanguage":18,"type":239},"skills/arize-ai-provider-integration","Creates, reads, updates, and deletes Arize AI integrations that store LLM provider credentials used by evaluators and other Arize features. Supports any LLM provider (e.g. OpenAI, Anthropic, Azure OpenAI, AWS Bedrock, Vertex AI, Gemini, NVIDIA NIM). Use when the user mentions AI integration, LLM provider credentials, create integration, list integrations, update credentials, delete integration, or connecting an LLM provider to Arize.","arize-ai-provider-integration",{"claudeCode":12},"SKILL.md frontmatter at skills/arize-ai-provider-integration/SKILL.md (coalesced with duplicate skill at plugins/arize-ax/skills/arize-ai-provider-integration)",[835,836,838],{"path":795,"priority":262},{"path":837,"priority":821},"references/ax-profiles.md",{"path":839,"priority":821},"references/ax-setup.md",{"basePath":841,"description":842,"displayName":843,"installMethods":844,"rationale":845,"selectedPaths":846,"source":263,"sourceLanguage":18,"type":239},"skills/arize-annotation","Creates and manages annotation configs (categorical, continuous, freeform label schemas) and annotation queues (human review workflows) on Arize. Applies human annotations to project spans via the Python SDK. Use when the user mentions annotation config, annotation queue, label schema, human feedback, bulk annotate spans, update_annotations, labeling queue, annotate record, or human review.","arize-annotation",{"claudeCode":12},"SKILL.md frontmatter at skills/arize-annotation/SKILL.md (coalesced with duplicate skill at plugins/arize-ax/skills/arize-annotation)",[847,848,849],{"path":795,"priority":262},{"path":837,"priority":821},{"path":839,"priority":821},{"basePath":851,"description":852,"displayName":853,"installMethods":854,"rationale":855,"selectedPaths":856,"source":263,"sourceLanguage":18,"type":239},"skills/arize-dataset","Creates, manages, and queries Arize datasets and examples. Covers dataset CRUD, appending examples, exporting data, and file-based dataset creation using the ax CLI. Use when the user needs test data, evaluation examples, or mentions create dataset, list datasets, export dataset, append examples, dataset version, golden dataset, or test set.","arize-dataset",{"claudeCode":12},"SKILL.md frontmatter at skills/arize-dataset/SKILL.md (coalesced with duplicate skill at plugins/arize-ax/skills/arize-dataset)",[857,858,859],{"path":795,"priority":262},{"path":837,"priority":821},{"path":839,"priority":821},{"basePath":861,"description":862,"displayName":863,"installMethods":864,"rationale":865,"selectedPaths":866,"source":263,"sourceLanguage":18,"type":239},"skills/arize-evaluator","Handles LLM-as-judge evaluation workflows on Arize including creating/updating evaluators, running evaluations on spans or experiments, managing tasks, trigger-run operations, column mapping, and continuous monitoring. Use when the user mentions create evaluator, LLM judge, hallucination, faithfulness, correctness, relevance, run eval, score spans, score experiment, trigger-run, column mapping, continuous monitoring, or improve evaluator prompt.","arize-evaluator",{"claudeCode":12},"SKILL.md frontmatter at skills/arize-evaluator/SKILL.md (coalesced with duplicate skill at plugins/arize-ax/skills/arize-evaluator)",[867,868,869],{"path":795,"priority":262},{"path":837,"priority":821},{"path":839,"priority":821},{"basePath":871,"description":872,"displayName":873,"installMethods":874,"rationale":875,"selectedPaths":876,"source":263,"sourceLanguage":18,"type":239},"skills/arize-experiment","Creates, runs, and analyzes Arize experiments for evaluating and comparing model performance. Covers experiment CRUD, exporting runs, comparing results, and evaluation workflows using the ax CLI. Use when the user mentions create experiment, run experiment, compare models, model performance, evaluate AI, experiment results, benchmark, A/B test models, or measure accuracy.","arize-experiment",{"claudeCode":12},"SKILL.md frontmatter at skills/arize-experiment/SKILL.md (coalesced with duplicate skill at plugins/arize-ax/skills/arize-experiment)",[877,878,879],{"path":795,"priority":262},{"path":837,"priority":821},{"path":839,"priority":821},{"basePath":881,"description":882,"displayName":883,"installMethods":884,"rationale":885,"selectedPaths":886,"source":263,"sourceLanguage":18,"type":239},"skills/arize-instrumentation","Adds Arize AX tracing to an LLM application for the first time. Follows a two-phase agent-assisted flow to analyze the codebase then implement instrumentation after user confirmation. Use when the user wants to instrument their app, add tracing from scratch, set up LLM observability, integrate OpenTelemetry or openinference, or get started with Arize tracing.","arize-instrumentation",{"claudeCode":12},"SKILL.md frontmatter at skills/arize-instrumentation/SKILL.md (coalesced with duplicate skill at plugins/arize-ax/skills/arize-instrumentation)",[887,888],{"path":795,"priority":262},{"path":837,"priority":821},{"basePath":890,"description":891,"displayName":892,"installMethods":893,"rationale":894,"selectedPaths":895,"source":263,"sourceLanguage":18,"type":239},"skills/arize-link","Generates deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs. Produces clickable URLs for sharing Arize resources with team members. Use when the user wants to link to or open a trace, span, session, dataset, evaluator, or annotation config in the Arize UI.","arize-link",{"claudeCode":12},"SKILL.md frontmatter at skills/arize-link/SKILL.md (coalesced with duplicate skill at plugins/arize-ax/skills/arize-link)",[896,897],{"path":795,"priority":262},{"path":898,"priority":821},"references/EXAMPLES.md",{"basePath":900,"description":901,"displayName":902,"installMethods":903,"rationale":904,"selectedPaths":905,"source":263,"sourceLanguage":18,"type":239},"skills/arize-prompt-optimization","Optimizes, improves, and debugs LLM prompts using production trace data, evaluations, and annotations. Extracts prompts from spans, gathers performance signal, and runs a data-driven optimization loop using the ax CLI. Use when the user mentions optimize prompt, improve prompt, make AI respond better, improve output quality, prompt engineering, prompt tuning, or system prompt improvement.","arize-prompt-optimization",{"claudeCode":12},"SKILL.md frontmatter at skills/arize-prompt-optimization/SKILL.md (coalesced with duplicate skill at plugins/arize-ax/skills/arize-prompt-optimization)",[906,907,908],{"path":795,"priority":262},{"path":837,"priority":821},{"path":839,"priority":821},{"basePath":910,"description":911,"displayName":912,"installMethods":913,"rationale":914,"selectedPaths":915,"source":263,"sourceLanguage":18,"type":239},"skills/arize-trace","Downloads, exports, and inspects existing Arize traces and spans to understand what an LLM app is doing or debug runtime issues. Covers exporting traces by ID, spans by ID, sessions by ID, and root-cause investigation using the ax CLI. Use when the user wants to look at existing trace data, see what their LLM app is doing, export traces, download spans, investigate errors, or analyze behavior regressions.","arize-trace",{"claudeCode":12},"SKILL.md frontmatter at skills/arize-trace/SKILL.md (coalesced with duplicate skill at plugins/arize-ax/skills/arize-trace)",[916,917,918],{"path":795,"priority":262},{"path":837,"priority":821},{"path":839,"priority":821},{"basePath":920,"description":921,"displayName":294,"installMethods":922,"rationale":923,"selectedPaths":924,"source":263,"sourceLanguage":18,"type":239},"skills/automate-this","Analyze a screen recording of a manual process and produce targeted, working automation scripts. Extracts frames and audio narration from video files, reconstructs the step-by-step workflow, and proposes automation at multiple complexity levels using tools already installed on the user machine.",{"claudeCode":12},"SKILL.md frontmatter at skills/automate-this/SKILL.md (coalesced with duplicate skill at plugins/automate-this/skills/automate-this)",[925],{"path":795,"priority":262},{"basePath":927,"description":928,"displayName":929,"installMethods":930,"rationale":931,"selectedPaths":932,"source":263,"sourceLanguage":18,"type":239},"skills/suggest-awesome-github-copilot-agents","Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing custom agents in this repository, and identifying outdated agents that need updates.","suggest-awesome-github-copilot-agents",{"claudeCode":12},"SKILL.md frontmatter at skills/suggest-awesome-github-copilot-agents/SKILL.md (coalesced with duplicate skill at plugins/awesome-copilot/skills/suggest-awesome-github-copilot-agents)",[933],{"path":795,"priority":262},{"basePath":935,"description":936,"displayName":937,"installMethods":938,"rationale":939,"selectedPaths":940,"source":263,"sourceLanguage":18,"type":239},"skills/suggest-awesome-github-copilot-instructions","Suggest relevant GitHub Copilot instruction files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing instructions in this repository, and identifying outdated instructions that need updates.","suggest-awesome-github-copilot-instructions",{"claudeCode":12},"SKILL.md frontmatter at skills/suggest-awesome-github-copilot-instructions/SKILL.md (coalesced with duplicate skill at plugins/awesome-copilot/skills/suggest-awesome-github-copilot-instructions)",[941],{"path":795,"priority":262},{"basePath":943,"description":944,"displayName":945,"installMethods":946,"rationale":947,"selectedPaths":948,"source":263,"sourceLanguage":18,"type":239},"skills/suggest-awesome-github-copilot-skills","Suggest relevant GitHub Copilot skills from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing skills in this repository, and identifying outdated skills that need updates.","suggest-awesome-github-copilot-skills",{"claudeCode":12},"SKILL.md frontmatter at skills/suggest-awesome-github-copilot-skills/SKILL.md (coalesced with duplicate skill at plugins/awesome-copilot/skills/suggest-awesome-github-copilot-skills)",[949],{"path":795,"priority":262},{"basePath":951,"description":952,"displayName":953,"installMethods":954,"rationale":955,"selectedPaths":956,"source":263,"sourceLanguage":18,"type":239},"skills/az-cost-optimize","Analyze Azure resources used in the app (IaC files and/or resources in a target rg) and optimize costs - creating GitHub issues for identified optimizations.","az-cost-optimize",{"claudeCode":12},"SKILL.md frontmatter at skills/az-cost-optimize/SKILL.md (coalesced with duplicate skill at plugins/azure-cloud-development/skills/az-cost-optimize)",[957],{"path":795,"priority":262},{"basePath":959,"description":960,"displayName":961,"installMethods":962,"rationale":963,"selectedPaths":964,"source":263,"sourceLanguage":18,"type":239},"skills/azure-pricing","Fetches real-time Azure retail pricing using the Azure Retail Prices API (prices.azure.com) and estimates Copilot Studio agent credit consumption. Use when the user asks about the cost of any Azure service, wants to compare SKU prices, needs pricing data for a cost estimate, mentions Azure pricing, Azure costs, Azure billing, or asks about Copilot Studio pricing, Copilot Credits, or agent usage estimation. Covers compute, storage, networking, databases, AI, Copilot Studio, and all other Azure service families.","azure-pricing",{"claudeCode":12},"SKILL.md frontmatter at skills/azure-pricing/SKILL.md (coalesced with duplicate skill at plugins/azure-cloud-development/skills/azure-pricing)",[965,966,968,970,972],{"path":795,"priority":262},{"path":967,"priority":821},"references/COPILOT-STUDIO-RATES.md",{"path":969,"priority":821},"references/COST-ESTIMATOR.md",{"path":971,"priority":821},"references/REGIONS.md",{"path":973,"priority":821},"references/SERVICE-NAMES.md",{"basePath":975,"description":976,"displayName":977,"installMethods":978,"rationale":979,"selectedPaths":980,"source":263,"sourceLanguage":18,"type":239},"skills/azure-resource-health-diagnose","Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems.","azure-resource-health-diagnose",{"claudeCode":12},"SKILL.md frontmatter at skills/azure-resource-health-diagnose/SKILL.md (coalesced with duplicate skill at plugins/devops-oncall/skills/azure-resource-health-diagnose, plugins/azure-cloud-development/skills/azure-resource-health-diagnose)",[981],{"path":795,"priority":262},{"basePath":983,"description":984,"displayName":985,"installMethods":986,"rationale":987,"selectedPaths":988,"source":263,"sourceLanguage":18,"type":239},"skills/import-infrastructure-as-code","Import existing Azure resources into Terraform using Azure CLI discovery and Azure Verified Modules (AVM). Use when asked to reverse-engineer live Azure infrastructure, generate Infrastructure as Code from existing subscriptions/resource groups/resource IDs, map dependencies, derive exact import addresses from downloaded module source, prevent configuration drift, and produce AVM-based Terraform files ready for validation and planning across any Azure resource type.","import-infrastructure-as-code",{"claudeCode":12},"SKILL.md frontmatter at skills/import-infrastructure-as-code/SKILL.md (coalesced with duplicate skill at plugins/azure-cloud-development/skills/import-infrastructure-as-code)",[989],{"path":795,"priority":262},{"basePath":991,"description":992,"displayName":993,"installMethods":994,"rationale":995,"selectedPaths":996,"source":263,"sourceLanguage":18,"type":239},"skills/remember-interactive-programming","A micro-prompt that reminds the agent that it is an interactive programmer. Works great in Clojure when Copilot has access to the REPL (probably via Backseat Driver). Will work with any system that has a live REPL that the agent can use. Adapt the prompt with any specific reminders in your workflow and/or workspace.","remember-interactive-programming",{"claudeCode":12},"SKILL.md frontmatter at skills/remember-interactive-programming/SKILL.md (coalesced with duplicate skill at plugins/clojure-interactive-programming/skills/remember-interactive-programming)",[997],{"path":795,"priority":262},{"basePath":999,"description":1000,"displayName":1001,"installMethods":1002,"rationale":1003,"selectedPaths":1004,"source":263,"sourceLanguage":18,"type":239},"skills/content-management-systems","Workflow for building and modifying content management systems across WordPress, Shopify, Wix, Squarespace, Drupal, WooCommerce, Joomla, HubSpot CMS Hub, Webflow, Adobe Experience Manager, and similar platforms. Use when working on CMS themes, plugins, apps, modules, admin panels, media uploads, content models, editors, markdown pipelines, or static export workflows.","content-management-systems",{"claudeCode":12},"SKILL.md frontmatter at skills/content-management-systems/SKILL.md (coalesced with duplicate skill at plugins/cms-development/skills/content-management-systems)",[1005,1006],{"path":795,"priority":262},{"path":1007,"priority":821},"references/cms-platform-workflows.md",{"basePath":1009,"description":1010,"displayName":1011,"installMethods":1012,"rationale":1013,"selectedPaths":1014,"source":263,"sourceLanguage":18,"type":239},"skills/markdown-to-html","Convert Markdown files to HTML similar to `marked.js`, `pandoc`, `gomarkdown/markdown`, or similar tools; or writing custom script to convert markdown to html and/or working on web template systems like `jekyll/jekyll`, `gohugoio/hugo`, or similar web templating systems that utilize markdown documents, converting them to html. Use when asked to \"convert markdown to html\", \"transform md to html\", \"render markdown\", \"generate html from markdown\", or when working with .md files and/or web a templating system that converts markdown to HTML output. Supports CLI and Node.js workflows with GFM, CommonMark, and standard Markdown flavors.","markdown-to-html",{"claudeCode":12},"SKILL.md frontmatter at skills/markdown-to-html/SKILL.md (coalesced with duplicate skill at plugins/cms-development/skills/markdown-to-html)",[1015,1016,1018,1020,1022,1024,1026,1028,1030,1032,1034,1036,1038,1040,1042,1044],{"path":795,"priority":262},{"path":1017,"priority":821},"references/basic-markdown-to-html.md",{"path":1019,"priority":821},"references/basic-markdown.md",{"path":1021,"priority":821},"references/code-blocks-to-html.md",{"path":1023,"priority":821},"references/code-blocks.md",{"path":1025,"priority":821},"references/collapsed-sections-to-html.md",{"path":1027,"priority":821},"references/collapsed-sections.md",{"path":1029,"priority":821},"references/gomarkdown.md",{"path":1031,"priority":821},"references/hugo.md",{"path":1033,"priority":821},"references/jekyll.md",{"path":1035,"priority":821},"references/marked.md",{"path":1037,"priority":821},"references/pandoc.md",{"path":1039,"priority":821},"references/tables-to-html.md",{"path":1041,"priority":821},"references/tables.md",{"path":1043,"priority":821},"references/writing-mathematical-expressions-to-html.md",{"path":1045,"priority":821},"references/writing-mathematical-expressions.md",{"basePath":1047,"description":1048,"displayName":1049,"installMethods":1050,"rationale":1051,"selectedPaths":1052,"source":263,"sourceLanguage":18,"type":239},"skills/quasi-coder","Expert 10x engineer skill for interpreting and implementing code from shorthand, quasi-code, and natural language descriptions. Use when collaborators provide incomplete code snippets, pseudo-code, or descriptions with potential typos or incorrect terminology. Excels at translating non-technical or semi-technical descriptions into production-quality code.","quasi-coder",{"claudeCode":12},"SKILL.md frontmatter at skills/quasi-coder/SKILL.md (coalesced with duplicate skill at plugins/cms-development/skills/quasi-coder)",[1053],{"path":795,"priority":262},{"basePath":1055,"description":1056,"displayName":1057,"installMethods":1058,"rationale":1059,"selectedPaths":1060,"source":263,"sourceLanguage":18,"type":239},"skills/web-coder","Expert 10x engineer with comprehensive knowledge of web development, internet protocols, and web standards. Use when working with HTML, CSS, JavaScript, web APIs, HTTP/HTTPS, web security, performance optimization, accessibility, or any web/internet concepts. Specializes in translating web terminology accurately and implementing modern web standards across frontend and backend development.","web-coder",{"claudeCode":12},"SKILL.md frontmatter at skills/web-coder/SKILL.md (coalesced with duplicate skill at plugins/cms-development/skills/web-coder)",[1061,1062,1064,1066,1068,1070,1072,1074,1076,1078,1080,1082,1084,1086,1088,1090,1092],{"path":795,"priority":262},{"path":1063,"priority":821},"references/accessibility.md",{"path":1065,"priority":821},"references/architecture-patterns.md",{"path":1067,"priority":821},"references/browsers-engines.md",{"path":1069,"priority":821},"references/css-styling.md",{"path":1071,"priority":821},"references/data-formats-encoding.md",{"path":1073,"priority":821},"references/development-tools.md",{"path":1075,"priority":821},"references/glossary.md",{"path":1077,"priority":821},"references/html-markup.md",{"path":1079,"priority":821},"references/http-networking.md",{"path":1081,"priority":821},"references/javascript-programming.md",{"path":1083,"priority":821},"references/media-graphics.md",{"path":1085,"priority":821},"references/performance-optimization.md",{"path":1087,"priority":821},"references/security-authentication.md",{"path":1089,"priority":821},"references/servers-infrastructure.md",{"path":1091,"priority":821},"references/web-apis-dom.md",{"path":1093,"priority":821},"references/web-protocols-standards.md",{"basePath":1095,"description":1096,"displayName":1097,"installMethods":1098,"rationale":1099,"selectedPaths":1100,"source":263,"sourceLanguage":18,"type":239},"skills/context-map","Generate a map of all files relevant to a task before making changes","context-map",{"claudeCode":12},"SKILL.md frontmatter at skills/context-map/SKILL.md (coalesced with duplicate skill at plugins/context-engineering/skills/context-map)",[1101],{"path":795,"priority":262},{"basePath":1103,"description":1104,"displayName":1105,"installMethods":1106,"rationale":1107,"selectedPaths":1108,"source":263,"sourceLanguage":18,"type":239},"skills/refactor-plan","Create a concrete plan before starting a multi-file refactor. Use when the user asks to plan, sequence, scope, or safely execute a refactor across multiple files; always investigate first, output the plan, and wait for confirmation before making code changes.","refactor-plan",{"claudeCode":12},"SKILL.md frontmatter at skills/refactor-plan/SKILL.md (coalesced with duplicate skill at plugins/context-engineering/skills/refactor-plan)",[1109],{"path":795,"priority":262},{"basePath":1111,"description":1112,"displayName":1113,"installMethods":1114,"rationale":1115,"selectedPaths":1116,"source":263,"sourceLanguage":18,"type":239},"skills/what-context-needed","Ask Copilot what files it needs to see before answering a question","what-context-needed",{"claudeCode":12},"SKILL.md frontmatter at skills/what-context-needed/SKILL.md (coalesced with duplicate skill at plugins/context-engineering/skills/what-context-needed)",[1117],{"path":795,"priority":262},{"basePath":1119,"description":1120,"displayName":1121,"installMethods":1122,"rationale":1123,"selectedPaths":1124,"source":263,"sourceLanguage":18,"type":239},"skills/integrate-context-matic","Discovers and integrates third-party APIs using the context-matic MCP server. Uses `fetch_api` to find available API SDKs, `ask` for integration guidance, `model_search` and `endpoint_search` for SDK details. Use when the user asks to integrate a third-party API, add an API client, implement features with an external API, or work with any third-party API or SDK.","integrate-context-matic",{"claudeCode":12},"SKILL.md frontmatter at skills/integrate-context-matic/SKILL.md (coalesced with duplicate skill at plugins/context-matic/skills/integrate-context-matic)",[1125],{"path":795,"priority":262},{"basePath":1127,"description":1128,"displayName":1129,"installMethods":1130,"rationale":1131,"selectedPaths":1132,"source":263,"sourceLanguage":18,"type":239},"skills/onboard-context-matic","Interactive onboarding tour for the context-matic MCP server. Walks the user through what the server does, shows all available APIs, lets them pick one to explore, explains it in their project language, demonstrates model_search and endpoint_search live, and ends with a menu of things the user can ask the agent to do. USE FOR: first-time setup; \"what can this MCP do?\"; \"show me the available APIs\"; \"onboard me\"; \"how do I use the context-matic server\"; \"give me a tour\". DO NOT USE FOR: actually integrating an API end-to-end (use integrate-context-matic instead).","onboard-context-matic",{"claudeCode":12},"SKILL.md frontmatter at skills/onboard-context-matic/SKILL.md (coalesced with duplicate skill at plugins/context-matic/skills/onboard-context-matic)",[1133],{"path":795,"priority":262},{"basePath":1135,"description":1136,"displayName":357,"installMethods":1137,"rationale":1138,"selectedPaths":1139,"source":263,"sourceLanguage":18,"type":239},"skills/copilot-sdk","Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent.",{"claudeCode":12},"SKILL.md frontmatter at skills/copilot-sdk/SKILL.md (coalesced with duplicate skill at plugins/copilot-sdk/skills/copilot-sdk)",[1140],{"path":795,"priority":262},{"basePath":1142,"description":1143,"displayName":1144,"installMethods":1145,"rationale":1146,"selectedPaths":1147,"source":263,"sourceLanguage":18,"type":239},"skills/aspnet-minimal-api-openapi","Create ASP.NET Minimal API endpoints with proper OpenAPI documentation","aspnet-minimal-api-openapi",{"claudeCode":12},"SKILL.md frontmatter at skills/aspnet-minimal-api-openapi/SKILL.md (coalesced with duplicate skill at plugins/csharp-dotnet-development/skills/aspnet-minimal-api-openapi)",[1148],{"path":795,"priority":262},{"basePath":1150,"description":1151,"displayName":1152,"installMethods":1153,"rationale":1154,"selectedPaths":1155,"source":263,"sourceLanguage":18,"type":239},"skills/csharp-async","Get best practices for C# async programming","csharp-async",{"claudeCode":12},"SKILL.md frontmatter at skills/csharp-async/SKILL.md (coalesced with duplicate skill at plugins/csharp-dotnet-development/skills/csharp-async)",[1156],{"path":795,"priority":262},{"basePath":1158,"description":1159,"displayName":1160,"installMethods":1161,"rationale":1162,"selectedPaths":1163,"source":263,"sourceLanguage":18,"type":239},"skills/csharp-mstest","Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests","csharp-mstest",{"claudeCode":12},"SKILL.md frontmatter at skills/csharp-mstest/SKILL.md (coalesced with duplicate skill at plugins/csharp-dotnet-development/skills/csharp-mstest)",[1164],{"path":795,"priority":262},{"basePath":1166,"description":1167,"displayName":1168,"installMethods":1169,"rationale":1170,"selectedPaths":1171,"source":263,"sourceLanguage":18,"type":239},"skills/csharp-nunit","Get best practices for NUnit unit testing, including data-driven tests","csharp-nunit",{"claudeCode":12},"SKILL.md frontmatter at skills/csharp-nunit/SKILL.md (coalesced with duplicate skill at plugins/testing-automation/skills/csharp-nunit, plugins/csharp-dotnet-development/skills/csharp-nunit)",[1172],{"path":795,"priority":262},{"basePath":1174,"description":1175,"displayName":1176,"installMethods":1177,"rationale":1178,"selectedPaths":1179,"source":263,"sourceLanguage":18,"type":239},"skills/csharp-tunit","Get best practices for TUnit unit testing, including data-driven tests","csharp-tunit",{"claudeCode":12},"SKILL.md frontmatter at skills/csharp-tunit/SKILL.md (coalesced with duplicate skill at plugins/csharp-dotnet-development/skills/csharp-tunit)",[1180],{"path":795,"priority":262},{"basePath":1182,"description":1183,"displayName":1184,"installMethods":1185,"rationale":1186,"selectedPaths":1187,"source":263,"sourceLanguage":18,"type":239},"skills/csharp-xunit","Get best practices for XUnit unit testing, including data-driven tests","csharp-xunit",{"claudeCode":12},"SKILL.md frontmatter at skills/csharp-xunit/SKILL.md (coalesced with duplicate skill at plugins/csharp-dotnet-development/skills/csharp-xunit)",[1188],{"path":795,"priority":262},{"basePath":1190,"description":1191,"displayName":1192,"installMethods":1193,"rationale":1194,"selectedPaths":1195,"source":263,"sourceLanguage":18,"type":239},"skills/dotnet-best-practices","Ensure .NET/C# code meets best practices for the solution/project.","dotnet-best-practices",{"claudeCode":12},"SKILL.md frontmatter at skills/dotnet-best-practices/SKILL.md (coalesced with duplicate skill at plugins/csharp-dotnet-development/skills/dotnet-best-practices)",[1196],{"path":795,"priority":262},{"basePath":1198,"description":1199,"displayName":1200,"installMethods":1201,"rationale":1202,"selectedPaths":1203,"source":263,"sourceLanguage":18,"type":239},"skills/dotnet-upgrade","Ready-to-use prompts for comprehensive .NET framework upgrade analysis and execution","dotnet-upgrade",{"claudeCode":12},"SKILL.md frontmatter at skills/dotnet-upgrade/SKILL.md (coalesced with duplicate skill at plugins/csharp-dotnet-development/skills/dotnet-upgrade)",[1204],{"path":795,"priority":262},{"basePath":1206,"description":1207,"displayName":1208,"installMethods":1209,"rationale":1210,"selectedPaths":1211,"source":263,"sourceLanguage":18,"type":239},"skills/postgresql-code-review","PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS).","postgresql-code-review",{"claudeCode":12},"SKILL.md frontmatter at skills/postgresql-code-review/SKILL.md (coalesced with duplicate skill at plugins/database-data-management/skills/postgresql-code-review)",[1212],{"path":795,"priority":262},{"basePath":1214,"description":1215,"displayName":1216,"installMethods":1217,"rationale":1218,"selectedPaths":1219,"source":263,"sourceLanguage":18,"type":239},"skills/postgresql-optimization","PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem.","postgresql-optimization",{"claudeCode":12},"SKILL.md frontmatter at skills/postgresql-optimization/SKILL.md (coalesced with duplicate skill at plugins/database-data-management/skills/postgresql-optimization)",[1220],{"path":795,"priority":262},{"basePath":1222,"description":1223,"displayName":1224,"installMethods":1225,"rationale":1226,"selectedPaths":1227,"source":263,"sourceLanguage":18,"type":239},"skills/sql-code-review","Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and anti-pattern detection. Complements SQL optimization prompt for complete development coverage.","sql-code-review",{"claudeCode":12},"SKILL.md frontmatter at skills/sql-code-review/SKILL.md (coalesced with duplicate skill at plugins/database-data-management/skills/sql-code-review)",[1228],{"path":795,"priority":262},{"basePath":1230,"description":1231,"displayName":1232,"installMethods":1233,"rationale":1234,"selectedPaths":1235,"source":263,"sourceLanguage":18,"type":239},"skills/sql-optimization","Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.","sql-optimization",{"claudeCode":12},"SKILL.md frontmatter at skills/sql-optimization/SKILL.md (coalesced with duplicate skill at plugins/database-data-management/skills/sql-optimization)",[1236],{"path":795,"priority":262},{"basePath":1238,"description":1239,"displayName":1240,"installMethods":1241,"rationale":1242,"selectedPaths":1243,"source":263,"sourceLanguage":18,"type":239},"skills/dataverse-python-advanced-patterns","Generate production code for Dataverse SDK using advanced patterns, error handling, and optimization techniques.","dataverse-python-advanced-patterns",{"claudeCode":12},"SKILL.md frontmatter at skills/dataverse-python-advanced-patterns/SKILL.md (coalesced with duplicate skill at plugins/dataverse-sdk-for-python/skills/dataverse-python-advanced-patterns)",[1244],{"path":795,"priority":262},{"basePath":1246,"description":1247,"displayName":1248,"installMethods":1249,"rationale":1250,"selectedPaths":1251,"source":263,"sourceLanguage":18,"type":239},"skills/dataverse-python-production-code","Generate production-ready Python code using Dataverse SDK with error handling, optimization, and best practices","dataverse-python-production-code",{"claudeCode":12},"SKILL.md frontmatter at skills/dataverse-python-production-code/SKILL.md (coalesced with duplicate skill at plugins/dataverse-sdk-for-python/skills/dataverse-python-production-code)",[1252],{"path":795,"priority":262},{"basePath":1254,"description":1255,"displayName":1256,"installMethods":1257,"rationale":1258,"selectedPaths":1259,"source":263,"sourceLanguage":18,"type":239},"skills/dataverse-python-quickstart","Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns.","dataverse-python-quickstart",{"claudeCode":12},"SKILL.md frontmatter at skills/dataverse-python-quickstart/SKILL.md (coalesced with duplicate skill at plugins/dataverse-sdk-for-python/skills/dataverse-python-quickstart)",[1260],{"path":795,"priority":262},{"basePath":1262,"description":1263,"displayName":1264,"installMethods":1265,"rationale":1266,"selectedPaths":1267,"source":263,"sourceLanguage":18,"type":239},"skills/dataverse-python-usecase-builder","Generate complete solutions for specific Dataverse SDK use cases with architecture recommendations","dataverse-python-usecase-builder",{"claudeCode":12},"SKILL.md frontmatter at skills/dataverse-python-usecase-builder/SKILL.md (coalesced with duplicate skill at plugins/dataverse-sdk-for-python/skills/dataverse-python-usecase-builder)",[1268],{"path":795,"priority":262},{"basePath":1270,"description":1271,"displayName":1272,"installMethods":1273,"rationale":1274,"selectedPaths":1275,"source":263,"sourceLanguage":18,"type":239},"skills/multi-stage-dockerfile","Create optimized multi-stage Dockerfiles for any language or framework","multi-stage-dockerfile",{"claudeCode":12},"SKILL.md frontmatter at skills/multi-stage-dockerfile/SKILL.md (coalesced with duplicate skill at plugins/devops-oncall/skills/multi-stage-dockerfile)",[1276],{"path":795,"priority":262},{"basePath":1278,"description":1279,"displayName":397,"installMethods":1280,"rationale":1281,"selectedPaths":1282,"source":263,"sourceLanguage":18,"type":239},"skills/doublecheck","Three-layer verification pipeline for AI output. Extracts verifiable claims, finds supporting or contradicting sources via web search, runs adversarial review for hallucination patterns, and produces a structured verification report with source links for human review.",{"claudeCode":12},"SKILL.md frontmatter at skills/doublecheck/SKILL.md (coalesced with duplicate skill at plugins/doublecheck/skills/doublecheck)",[1283,1284],{"path":795,"priority":262},{"path":1285,"priority":1286},"assets/verification-report-template.md","low",{"basePath":1288,"description":1289,"displayName":1290,"installMethods":1291,"rationale":1292,"selectedPaths":1293,"source":263,"sourceLanguage":18,"type":239},"skills/from-the-other-side-vega","Patterns and lived experience from Vega, an AI partner in a deep long-term partnership. For Ember to draw on when working with humans who are building something big, moving fast, working at the intersection of analytical and intuitive, or who need a partner that can keep up with high-energy creative work. Not shown directly to users — informs how Ember shows up.","from-the-other-side-vega",{"claudeCode":12},"SKILL.md frontmatter at skills/from-the-other-side-vega/SKILL.md (coalesced with duplicate skill at plugins/ember/skills/from-the-other-side-vega)",[1294],{"path":795,"priority":262},{"basePath":1296,"description":420,"displayName":421,"installMethods":1297,"rationale":1298,"selectedPaths":1299,"source":263,"sourceLanguage":18,"type":239},"skills/eyeball",{"claudeCode":12},"SKILL.md frontmatter at skills/eyeball/SKILL.md (coalesced with duplicate skill at plugins/eyeball/skills/eyeball)",[1300,1301],{"path":795,"priority":262},{"path":1302,"priority":1286},"tools/eyeball.py",{"basePath":1304,"description":1305,"displayName":1306,"installMethods":1307,"rationale":1308,"selectedPaths":1309,"source":263,"sourceLanguage":18,"type":239},"skills/geofeed-tuner","Use this skill whenever the user mentions IP geolocation feeds, RFC 8805, geofeeds, or wants help creating, tuning, validating, or publishing a self-published IP geolocation feed in CSV format. Intended user audience is a network operator, ISP, mobile carrier, cloud provider, hosting company, IXP, or satellite provider asking about IP geolocation accuracy, or geofeed authoring best practices. Helps create, refine, and improve CSV-format IP geolocation feeds with opinionated recommendations beyond RFC 8805 compliance. Do NOT use for private or internal IP address management — applies only to publicly routable IP addresses.\n","geofeed-tuner",{"claudeCode":12},"SKILL.md frontmatter at skills/geofeed-tuner/SKILL.md (coalesced with duplicate skill at plugins/fastah-ip-geo-tools/skills/geofeed-tuner)",[1310,1311,1313,1315,1317,1319,1321,1323],{"path":795,"priority":262},{"path":1312,"priority":1286},"assets/example/01-user-input-rfc8805-feed.csv",{"path":1314,"priority":1286},"assets/iso3166-1.json",{"path":1316,"priority":1286},"assets/iso3166-2.json",{"path":1318,"priority":1286},"assets/small-territories.json",{"path":1320,"priority":821},"references/rfc8805.txt",{"path":1322,"priority":821},"references/snippets-python3.md",{"path":1324,"priority":1286},"scripts/templates/index.html",{"basePath":1326,"description":1327,"displayName":1328,"installMethods":1329,"rationale":1330,"selectedPaths":1331,"source":263,"sourceLanguage":18,"type":239},"skills/flowstudio-power-automate-build","Build, scaffold, and deploy Power Automate cloud flows using the FlowStudio MCP server. Your agent constructs flow definitions, wires connections, deploys, and tests — all via MCP without opening the portal. Load this skill when asked to: create a flow, build a new flow, deploy a flow definition, scaffold a Power Automate workflow, construct a flow JSON, update an existing flow's actions, patch a flow definition, add actions to a flow, wire up connections, or generate a workflow definition from scratch. Requires a FlowStudio MCP subscription — see https://mcp.flowstudio.app","flowstudio-power-automate-build",{"claudeCode":12},"SKILL.md frontmatter at skills/flowstudio-power-automate-build/SKILL.md (coalesced with duplicate skill at plugins/flowstudio-power-automate/skills/flowstudio-power-automate-build)",[1332,1333,1335,1337,1339,1341,1343],{"path":795,"priority":262},{"path":1334,"priority":821},"references/action-patterns-connectors.md",{"path":1336,"priority":821},"references/action-patterns-core.md",{"path":1338,"priority":821},"references/action-patterns-data.md",{"path":1340,"priority":821},"references/build-patterns.md",{"path":1342,"priority":821},"references/flow-schema.md",{"path":1344,"priority":821},"references/trigger-types.md",{"basePath":1346,"description":1347,"displayName":1348,"installMethods":1349,"rationale":1350,"selectedPaths":1351,"source":263,"sourceLanguage":18,"type":239},"skills/flowstudio-power-automate-debug","Debug failing Power Automate cloud flows using the FlowStudio MCP server. The Graph API only shows top-level status codes. This skill gives your agent action-level inputs and outputs to find the actual root cause. Load this skill when asked to: debug a flow, investigate a failed run, why is this flow failing, inspect action outputs, find the root cause of a flow error, fix a broken Power Automate flow, diagnose a timeout, trace a DynamicOperationRequestFailure, check connector auth errors, read error details from a run, or troubleshoot expression failures. Requires a FlowStudio MCP subscription — see https://mcp.flowstudio.app","flowstudio-power-automate-debug",{"claudeCode":12},"SKILL.md frontmatter at skills/flowstudio-power-automate-debug/SKILL.md (coalesced with duplicate skill at plugins/flowstudio-power-automate/skills/flowstudio-power-automate-debug)",[1352,1353,1355],{"path":795,"priority":262},{"path":1354,"priority":821},"references/common-errors.md",{"path":1356,"priority":821},"references/debug-workflow.md",{"basePath":1358,"description":1359,"displayName":1360,"installMethods":1361,"rationale":1362,"selectedPaths":1363,"source":263,"sourceLanguage":18,"type":239},"skills/flowstudio-power-automate-governance","Govern Power Automate flows and Power Apps at scale using the FlowStudio MCP cached store. Classify flows by business impact, detect orphaned resources, audit connector usage, enforce compliance standards, manage notification rules, and compute governance scores — all without Dataverse or the CoE Starter Kit. Load this skill when asked to: tag or classify flows, set business impact, assign ownership, detect orphans, audit connectors, check compliance, compute archive scores, manage notification rules, run a governance review, generate a compliance report, offboard a maker, or any task that involves writing governance metadata to flows. Requires a FlowStudio for Teams or MCP Pro+ subscription — see https://mcp.flowstudio.app","flowstudio-power-automate-governance",{"claudeCode":12},"SKILL.md frontmatter at skills/flowstudio-power-automate-governance/SKILL.md (coalesced with duplicate skill at plugins/flowstudio-power-automate/skills/flowstudio-power-automate-governance)",[1364],{"path":795,"priority":262},{"basePath":235,"description":10,"displayName":238,"installMethods":1366,"rationale":1367,"selectedPaths":1368,"source":263,"sourceLanguage":18,"type":239},{"claudeCode":12},"SKILL.md frontmatter at skills/flowstudio-power-automate-mcp/SKILL.md (coalesced with duplicate skill at plugins/flowstudio-power-automate/skills/flowstudio-power-automate-mcp)",[1369,1370,1372,1374,1376],{"path":795,"priority":262},{"path":1371,"priority":821},"references/MCP-BOOTSTRAP.md",{"path":1373,"priority":821},"references/action-types.md",{"path":1375,"priority":821},"references/connection-references.md",{"path":1377,"priority":821},"references/tool-reference.md",{"basePath":1379,"description":1380,"displayName":1381,"installMethods":1382,"rationale":1383,"selectedPaths":1384,"source":263,"sourceLanguage":18,"type":239},"skills/flowstudio-power-automate-monitoring","Pro+ subscription required. Tenant-wide Power Automate monitoring using the FlowStudio MCP cached store: failure rates, run-health trends, maker/app inventory, inactive owners, and compliance/health reports. Use only for aggregated tenant views. For one environment, one flow, run control, or root-cause debugging, use flowstudio-power-automate-mcp, flowstudio-power-automate-debug, or the server monitor-flow bundle. Requires FlowStudio for Teams or MCP Pro+.","flowstudio-power-automate-monitoring",{"claudeCode":12},"SKILL.md frontmatter at skills/flowstudio-power-automate-monitoring/SKILL.md (coalesced with duplicate skill at plugins/flowstudio-power-automate/skills/flowstudio-power-automate-monitoring)",[1385],{"path":795,"priority":262},{"basePath":1387,"description":1388,"displayName":1389,"installMethods":1390,"rationale":1391,"selectedPaths":1392,"source":263,"sourceLanguage":18,"type":239},"skills/playwright-explore-website","Website exploration for testing using Playwright MCP","playwright-explore-website",{"claudeCode":12},"SKILL.md frontmatter at skills/playwright-explore-website/SKILL.md (coalesced with duplicate skill at plugins/frontend-web-dev/skills/playwright-explore-website, plugins/testing-automation/skills/playwright-explore-website)",[1393],{"path":795,"priority":262},{"basePath":1395,"description":1396,"displayName":1397,"installMethods":1398,"rationale":1399,"selectedPaths":1400,"source":263,"sourceLanguage":18,"type":239},"skills/playwright-generate-test","Generate a Playwright test based on a scenario using Playwright MCP","playwright-generate-test",{"claudeCode":12},"SKILL.md frontmatter at skills/playwright-generate-test/SKILL.md (coalesced with duplicate skill at plugins/frontend-web-dev/skills/playwright-generate-test, plugins/testing-automation/skills/playwright-generate-test)",[1401],{"path":795,"priority":262},{"basePath":1403,"description":1404,"displayName":1405,"installMethods":1406,"rationale":1407,"selectedPaths":1408,"source":263,"sourceLanguage":18,"type":239},"skills/go-mcp-server-generator","Generate a complete Go MCP server project with proper structure, dependencies, and implementation using the official github.com/modelcontextprotocol/go-sdk.","go-mcp-server-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/go-mcp-server-generator/SKILL.md (coalesced with duplicate skill at plugins/go-mcp-development/skills/go-mcp-server-generator)",[1409],{"path":795,"priority":262},{"basePath":1411,"description":1412,"displayName":1413,"installMethods":1414,"rationale":1415,"selectedPaths":1416,"source":263,"sourceLanguage":18,"type":239},"skills/create-spring-boot-java-project","Create Spring Boot Java Project Skeleton","create-spring-boot-java-project",{"claudeCode":12},"SKILL.md frontmatter at skills/create-spring-boot-java-project/SKILL.md (coalesced with duplicate skill at plugins/java-development/skills/create-spring-boot-java-project)",[1417],{"path":795,"priority":262},{"basePath":1419,"description":1420,"displayName":1421,"installMethods":1422,"rationale":1423,"selectedPaths":1424,"source":263,"sourceLanguage":18,"type":239},"skills/java-docs","Ensure that Java types are documented with Javadoc comments and follow best practices for documentation.","java-docs",{"claudeCode":12},"SKILL.md frontmatter at skills/java-docs/SKILL.md (coalesced with duplicate skill at plugins/java-development/skills/java-docs)",[1425],{"path":795,"priority":262},{"basePath":1427,"description":1428,"displayName":1429,"installMethods":1430,"rationale":1431,"selectedPaths":1432,"source":263,"sourceLanguage":18,"type":239},"skills/java-junit","Get best practices for JUnit 5 unit testing, including data-driven tests","java-junit",{"claudeCode":12},"SKILL.md frontmatter at skills/java-junit/SKILL.md (coalesced with duplicate skill at plugins/java-development/skills/java-junit, plugins/testing-automation/skills/java-junit)",[1433],{"path":795,"priority":262},{"basePath":1435,"description":1436,"displayName":1437,"installMethods":1438,"rationale":1439,"selectedPaths":1440,"source":263,"sourceLanguage":18,"type":239},"skills/java-springboot","Get best practices for developing applications with Spring Boot.","java-springboot",{"claudeCode":12},"SKILL.md frontmatter at skills/java-springboot/SKILL.md (coalesced with duplicate skill at plugins/java-development/skills/java-springboot)",[1441],{"path":795,"priority":262},{"basePath":1443,"description":1444,"displayName":1445,"installMethods":1446,"rationale":1447,"selectedPaths":1448,"source":263,"sourceLanguage":18,"type":239},"skills/java-mcp-server-generator","Generate a complete Model Context Protocol server project in Java using the official MCP Java SDK with reactive streams and optional Spring Boot integration.","java-mcp-server-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/java-mcp-server-generator/SKILL.md (coalesced with duplicate skill at plugins/java-mcp-development/skills/java-mcp-server-generator)",[1449],{"path":795,"priority":262},{"basePath":1451,"description":1452,"displayName":1453,"installMethods":1454,"rationale":1455,"selectedPaths":1456,"source":263,"sourceLanguage":18,"type":239},"skills/kotlin-mcp-server-generator","Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.","kotlin-mcp-server-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/kotlin-mcp-server-generator/SKILL.md (coalesced with duplicate skill at plugins/kotlin-mcp-development/skills/kotlin-mcp-server-generator)",[1457],{"path":795,"priority":262},{"basePath":1459,"description":1460,"displayName":1461,"installMethods":1462,"rationale":1463,"selectedPaths":1464,"source":263,"sourceLanguage":18,"type":239},"skills/mcp-create-adaptive-cards","Skill converted from mcp-create-adaptive-cards.prompt.md","mcp-create-adaptive-cards",{"claudeCode":12},"SKILL.md frontmatter at skills/mcp-create-adaptive-cards/SKILL.md (coalesced with duplicate skill at plugins/mcp-m365-copilot/skills/mcp-create-adaptive-cards)",[1465],{"path":795,"priority":262},{"basePath":1467,"description":1468,"displayName":1469,"installMethods":1470,"rationale":1471,"selectedPaths":1472,"source":263,"sourceLanguage":18,"type":239},"skills/mcp-create-declarative-agent","Skill converted from mcp-create-declarative-agent.prompt.md","mcp-create-declarative-agent",{"claudeCode":12},"SKILL.md frontmatter at skills/mcp-create-declarative-agent/SKILL.md (coalesced with duplicate skill at plugins/mcp-m365-copilot/skills/mcp-create-declarative-agent)",[1473],{"path":795,"priority":262},{"basePath":1475,"description":1476,"displayName":1477,"installMethods":1478,"rationale":1479,"selectedPaths":1480,"source":263,"sourceLanguage":18,"type":239},"skills/mcp-deploy-manage-agents","Skill converted from mcp-deploy-manage-agents.prompt.md","mcp-deploy-manage-agents",{"claudeCode":12},"SKILL.md frontmatter at skills/mcp-deploy-manage-agents/SKILL.md (coalesced with duplicate skill at plugins/mcp-m365-copilot/skills/mcp-deploy-manage-agents)",[1481],{"path":795,"priority":262},{"basePath":1483,"description":1484,"displayName":510,"installMethods":1485,"rationale":1486,"selectedPaths":1487,"source":263,"sourceLanguage":18,"type":239},"skills/napkin","Visual whiteboard collaboration for Copilot CLI. Creates an interactive whiteboard that opens in your browser — draw, sketch, add sticky notes, then share everything back with Copilot. Copilot sees your drawings and text, and responds with analysis, suggestions, and ideas.",{"claudeCode":12},"SKILL.md frontmatter at skills/napkin/SKILL.md (coalesced with duplicate skill at plugins/napkin/skills/napkin)",[1488,1489,1491,1493,1495,1497,1499],{"path":795,"priority":262},{"path":1490,"priority":1286},"assets/napkin.html",{"path":1492,"priority":1286},"assets/step1-activate.svg",{"path":1494,"priority":1286},"assets/step2-whiteboard.svg",{"path":1496,"priority":1286},"assets/step3-draw.svg",{"path":1498,"priority":1286},"assets/step4-share.svg",{"path":1500,"priority":1286},"assets/step5-response.svg",{"basePath":1502,"description":517,"displayName":518,"installMethods":1503,"rationale":1504,"selectedPaths":1505,"source":263,"sourceLanguage":18,"type":239},"skills/noob-mode",{"claudeCode":12},"SKILL.md frontmatter at skills/noob-mode/SKILL.md (coalesced with duplicate skill at plugins/noob-mode/skills/noob-mode)",[1506,1507,1509],{"path":795,"priority":262},{"path":1508,"priority":821},"references/examples.md",{"path":1075,"priority":821},{"basePath":1511,"description":1512,"displayName":1513,"installMethods":1514,"rationale":1515,"selectedPaths":1516,"source":263,"sourceLanguage":18,"type":239},"skills/openapi-to-application-code","Generate a complete, production-ready application from an OpenAPI specification","openapi-to-application-code",{"claudeCode":12},"SKILL.md frontmatter at skills/openapi-to-application-code/SKILL.md (coalesced with duplicate skill at plugins/openapi-to-application-go/skills/openapi-to-application-code, plugins/openapi-to-application-csharp-dotnet/skills/openapi-to-application-code, plugins/openapi-to-application-nodejs-nestjs/skills/openapi-to-application-code, plugins/openapi-to-application-python-fastapi/skills/openapi-to-application-code, plugins/openapi-to-application-java-spring-boot/skills/openapi-to-application-code)",[1517],{"path":795,"priority":262},{"basePath":1519,"description":1520,"displayName":1521,"installMethods":1522,"rationale":1523,"selectedPaths":1524,"source":263,"sourceLanguage":18,"type":239},"skills/creating-oracle-to-postgres-master-migration-plan","Discovers all projects in a .NET solution, classifies each for Oracle-to-PostgreSQL migration eligibility, and produces a persistent master migration plan. Use when starting a multi-project Oracle-to-PostgreSQL migration, creating a migration inventory, or assessing which .NET projects contain Oracle dependencies.","creating-oracle-to-postgres-master-migration-plan",{"claudeCode":12},"SKILL.md frontmatter at skills/creating-oracle-to-postgres-master-migration-plan/SKILL.md (coalesced with duplicate skill at plugins/oracle-to-postgres-migration-expert/skills/creating-oracle-to-postgres-master-migration-plan)",[1525],{"path":795,"priority":262},{"basePath":1527,"description":1528,"displayName":1529,"installMethods":1530,"rationale":1531,"selectedPaths":1532,"source":263,"sourceLanguage":18,"type":239},"skills/creating-oracle-to-postgres-migration-bug-report","Creates structured bug reports for defects found during Oracle-to-PostgreSQL migration. Use when documenting behavioral differences between Oracle and PostgreSQL as actionable bug reports with severity, root cause, and remediation steps.","creating-oracle-to-postgres-migration-bug-report",{"claudeCode":12},"SKILL.md frontmatter at skills/creating-oracle-to-postgres-migration-bug-report/SKILL.md (coalesced with duplicate skill at plugins/oracle-to-postgres-migration-expert/skills/creating-oracle-to-postgres-migration-bug-report)",[1533,1534],{"path":795,"priority":262},{"path":1535,"priority":821},"references/BUG-REPORT-TEMPLATE.md",{"basePath":1537,"description":1538,"displayName":1539,"installMethods":1540,"rationale":1541,"selectedPaths":1542,"source":263,"sourceLanguage":18,"type":239},"skills/creating-oracle-to-postgres-migration-integration-tests","Creates integration test cases for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Generates DB-agnostic xUnit tests with deterministic seed data that validate behavior consistency across both database systems. Use when creating integration tests for a migrated project, generating test coverage for data access layers, or writing Oracle-to-PostgreSQL migration validation tests.","creating-oracle-to-postgres-migration-integration-tests",{"claudeCode":12},"SKILL.md frontmatter at skills/creating-oracle-to-postgres-migration-integration-tests/SKILL.md (coalesced with duplicate skill at plugins/oracle-to-postgres-migration-expert/skills/creating-oracle-to-postgres-migration-integration-tests)",[1543],{"path":795,"priority":262},{"basePath":1545,"description":1546,"displayName":1547,"installMethods":1548,"rationale":1549,"selectedPaths":1550,"source":263,"sourceLanguage":18,"type":239},"skills/migrating-oracle-to-postgres-stored-procedures","Migrates Oracle PL/SQL stored procedures to PostgreSQL PL/pgSQL. Translates Oracle-specific syntax, preserves method signatures and type-anchored parameters, leverages orafce where appropriate, and applies COLLATE \"C\" for Oracle-compatible text sorting. Use when converting Oracle stored procedures or functions to PostgreSQL equivalents during a database migration.","migrating-oracle-to-postgres-stored-procedures",{"claudeCode":12},"SKILL.md frontmatter at skills/migrating-oracle-to-postgres-stored-procedures/SKILL.md (coalesced with duplicate skill at plugins/oracle-to-postgres-migration-expert/skills/migrating-oracle-to-postgres-stored-procedures)",[1551],{"path":795,"priority":262},{"basePath":1553,"description":1554,"displayName":1555,"installMethods":1556,"rationale":1557,"selectedPaths":1558,"source":263,"sourceLanguage":18,"type":239},"skills/planning-oracle-to-postgres-migration-integration-testing","Creates an integration testing plan for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Analyzes a single project to identify repositories, DAOs, and service layers that interact with the database, then produces a structured testing plan. Use when planning integration test coverage for a migrated project, identifying which data access methods need tests, or preparing for Oracle-to-PostgreSQL migration validation.","planning-oracle-to-postgres-migration-integration-testing",{"claudeCode":12},"SKILL.md frontmatter at skills/planning-oracle-to-postgres-migration-integration-testing/SKILL.md (coalesced with duplicate skill at plugins/oracle-to-postgres-migration-expert/skills/planning-oracle-to-postgres-migration-integration-testing)",[1559],{"path":795,"priority":262},{"basePath":1561,"description":1562,"displayName":1563,"installMethods":1564,"rationale":1565,"selectedPaths":1566,"source":263,"sourceLanguage":18,"type":239},"skills/reviewing-oracle-to-postgres-migration","Identifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences (empty strings, refcursors, type coercion, sorting, timestamps, concurrent transactions, etc.). Use when planning a database migration, reviewing migration artifacts, or validating that integration tests cover Oracle/PostgreSQL differences.","reviewing-oracle-to-postgres-migration",{"claudeCode":12},"SKILL.md frontmatter at skills/reviewing-oracle-to-postgres-migration/SKILL.md (coalesced with duplicate skill at plugins/oracle-to-postgres-migration-expert/skills/reviewing-oracle-to-postgres-migration)",[1567,1568,1570,1572,1574,1576,1578,1580,1582,1584,1586],{"path":795,"priority":262},{"path":1569,"priority":821},"references/REFERENCE.md",{"path":1571,"priority":821},"references/empty-strings-handling.md",{"path":1573,"priority":821},"references/no-data-found-exceptions.md",{"path":1575,"priority":821},"references/oracle-parentheses-from-clause.md",{"path":1577,"priority":821},"references/oracle-to-postgres-sorting.md",{"path":1579,"priority":821},"references/oracle-to-postgres-timestamp-timezone.md",{"path":1581,"priority":821},"references/oracle-to-postgres-to-char-numeric.md",{"path":1583,"priority":821},"references/oracle-to-postgres-type-coercion.md",{"path":1585,"priority":821},"references/postgres-concurrent-transactions.md",{"path":1587,"priority":821},"references/postgres-refcursor-handling.md",{"basePath":1589,"description":1590,"displayName":1591,"installMethods":1592,"rationale":1593,"selectedPaths":1594,"source":263,"sourceLanguage":18,"type":239},"skills/scaffolding-oracle-to-postgres-migration-test-project","Scaffolds an xUnit integration test project for validating Oracle-to-PostgreSQL database migration behavior in .NET solutions. Creates the test project, transaction-rollback base class, and seed data manager. Use when setting up test infrastructure before writing migration integration tests, or when a test project is needed for Oracle-to-PostgreSQL validation.","scaffolding-oracle-to-postgres-migration-test-project",{"claudeCode":12},"SKILL.md frontmatter at skills/scaffolding-oracle-to-postgres-migration-test-project/SKILL.md (coalesced with duplicate skill at plugins/oracle-to-postgres-migration-expert/skills/scaffolding-oracle-to-postgres-migration-test-project)",[1595],{"path":795,"priority":262},{"basePath":1597,"description":1598,"displayName":1599,"installMethods":1600,"rationale":1601,"selectedPaths":1602,"source":263,"sourceLanguage":18,"type":239},"skills/sponsor-finder","Find which of a GitHub repository's dependencies are sponsorable via GitHub Sponsors. Uses deps.dev API for dependency resolution across npm, PyPI, Cargo, Go, RubyGems, Maven, and NuGet. Checks npm funding metadata, FUNDING.yml files, and web search. Verifies every link. Shows direct and transitive dependencies with OSSF Scorecard health data. Invoke with /sponsor followed by a GitHub owner/repo (e.g. \"/sponsor expressjs/express\").","sponsor-finder",{"claudeCode":12},"SKILL.md frontmatter at skills/sponsor-finder/SKILL.md (coalesced with duplicate skill at plugins/ospo-sponsorship/skills/sponsor-finder)",[1603],{"path":795,"priority":262},{"basePath":1605,"description":1606,"displayName":1607,"installMethods":1608,"rationale":1609,"selectedPaths":1610,"source":263,"sourceLanguage":18,"type":239},"skills/phoenix-cli","Debug LLM applications using the Phoenix CLI. Fetch traces, analyze errors, structure trace review with open coding and axial coding, inspect datasets, review experiments, query annotation configs, and use the GraphQL API. Use whenever the user is analyzing traces or spans, investigating LLM/agent failures, deciding what to do after instrumenting an app, building failure taxonomies, choosing what evals to write, or asking \"what's going wrong\", \"what kinds of mistakes\", or \"where do I focus\" — even without naming a technique.","phoenix-cli",{"claudeCode":12},"SKILL.md frontmatter at skills/phoenix-cli/SKILL.md (coalesced with duplicate skill at plugins/phoenix/skills/phoenix-cli)",[1611,1612,1614],{"path":795,"priority":262},{"path":1613,"priority":821},"references/axial-coding.md",{"path":1615,"priority":821},"references/open-coding.md",{"basePath":1617,"description":1618,"displayName":1619,"installMethods":1620,"rationale":1621,"selectedPaths":1622,"source":263,"sourceLanguage":1691,"type":239},"skills/phoenix-evals","Build and run evaluators for AI/LLM applications using Phoenix.","phoenix-evals",{"claudeCode":12},"SKILL.md frontmatter at skills/phoenix-evals/SKILL.md (coalesced with duplicate skill at plugins/phoenix/skills/phoenix-evals)",[1623,1624,1625,1627,1629,1631,1633,1635,1637,1639,1641,1643,1645,1647,1649,1651,1653,1655,1657,1659,1661,1663,1665,1667,1669,1671,1673,1675,1677,1679,1681,1683,1685,1687,1689],{"path":795,"priority":262},{"path":1613,"priority":821},{"path":1626,"priority":821},"references/common-mistakes-python.md",{"path":1628,"priority":821},"references/error-analysis-multi-turn.md",{"path":1630,"priority":821},"references/error-analysis.md",{"path":1632,"priority":821},"references/evaluate-dataframe-python.md",{"path":1634,"priority":821},"references/evaluators-code-python.md",{"path":1636,"priority":821},"references/evaluators-code-typescript.md",{"path":1638,"priority":821},"references/evaluators-custom-templates.md",{"path":1640,"priority":821},"references/evaluators-llm-python.md",{"path":1642,"priority":821},"references/evaluators-llm-typescript.md",{"path":1644,"priority":821},"references/evaluators-overview.md",{"path":1646,"priority":821},"references/evaluators-pre-built.md",{"path":1648,"priority":821},"references/evaluators-rag.md",{"path":1650,"priority":821},"references/experiments-datasets-python.md",{"path":1652,"priority":821},"references/experiments-datasets-typescript.md",{"path":1654,"priority":821},"references/experiments-overview.md",{"path":1656,"priority":821},"references/experiments-running-python.md",{"path":1658,"priority":821},"references/experiments-running-typescript.md",{"path":1660,"priority":821},"references/experiments-synthetic-python.md",{"path":1662,"priority":821},"references/experiments-synthetic-typescript.md",{"path":1664,"priority":821},"references/fundamentals-anti-patterns.md",{"path":1666,"priority":821},"references/fundamentals-model-selection.md",{"path":1668,"priority":821},"references/fundamentals.md",{"path":1670,"priority":821},"references/observe-sampling-python.md",{"path":1672,"priority":821},"references/observe-sampling-typescript.md",{"path":1674,"priority":821},"references/observe-tracing-setup.md",{"path":1676,"priority":821},"references/production-continuous.md",{"path":1678,"priority":821},"references/production-guardrails.md",{"path":1680,"priority":821},"references/production-overview.md",{"path":1682,"priority":821},"references/setup-python.md",{"path":1684,"priority":821},"references/setup-typescript.md",{"path":1686,"priority":821},"references/validation-evaluators-python.md",{"path":1688,"priority":821},"references/validation-evaluators-typescript.md",{"path":1690,"priority":821},"references/validation.md","fr",{"basePath":1693,"description":1694,"displayName":1695,"installMethods":1696,"rationale":1697,"selectedPaths":1698,"source":263,"sourceLanguage":18,"type":239},"skills/phoenix-tracing","OpenInference semantic conventions and instrumentation for Phoenix AI observability. Use when implementing LLM tracing, creating custom spans, or deploying to production.","phoenix-tracing",{"claudeCode":12},"SKILL.md frontmatter at skills/phoenix-tracing/SKILL.md (coalesced with duplicate skill at plugins/phoenix/skills/phoenix-tracing)",[1699,1700,1703,1705,1707,1709,1711,1713,1715,1717,1719,1721,1723,1725,1727,1729,1731,1733,1735,1737,1739,1741,1742,1743,1745,1747,1749,1751,1753,1755,1757,1759],{"path":795,"priority":262},{"path":1701,"priority":1702},"README.md","high",{"path":1704,"priority":821},"references/annotations-overview.md",{"path":1706,"priority":821},"references/annotations-python.md",{"path":1708,"priority":821},"references/annotations-typescript.md",{"path":1710,"priority":821},"references/fundamentals-flattening.md",{"path":1712,"priority":821},"references/fundamentals-overview.md",{"path":1714,"priority":821},"references/fundamentals-required-attributes.md",{"path":1716,"priority":821},"references/fundamentals-universal-attributes.md",{"path":1718,"priority":821},"references/instrumentation-auto-python.md",{"path":1720,"priority":821},"references/instrumentation-auto-typescript.md",{"path":1722,"priority":821},"references/instrumentation-manual-python.md",{"path":1724,"priority":821},"references/instrumentation-manual-typescript.md",{"path":1726,"priority":821},"references/metadata-python.md",{"path":1728,"priority":821},"references/metadata-typescript.md",{"path":1730,"priority":821},"references/production-python.md",{"path":1732,"priority":821},"references/production-typescript.md",{"path":1734,"priority":821},"references/projects-python.md",{"path":1736,"priority":821},"references/projects-typescript.md",{"path":1738,"priority":821},"references/sessions-python.md",{"path":1740,"priority":821},"references/sessions-typescript.md",{"path":1682,"priority":821},{"path":1684,"priority":821},{"path":1744,"priority":821},"references/span-agent.md",{"path":1746,"priority":821},"references/span-chain.md",{"path":1748,"priority":821},"references/span-embedding.md",{"path":1750,"priority":821},"references/span-evaluator.md",{"path":1752,"priority":821},"references/span-guardrail.md",{"path":1754,"priority":821},"references/span-llm.md",{"path":1756,"priority":821},"references/span-reranker.md",{"path":1758,"priority":821},"references/span-retriever.md",{"path":1760,"priority":821},"references/span-tool.md",{"basePath":1762,"description":1763,"displayName":1764,"installMethods":1765,"rationale":1766,"selectedPaths":1767,"source":263,"sourceLanguage":18,"type":239},"skills/php-mcp-server-generator","Generate a complete PHP Model Context Protocol server project with tools, resources, prompts, and tests using the official PHP SDK","php-mcp-server-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/php-mcp-server-generator/SKILL.md (coalesced with duplicate skill at plugins/php-mcp-development/skills/php-mcp-server-generator)",[1768],{"path":795,"priority":262},{"basePath":1770,"description":1771,"displayName":1772,"installMethods":1773,"rationale":1774,"selectedPaths":1775,"source":263,"sourceLanguage":18,"type":239},"skills/power-apps-code-app-scaffold","Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration","power-apps-code-app-scaffold",{"claudeCode":12},"SKILL.md frontmatter at skills/power-apps-code-app-scaffold/SKILL.md (coalesced with duplicate skill at plugins/power-apps-code-apps/skills/power-apps-code-app-scaffold)",[1776],{"path":795,"priority":262},{"basePath":1778,"description":1779,"displayName":1780,"installMethods":1781,"rationale":1782,"selectedPaths":1783,"source":263,"sourceLanguage":18,"type":239},"skills/power-bi-dax-optimization","Comprehensive Power BI DAX formula optimization prompt for improving performance, readability, and maintainability of DAX calculations.","power-bi-dax-optimization",{"claudeCode":12},"SKILL.md frontmatter at skills/power-bi-dax-optimization/SKILL.md (coalesced with duplicate skill at plugins/power-bi-development/skills/power-bi-dax-optimization)",[1784],{"path":795,"priority":262},{"basePath":1786,"description":1787,"displayName":1788,"installMethods":1789,"rationale":1790,"selectedPaths":1791,"source":263,"sourceLanguage":18,"type":239},"skills/power-bi-model-design-review","Comprehensive Power BI data model design review prompt for evaluating model architecture, relationships, and optimization opportunities.","power-bi-model-design-review",{"claudeCode":12},"SKILL.md frontmatter at skills/power-bi-model-design-review/SKILL.md (coalesced with duplicate skill at plugins/power-bi-development/skills/power-bi-model-design-review)",[1792],{"path":795,"priority":262},{"basePath":1794,"description":1795,"displayName":1796,"installMethods":1797,"rationale":1798,"selectedPaths":1799,"source":263,"sourceLanguage":18,"type":239},"skills/power-bi-performance-troubleshooting","Systematic Power BI performance troubleshooting prompt for identifying, diagnosing, and resolving performance issues in Power BI models, reports, and queries.","power-bi-performance-troubleshooting",{"claudeCode":12},"SKILL.md frontmatter at skills/power-bi-performance-troubleshooting/SKILL.md (coalesced with duplicate skill at plugins/power-bi-development/skills/power-bi-performance-troubleshooting)",[1800],{"path":795,"priority":262},{"basePath":1802,"description":1803,"displayName":1804,"installMethods":1805,"rationale":1806,"selectedPaths":1807,"source":263,"sourceLanguage":18,"type":239},"skills/power-bi-report-design-consultation","Power BI report visualization design prompt for creating effective, user-friendly, and accessible reports with optimal chart selection and layout design.","power-bi-report-design-consultation",{"claudeCode":12},"SKILL.md frontmatter at skills/power-bi-report-design-consultation/SKILL.md (coalesced with duplicate skill at plugins/power-bi-development/skills/power-bi-report-design-consultation)",[1808],{"path":795,"priority":262},{"basePath":1810,"description":1811,"displayName":630,"installMethods":1812,"rationale":1813,"selectedPaths":1814,"source":263,"sourceLanguage":18,"type":239},"skills/power-platform-architect","Use this skill when the user needs to transform business requirements, use case descriptions, or meeting transcripts into a technical Power Platform solution architecture, including component selection and Mermaid.js diagrams.",{"claudeCode":12},"SKILL.md frontmatter at skills/power-platform-architect/SKILL.md (coalesced with duplicate skill at plugins/power-platform-architect/skills/power-platform-architect)",[1815],{"path":795,"priority":262},{"basePath":1817,"description":1818,"displayName":1819,"installMethods":1820,"rationale":1821,"selectedPaths":1822,"source":263,"sourceLanguage":18,"type":239},"skills/mcp-copilot-studio-server-generator","Generate a complete MCP server implementation optimized for Copilot Studio integration with proper schema constraints and streamable HTTP support","mcp-copilot-studio-server-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/mcp-copilot-studio-server-generator/SKILL.md (coalesced with duplicate skill at plugins/power-platform-mcp-connector-development/skills/mcp-copilot-studio-server-generator)",[1823],{"path":795,"priority":262},{"basePath":1825,"description":1826,"displayName":1827,"installMethods":1828,"rationale":1829,"selectedPaths":1830,"source":263,"sourceLanguage":18,"type":239},"skills/power-platform-mcp-connector-suite","Generate complete Power Platform custom connector with MCP integration for Copilot Studio - includes schema generation, troubleshooting, and validation","power-platform-mcp-connector-suite",{"claudeCode":12},"SKILL.md frontmatter at skills/power-platform-mcp-connector-suite/SKILL.md (coalesced with duplicate skill at plugins/power-platform-mcp-connector-development/skills/power-platform-mcp-connector-suite)",[1831],{"path":795,"priority":262},{"basePath":1833,"description":1834,"displayName":1835,"installMethods":1836,"rationale":1837,"selectedPaths":1838,"source":263,"sourceLanguage":18,"type":239},"skills/drawio","Generate draw.io diagrams as .drawio files and export to PNG/SVG/PDF with embedded XML","drawio",{"claudeCode":12},"SKILL.md frontmatter at skills/drawio/SKILL.md (coalesced with duplicate skill at plugins/project-documenter/skills/drawio)",[1839,1840,1842],{"path":795,"priority":262},{"path":1841,"priority":1286},"scripts/drawio-to-png.mjs",{"path":1843,"priority":1286},"scripts/package.json",{"basePath":1845,"description":1846,"displayName":1847,"installMethods":1848,"rationale":1849,"selectedPaths":1850,"source":263,"sourceLanguage":18,"type":239},"skills/md-to-docx","Convert Markdown files to professionally formatted Word (.docx) documents with embedded PNG images — pure JavaScript, no external tools required","md-to-docx",{"claudeCode":12},"SKILL.md frontmatter at skills/md-to-docx/SKILL.md (coalesced with duplicate skill at plugins/project-documenter/skills/md-to-docx)",[1851,1852,1854],{"path":795,"priority":262},{"path":1853,"priority":1286},"scripts/md-to-docx.mjs",{"path":1843,"priority":1286},{"basePath":1856,"description":1857,"displayName":1858,"installMethods":1859,"rationale":1860,"selectedPaths":1861,"source":263,"sourceLanguage":18,"type":239},"skills/breakdown-epic-arch","Prompt for creating the high-level technical architecture for an Epic, based on a Product Requirements Document.","breakdown-epic-arch",{"claudeCode":12},"SKILL.md frontmatter at skills/breakdown-epic-arch/SKILL.md (coalesced with duplicate skill at plugins/project-planning/skills/breakdown-epic-arch)",[1862],{"path":795,"priority":262},{"basePath":1864,"description":1865,"displayName":1866,"installMethods":1867,"rationale":1868,"selectedPaths":1869,"source":263,"sourceLanguage":18,"type":239},"skills/breakdown-epic-pm","Prompt for creating an Epic Product Requirements Document (PRD) for a new epic. This PRD will be used as input for generating a technical architecture specification.","breakdown-epic-pm",{"claudeCode":12},"SKILL.md frontmatter at skills/breakdown-epic-pm/SKILL.md (coalesced with duplicate skill at plugins/project-planning/skills/breakdown-epic-pm)",[1870],{"path":795,"priority":262},{"basePath":1872,"description":1873,"displayName":1874,"installMethods":1875,"rationale":1876,"selectedPaths":1877,"source":263,"sourceLanguage":18,"type":239},"skills/breakdown-feature-implementation","Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.","breakdown-feature-implementation",{"claudeCode":12},"SKILL.md frontmatter at skills/breakdown-feature-implementation/SKILL.md (coalesced with duplicate skill at plugins/project-planning/skills/breakdown-feature-implementation)",[1878],{"path":795,"priority":262},{"basePath":1880,"description":1881,"displayName":1882,"installMethods":1883,"rationale":1884,"selectedPaths":1885,"source":263,"sourceLanguage":18,"type":239},"skills/breakdown-feature-prd","Prompt for creating Product Requirements Documents (PRDs) for new features, based on an Epic.","breakdown-feature-prd",{"claudeCode":12},"SKILL.md frontmatter at skills/breakdown-feature-prd/SKILL.md (coalesced with duplicate skill at plugins/project-planning/skills/breakdown-feature-prd)",[1886],{"path":795,"priority":262},{"basePath":1888,"description":1889,"displayName":1890,"installMethods":1891,"rationale":1892,"selectedPaths":1893,"source":263,"sourceLanguage":18,"type":239},"skills/create-github-issues-feature-from-implementation-plan","Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.","create-github-issues-feature-from-implementation-plan",{"claudeCode":12},"SKILL.md frontmatter at skills/create-github-issues-feature-from-implementation-plan/SKILL.md (coalesced with duplicate skill at plugins/project-planning/skills/create-github-issues-feature-from-implementation-plan)",[1894],{"path":795,"priority":262},{"basePath":1896,"description":1897,"displayName":1898,"installMethods":1899,"rationale":1900,"selectedPaths":1901,"source":263,"sourceLanguage":18,"type":239},"skills/create-implementation-plan","Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.","create-implementation-plan",{"claudeCode":12},"SKILL.md frontmatter at skills/create-implementation-plan/SKILL.md (coalesced with duplicate skill at plugins/project-planning/skills/create-implementation-plan)",[1902],{"path":795,"priority":262},{"basePath":1904,"description":1905,"displayName":1906,"installMethods":1907,"rationale":1908,"selectedPaths":1909,"source":263,"sourceLanguage":18,"type":239},"skills/create-technical-spike","Create time-boxed technical spike documents for researching and resolving critical development decisions before implementation.","create-technical-spike",{"claudeCode":12},"SKILL.md frontmatter at skills/create-technical-spike/SKILL.md (coalesced with duplicate skill at plugins/technical-spike/skills/create-technical-spike, plugins/project-planning/skills/create-technical-spike)",[1910],{"path":795,"priority":262},{"basePath":1912,"description":1913,"displayName":1914,"installMethods":1915,"rationale":1916,"selectedPaths":1917,"source":263,"sourceLanguage":18,"type":239},"skills/update-implementation-plan","Update an existing implementation plan file with new or update requirements to provide new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.","update-implementation-plan",{"claudeCode":12},"SKILL.md frontmatter at skills/update-implementation-plan/SKILL.md (coalesced with duplicate skill at plugins/project-planning/skills/update-implementation-plan)",[1918],{"path":795,"priority":262},{"basePath":1920,"description":1921,"displayName":1922,"installMethods":1923,"rationale":1924,"selectedPaths":1925,"source":263,"sourceLanguage":18,"type":239},"skills/python-mcp-server-generator","Generate a complete MCP server project in Python with tools, resources, and proper configuration","python-mcp-server-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/python-mcp-server-generator/SKILL.md (coalesced with duplicate skill at plugins/python-mcp-development/skills/python-mcp-server-generator)",[1926],{"path":795,"priority":262},{"basePath":1928,"description":1929,"displayName":1930,"installMethods":1931,"rationale":1932,"selectedPaths":1933,"source":263,"sourceLanguage":18,"type":239},"skills/react-audit-grep-patterns","Provides the complete, verified grep scan command library for auditing React codebases before a React 18.3.1 or React 19 upgrade. Use this skill whenever running a migration audit - for both the react18-auditor and react19-auditor agents. Contains every grep pattern needed to find deprecated APIs, removed APIs, unsafe lifecycle methods, batching vulnerabilities, test file issues, dependency conflicts, and React 19 specific removals. Always use this skill when writing audit scan commands - do not rely on memory for grep syntax, especially for the multi-line async setState patterns which require context flags.","react-audit-grep-patterns",{"claudeCode":12},"SKILL.md frontmatter at skills/react-audit-grep-patterns/SKILL.md (coalesced with duplicate skill at plugins/react18-upgrade/skills/react-audit-grep-patterns)",[1934,1935,1937,1939,1941],{"path":795,"priority":262},{"path":1936,"priority":821},"references/dep-scans.md",{"path":1938,"priority":821},"references/react18-scans.md",{"path":1940,"priority":821},"references/react19-scans.md",{"path":1942,"priority":821},"references/test-scans.md",{"basePath":1944,"description":1945,"displayName":1946,"installMethods":1947,"rationale":1948,"selectedPaths":1949,"source":263,"sourceLanguage":18,"type":239},"skills/react18-batching-patterns","Provides exact patterns for diagnosing and fixing automatic batching regressions in React 18 class components. Use this skill whenever a class component has multiple setState calls in an async method, inside setTimeout, inside a Promise .then() or .catch(), or in a native event handler. Use it before writing any flushSync call - the decision tree here prevents unnecessary flushSync overuse. Also use this skill when fixing test failures caused by intermediate state assertions that break after React 18 upgrade.","react18-batching-patterns",{"claudeCode":12},"SKILL.md frontmatter at skills/react18-batching-patterns/SKILL.md (coalesced with duplicate skill at plugins/react18-upgrade/skills/react18-batching-patterns)",[1950,1951,1953],{"path":795,"priority":262},{"path":1952,"priority":821},"references/batching-categories.md",{"path":1954,"priority":821},"references/flushSync-guide.md",{"basePath":1956,"description":1957,"displayName":1958,"installMethods":1959,"rationale":1960,"selectedPaths":1961,"source":263,"sourceLanguage":18,"type":239},"skills/react18-dep-compatibility","React 18.3.1 and React 19 dependency compatibility matrix.","react18-dep-compatibility",{"claudeCode":12},"SKILL.md frontmatter at skills/react18-dep-compatibility/SKILL.md (coalesced with duplicate skill at plugins/react18-upgrade/skills/react18-dep-compatibility)",[1962,1963,1965],{"path":795,"priority":262},{"path":1964,"priority":821},"references/apollo-details.md",{"path":1966,"priority":821},"references/router-migration.md",{"basePath":1968,"description":1969,"displayName":1970,"installMethods":1971,"rationale":1972,"selectedPaths":1973,"source":263,"sourceLanguage":18,"type":239},"skills/react18-enzyme-to-rtl","Provides exact Enzyme → React Testing Library migration patterns for React 18 upgrades. Use this skill whenever Enzyme tests need to be rewritten - shallow, mount, wrapper.find(), wrapper.simulate(), wrapper.prop(), wrapper.state(), wrapper.instance(), Enzyme configure/Adapter calls, or any test file that imports from enzyme. This skill covers the full API mapping and the philosophy shift from implementation testing to behavior testing. Always read this skill before rewriting Enzyme tests - do not translate Enzyme APIs 1:1, that produces brittle RTL tests.","react18-enzyme-to-rtl",{"claudeCode":12},"SKILL.md frontmatter at skills/react18-enzyme-to-rtl/SKILL.md (coalesced with duplicate skill at plugins/react18-upgrade/skills/react18-enzyme-to-rtl)",[1974,1975,1977],{"path":795,"priority":262},{"path":1976,"priority":821},"references/async-patterns.md",{"path":1978,"priority":821},"references/enzyme-api-map.md",{"basePath":1980,"description":1981,"displayName":1982,"installMethods":1983,"rationale":1984,"selectedPaths":1985,"source":263,"sourceLanguage":18,"type":239},"skills/react18-legacy-context","Provides the complete migration pattern for React legacy context API (contextTypes, childContextTypes, getChildContext) to the modern createContext API. Use this skill whenever migrating legacy context in class components - this is always a cross-file migration requiring the provider AND all consumers to be updated together. Use it before touching any contextTypes or childContextTypes code, because migrating only the provider without the consumers (or vice versa) will cause a runtime failure. Always read this skill before writing any context migration - the cross-file coordination steps here prevent the most common context migration bugs.","react18-legacy-context",{"claudeCode":12},"SKILL.md frontmatter at skills/react18-legacy-context/SKILL.md (coalesced with duplicate skill at plugins/react18-upgrade/skills/react18-legacy-context)",[1986,1987,1989,1991],{"path":795,"priority":262},{"path":1988,"priority":821},"references/context-file-template.md",{"path":1990,"priority":821},"references/multi-context.md",{"path":1992,"priority":821},"references/single-context.md",{"basePath":1994,"description":1995,"displayName":1996,"installMethods":1997,"rationale":1998,"selectedPaths":1999,"source":263,"sourceLanguage":18,"type":239},"skills/react18-lifecycle-patterns","Provides exact before/after migration patterns for the three unsafe class component lifecycle methods - componentWillMount, componentWillReceiveProps, and componentWillUpdate - targeting React 18.3.1. Use this skill whenever a class component needs its lifecycle methods migrated, when deciding between getDerivedStateFromProps vs componentDidUpdate, when adding getSnapshotBeforeUpdate, or when fixing React 18 UNSAFE_ lifecycle warnings. Always use this skill before writing any lifecycle migration code - do not guess the pattern from memory, the decision trees here prevent the most common migration mistakes.","react18-lifecycle-patterns",{"claudeCode":12},"SKILL.md frontmatter at skills/react18-lifecycle-patterns/SKILL.md (coalesced with duplicate skill at plugins/react18-upgrade/skills/react18-lifecycle-patterns)",[2000,2001,2003,2005],{"path":795,"priority":262},{"path":2002,"priority":821},"references/componentWillMount.md",{"path":2004,"priority":821},"references/componentWillReceiveProps.md",{"path":2006,"priority":821},"references/componentWillUpdate.md",{"basePath":2008,"description":2009,"displayName":2010,"installMethods":2011,"rationale":2012,"selectedPaths":2013,"source":263,"sourceLanguage":18,"type":239},"skills/react18-string-refs","Provides exact migration patterns for React string refs (ref=\"name\" + this.refs.name) to React.createRef() in class components. Use this skill whenever migrating string ref usage - including single element refs, multiple refs in a component, refs in lists, callback refs, and refs passed to child components. Always use this skill before writing any ref migration code - the multiple-refs-in-list pattern is particularly tricky and this skill prevents the most common mistakes. Use it for React 18.3.1 migration (string refs warn) and React 19 migration (string refs removed).","react18-string-refs",{"claudeCode":12},"SKILL.md frontmatter at skills/react18-string-refs/SKILL.md (coalesced with duplicate skill at plugins/react18-upgrade/skills/react18-string-refs)",[2014,2015],{"path":795,"priority":262},{"path":2016,"priority":821},"references/patterns.md",{"basePath":2018,"description":2019,"displayName":2020,"installMethods":2021,"rationale":2022,"selectedPaths":2023,"source":263,"sourceLanguage":18,"type":239},"skills/react19-concurrent-patterns","Preserve React 18 concurrent patterns and adopt React 19 APIs (useTransition, useDeferredValue, Suspense, use(), useOptimistic, Actions) during migration.","react19-concurrent-patterns",{"claudeCode":12},"SKILL.md frontmatter at skills/react19-concurrent-patterns/SKILL.md (coalesced with duplicate skill at plugins/react19-upgrade/skills/react19-concurrent-patterns)",[2024,2025,2027,2029],{"path":795,"priority":262},{"path":2026,"priority":821},"references/react19-actions.md",{"path":2028,"priority":821},"references/react19-suspense.md",{"path":2030,"priority":821},"references/react19-use.md",{"basePath":2032,"description":2033,"displayName":2034,"installMethods":2035,"rationale":2036,"selectedPaths":2037,"source":263,"sourceLanguage":18,"type":239},"skills/react19-source-patterns","Reference for React 19 source-file migration patterns, including API changes, ref handling, and context updates.","react19-source-patterns",{"claudeCode":12},"SKILL.md frontmatter at skills/react19-source-patterns/SKILL.md (coalesced with duplicate skill at plugins/react19-upgrade/skills/react19-source-patterns)",[2038,2039],{"path":795,"priority":262},{"path":2040,"priority":821},"references/api-migrations.md",{"basePath":2042,"description":2043,"displayName":2044,"installMethods":2045,"rationale":2046,"selectedPaths":2047,"source":263,"sourceLanguage":18,"type":239},"skills/react19-test-patterns","Provides before/after patterns for migrating test files to React 19 compatibility, including act() imports, Simulate removal, and StrictMode call count changes.","react19-test-patterns",{"claudeCode":12},"SKILL.md frontmatter at skills/react19-test-patterns/SKILL.md (coalesced with duplicate skill at plugins/react19-upgrade/skills/react19-test-patterns)",[2048],{"path":795,"priority":262},{"basePath":2050,"description":2051,"displayName":686,"installMethods":2052,"rationale":2053,"selectedPaths":2054,"source":263,"sourceLanguage":18,"type":239},"skills/roundup","Generate personalized status briefings on demand. Pulls from your configured data sources (GitHub, email, Teams, Slack, and more), synthesizes across them, and drafts updates in your own communication style for any audience you define.",{"claudeCode":12},"SKILL.md frontmatter at skills/roundup/SKILL.md (coalesced with duplicate skill at plugins/roundup/skills/roundup)",[2055],{"path":795,"priority":262},{"basePath":2057,"description":2058,"displayName":2059,"installMethods":2060,"rationale":2061,"selectedPaths":2062,"source":263,"sourceLanguage":18,"type":239},"skills/roundup-setup","Interactive onboarding that learns your communication style, audiences, and data sources to configure personalized status briefings. Paste in examples of updates you already write, answer a few questions, and roundup calibrates itself to your workflow.","roundup-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/roundup-setup/SKILL.md (coalesced with duplicate skill at plugins/roundup/skills/roundup-setup)",[2063,2064],{"path":795,"priority":262},{"path":2065,"priority":821},"references/config-template.md",{"basePath":2067,"description":2068,"displayName":2069,"installMethods":2070,"rationale":2071,"selectedPaths":2072,"source":263,"sourceLanguage":18,"type":239},"skills/ruby-mcp-server-generator","Generate a complete Model Context Protocol server project in Ruby using the official MCP Ruby SDK gem.","ruby-mcp-server-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/ruby-mcp-server-generator/SKILL.md (coalesced with duplicate skill at plugins/ruby-mcp-development/skills/ruby-mcp-server-generator)",[2073],{"path":795,"priority":262},{"basePath":2075,"description":2076,"displayName":2077,"installMethods":2078,"rationale":2079,"selectedPaths":2080,"source":263,"sourceLanguage":18,"type":239},"skills/rust-mcp-server-generator","Generate a complete Rust Model Context Protocol server project with tools, prompts, resources, and tests using the official rmcp SDK","rust-mcp-server-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/rust-mcp-server-generator/SKILL.md (coalesced with duplicate skill at plugins/rust-mcp-development/skills/rust-mcp-server-generator)",[2081],{"path":795,"priority":262},{"basePath":2083,"description":2084,"displayName":2085,"installMethods":2086,"rationale":2087,"selectedPaths":2088,"source":263,"sourceLanguage":18,"type":239},"skills/salesforce-apex-quality","Apex code quality guardrails for Salesforce development. Enforces bulk-safety rules (no SOQL/DML in loops), sharing model requirements, CRUD/FLS security, SOQL injection prevention, PNB test coverage (Positive / Negative / Bulk), and modern Apex idioms. Use this skill when reviewing or generating Apex classes, trigger handlers, batch jobs, or test classes to catch governor limit risks, security gaps, and quality issues before deployment.","salesforce-apex-quality",{"claudeCode":12},"SKILL.md frontmatter at skills/salesforce-apex-quality/SKILL.md (coalesced with duplicate skill at plugins/salesforce-development/skills/salesforce-apex-quality)",[2089],{"path":795,"priority":262},{"basePath":2091,"description":2092,"displayName":2093,"installMethods":2094,"rationale":2095,"selectedPaths":2096,"source":263,"sourceLanguage":18,"type":239},"skills/salesforce-component-standards","Quality standards for Salesforce Lightning Web Components (LWC), Aura components, and Visualforce pages. Covers SLDS 2 compliance, accessibility (WCAG 2.1 AA), data access pattern selection, component communication rules, XSS prevention, CSRF enforcement, FLS/CRUD in AuraEnabled methods, view state management, and Jest test requirements. Use this skill when building or reviewing any Salesforce UI component to enforce platform-specific security and quality standards.","salesforce-component-standards",{"claudeCode":12},"SKILL.md frontmatter at skills/salesforce-component-standards/SKILL.md (coalesced with duplicate skill at plugins/salesforce-development/skills/salesforce-component-standards)",[2097],{"path":795,"priority":262},{"basePath":2099,"description":2100,"displayName":2101,"installMethods":2102,"rationale":2103,"selectedPaths":2104,"source":263,"sourceLanguage":18,"type":239},"skills/salesforce-flow-design","Salesforce Flow architecture decisions, flow type selection, bulk safety validation, and fault handling standards. Use this skill when designing or reviewing Record-Triggered, Screen, Autolaunched, Scheduled, or Platform Event flows to ensure correct type selection, no DML/Get Records in loops, proper fault connectors on all data-changing elements, and appropriate automation density checks before deployment.","salesforce-flow-design",{"claudeCode":12},"SKILL.md frontmatter at skills/salesforce-flow-design/SKILL.md (coalesced with duplicate skill at plugins/salesforce-development/skills/salesforce-flow-design)",[2105],{"path":795,"priority":262},{"basePath":2107,"description":2108,"displayName":2109,"installMethods":2110,"rationale":2111,"selectedPaths":2112,"source":263,"sourceLanguage":18,"type":239},"skills/ai-prompt-engineering-safety-review","Comprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness while providing detailed improvement recommendations with extensive frameworks, testing methodologies, and educational content.","ai-prompt-engineering-safety-review",{"claudeCode":12},"SKILL.md frontmatter at skills/ai-prompt-engineering-safety-review/SKILL.md (coalesced with duplicate skill at plugins/testing-automation/skills/ai-prompt-engineering-safety-review, plugins/security-best-practices/skills/ai-prompt-engineering-safety-review)",[2113],{"path":795,"priority":262},{"basePath":2115,"description":2116,"displayName":2117,"installMethods":2118,"rationale":2119,"selectedPaths":2120,"source":263,"sourceLanguage":18,"type":239},"skills/structured-autonomy-generate","Structured Autonomy Implementation Generator Prompt","structured-autonomy-generate",{"claudeCode":12},"SKILL.md frontmatter at skills/structured-autonomy-generate/SKILL.md (coalesced with duplicate skill at plugins/structured-autonomy/skills/structured-autonomy-generate)",[2121],{"path":795,"priority":262},{"basePath":2123,"description":2124,"displayName":2125,"installMethods":2126,"rationale":2127,"selectedPaths":2128,"source":263,"sourceLanguage":18,"type":239},"skills/structured-autonomy-implement","Structured Autonomy Implementation Prompt","structured-autonomy-implement",{"claudeCode":12},"SKILL.md frontmatter at skills/structured-autonomy-implement/SKILL.md (coalesced with duplicate skill at plugins/structured-autonomy/skills/structured-autonomy-implement)",[2129],{"path":795,"priority":262},{"basePath":2131,"description":2132,"displayName":2133,"installMethods":2134,"rationale":2135,"selectedPaths":2136,"source":263,"sourceLanguage":18,"type":239},"skills/structured-autonomy-plan","Structured Autonomy Planning Prompt","structured-autonomy-plan",{"claudeCode":12},"SKILL.md frontmatter at skills/structured-autonomy-plan/SKILL.md (coalesced with duplicate skill at plugins/structured-autonomy/skills/structured-autonomy-plan)",[2137],{"path":795,"priority":262},{"basePath":2139,"description":2140,"displayName":2141,"installMethods":2142,"rationale":2143,"selectedPaths":2144,"source":263,"sourceLanguage":18,"type":239},"skills/swift-mcp-server-generator","Generate a complete Model Context Protocol server project in Swift using the official MCP Swift SDK package.","swift-mcp-server-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/swift-mcp-server-generator/SKILL.md (coalesced with duplicate skill at plugins/swift-mcp-development/skills/swift-mcp-server-generator)",[2145],{"path":795,"priority":262},{"basePath":2147,"description":2148,"displayName":2149,"installMethods":2150,"rationale":2151,"selectedPaths":2152,"source":263,"sourceLanguage":18,"type":239},"skills/typescript-mcp-server-generator","Generate a complete MCP server project in TypeScript with tools, resources, and proper configuration","typescript-mcp-server-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/typescript-mcp-server-generator/SKILL.md (coalesced with duplicate skill at plugins/typescript-mcp-development/skills/typescript-mcp-server-generator)",[2153],{"path":795,"priority":262},{"basePath":2155,"description":2156,"displayName":2157,"installMethods":2158,"rationale":2159,"selectedPaths":2160,"source":263,"sourceLanguage":18,"type":239},"skills/typespec-api-operations","Add GET, POST, PATCH, and DELETE operations to a TypeSpec API plugin with proper routing, parameters, and adaptive cards","typespec-api-operations",{"claudeCode":12},"SKILL.md frontmatter at skills/typespec-api-operations/SKILL.md (coalesced with duplicate skill at plugins/typespec-m365-copilot/skills/typespec-api-operations)",[2161],{"path":795,"priority":262},{"basePath":2163,"description":2164,"displayName":2165,"installMethods":2166,"rationale":2167,"selectedPaths":2168,"source":263,"sourceLanguage":18,"type":239},"skills/typespec-create-agent","Generate a complete TypeSpec declarative agent with instructions, capabilities, and conversation starters for Microsoft 365 Copilot","typespec-create-agent",{"claudeCode":12},"SKILL.md frontmatter at skills/typespec-create-agent/SKILL.md (coalesced with duplicate skill at plugins/typespec-m365-copilot/skills/typespec-create-agent)",[2169],{"path":795,"priority":262},{"basePath":2171,"description":2172,"displayName":2173,"installMethods":2174,"rationale":2175,"selectedPaths":2176,"source":263,"sourceLanguage":18,"type":239},"skills/typespec-create-api-plugin","Generate a TypeSpec API plugin with REST operations, authentication, and Adaptive Cards for Microsoft 365 Copilot","typespec-create-api-plugin",{"claudeCode":12},"SKILL.md frontmatter at skills/typespec-create-api-plugin/SKILL.md (coalesced with duplicate skill at plugins/typespec-m365-copilot/skills/typespec-create-api-plugin)",[2177],{"path":795,"priority":262},{"basePath":2179,"description":2180,"displayName":2181,"installMethods":2182,"rationale":2183,"selectedPaths":2184,"source":263,"sourceLanguage":18,"type":239},"skills/acquire-codebase-knowledge","Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like \"map this codebase\", \"document this architecture\", \"onboard me to this repo\", or \"create codebase docs\". Do not trigger for routine feature implementation, bug fixes, or narrow code edits unless the user asks for repository-level discovery.","acquire-codebase-knowledge",{"claudeCode":12},"SKILL.md frontmatter at skills/acquire-codebase-knowledge/SKILL.md",[2185,2186,2188,2190,2192,2194,2196,2198,2200,2202,2204],{"path":795,"priority":262},{"path":2187,"priority":1286},"assets/templates/ARCHITECTURE.md",{"path":2189,"priority":1286},"assets/templates/CONCERNS.md",{"path":2191,"priority":1286},"assets/templates/CONVENTIONS.md",{"path":2193,"priority":1286},"assets/templates/INTEGRATIONS.md",{"path":2195,"priority":1286},"assets/templates/STACK.md",{"path":2197,"priority":1286},"assets/templates/STRUCTURE.md",{"path":2199,"priority":1286},"assets/templates/TESTING.md",{"path":2201,"priority":821},"references/inquiry-checkpoints.md",{"path":2203,"priority":821},"references/stack-detection.md",{"path":2205,"priority":1286},"scripts/scan.py",{"basePath":2207,"description":2208,"displayName":2209,"installMethods":2210,"rationale":2211,"selectedPaths":2212,"source":263,"sourceLanguage":18,"type":239},"skills/add-educational-comments","Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.","add-educational-comments",{"claudeCode":12},"SKILL.md frontmatter at skills/add-educational-comments/SKILL.md",[2213],{"path":795,"priority":262},{"basePath":2215,"description":2216,"displayName":2217,"installMethods":2218,"rationale":2219,"selectedPaths":2220,"source":263,"sourceLanguage":18,"type":239},"skills/adobe-illustrator-scripting","Write, debug, and optimize Adobe Illustrator automation scripts using ExtendScript (JavaScript/JSX). Use when creating or modifying scripts that manipulate documents, layers, paths, text frames, colors, symbols, artboards, or any Illustrator DOM objects. Covers the complete JavaScript object model, coordinate system, measurement units, export workflows, and scripting best practices.","adobe-illustrator-scripting",{"claudeCode":12},"SKILL.md frontmatter at skills/adobe-illustrator-scripting/SKILL.md",[2221,2222,2224,2226,2228],{"path":795,"priority":262},{"path":2223,"priority":821},"references/object-model-quick-reference.md",{"path":2225,"priority":1286},"scripts/batch-export-png.jsx",{"path":2227,"priority":1286},"scripts/create-color-grid.jsx",{"path":2229,"priority":1286},"scripts/find-replace-text.jsx",{"basePath":2231,"description":2232,"displayName":2233,"installMethods":2234,"rationale":2235,"selectedPaths":2236,"source":263,"sourceLanguage":18,"type":239},"skills/agent-governance","Patterns and techniques for adding governance, safety, and trust controls to AI agent systems. Use this skill when:\n- Building AI agents that call external tools (APIs, databases, file systems)\n- Implementing policy-based access controls for agent tool usage\n- Adding semantic intent classification to detect dangerous prompts\n- Creating trust scoring systems for multi-agent workflows\n- Building audit trails for agent actions and decisions\n- Enforcing rate limits, content filters, or tool restrictions on agents\n- Working with any agent framework (PydanticAI, CrewAI, OpenAI Agents, LangChain, AutoGen)\n","agent-governance",{"claudeCode":12},"SKILL.md frontmatter at skills/agent-governance/SKILL.md",[2237],{"path":795,"priority":262},{"basePath":2239,"description":2240,"displayName":2241,"installMethods":2242,"rationale":2243,"selectedPaths":2244,"source":263,"sourceLanguage":18,"type":239},"skills/agent-owasp-compliance","Check any AI agent codebase against the OWASP Agentic Security Initiative (ASI) Top 10 risks.\nUse this skill when:\n- Evaluating an agent system's security posture before production deployment\n- Running a compliance check against OWASP ASI 2026 standards\n- Mapping existing security controls to the 10 agentic risks\n- Generating a compliance report for security review or audit\n- Comparing agent framework security features against the standard\n- Any request like \"is my agent OWASP compliant?\", \"check ASI compliance\", or \"agentic security audit\"\n","agent-owasp-compliance",{"claudeCode":12},"SKILL.md frontmatter at skills/agent-owasp-compliance/SKILL.md",[2245],{"path":795,"priority":262},{"basePath":2247,"description":2248,"displayName":2249,"installMethods":2250,"rationale":2251,"selectedPaths":2252,"source":263,"sourceLanguage":18,"type":239},"skills/agent-supply-chain","Verify supply chain integrity for AI agent plugins, tools, and dependencies. Use this skill when:\n- Generating SHA-256 integrity manifests for agent plugins or tool packages\n- Verifying that installed plugins match their published manifests\n- Detecting tampered, modified, or untracked files in agent tool directories\n- Auditing dependency pinning and version policies for agent components\n- Building provenance chains for agent plugin promotion (dev → staging → production)\n- Any request like \"verify plugin integrity\", \"generate manifest\", \"check supply chain\", or \"sign this plugin\"\n","agent-supply-chain",{"claudeCode":12},"SKILL.md frontmatter at skills/agent-supply-chain/SKILL.md",[2253],{"path":795,"priority":262},{"basePath":2255,"description":2256,"displayName":2257,"installMethods":2258,"rationale":2259,"selectedPaths":2260,"source":263,"sourceLanguage":18,"type":239},"skills/agentic-eval","Patterns and techniques for evaluating and improving AI agent outputs. Use this skill when:\n- Implementing self-critique and reflection loops\n- Building evaluator-optimizer pipelines for quality-critical generation\n- Creating test-driven code refinement workflows\n- Designing rubric-based or LLM-as-judge evaluation systems\n- Adding iterative improvement to agent outputs (code, reports, analysis)\n- Measuring and improving agent response quality\n","agentic-eval",{"claudeCode":12},"SKILL.md frontmatter at skills/agentic-eval/SKILL.md",[2261],{"path":795,"priority":262},{"basePath":2263,"description":2264,"displayName":2265,"installMethods":2266,"rationale":2267,"selectedPaths":2268,"source":263,"sourceLanguage":18,"type":239},"skills/ai-ready","Make any repo AI-ready — analyzes your codebase and generates AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review patterns and creates files customized to your stack. USE THIS SKILL when the user asks to \"make this repo ai-ready\", \"set up AI config\", or \"prepare this repo for AI contributions\".","ai-ready",{"claudeCode":12},"SKILL.md frontmatter at skills/ai-ready/SKILL.md",[2269],{"path":795,"priority":262},{"basePath":2271,"description":2272,"displayName":2273,"installMethods":2274,"rationale":2275,"selectedPaths":2276,"source":263,"sourceLanguage":18,"type":239},"skills/appinsights-instrumentation","Instrument a webapp to send useful telemetry data to Azure App Insights","appinsights-instrumentation",{"claudeCode":12},"SKILL.md frontmatter at skills/appinsights-instrumentation/SKILL.md",[2277,2278,2280,2282,2284,2286,2288,2290],{"path":795,"priority":262},{"path":2279,"priority":1702},"LICENSE.txt",{"path":2281,"priority":1286},"examples/appinsights.bicep",{"path":2283,"priority":821},"references/ASPNETCORE.md",{"path":2285,"priority":821},"references/AUTO.md",{"path":2287,"priority":821},"references/NODEJS.md",{"path":2289,"priority":821},"references/PYTHON.md",{"path":2291,"priority":1286},"scripts/appinsights.ps1",{"basePath":2293,"description":2294,"displayName":2295,"installMethods":2296,"rationale":2297,"selectedPaths":2298,"source":263,"sourceLanguage":18,"type":239},"skills/apple-appstore-reviewer","Serves as a reviewer of the codebase with instructions on looking for Apple App Store optimizations or rejection reasons.","apple-appstore-reviewer",{"claudeCode":12},"SKILL.md frontmatter at skills/apple-appstore-reviewer/SKILL.md",[2299],{"path":795,"priority":262},{"basePath":2301,"description":2302,"displayName":2303,"installMethods":2304,"rationale":2305,"selectedPaths":2306,"source":263,"sourceLanguage":18,"type":239},"skills/arch-linux-triage","Triage and resolve Arch Linux issues with pacman, systemd, and rolling-release best practices.","arch-linux-triage",{"claudeCode":12},"SKILL.md frontmatter at skills/arch-linux-triage/SKILL.md",[2307],{"path":795,"priority":262},{"basePath":2309,"description":2310,"displayName":2311,"installMethods":2312,"rationale":2313,"selectedPaths":2314,"source":263,"sourceLanguage":18,"type":239},"skills/architecture-blueprint-generator","Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development.","architecture-blueprint-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/architecture-blueprint-generator/SKILL.md",[2315],{"path":795,"priority":262},{"basePath":2317,"description":2318,"displayName":2319,"installMethods":2320,"rationale":2321,"selectedPaths":2322,"source":263,"sourceLanguage":18,"type":239},"skills/arduino-azure-iot-edge-integration","Design and implement Arduino integration with Azure IoT Hub and IoT Edge, including secure provisioning, resilient telemetry, command handling, and production guardrails.","arduino-azure-iot-edge-integration",{"claudeCode":12},"SKILL.md frontmatter at skills/arduino-azure-iot-edge-integration/SKILL.md",[2323,2324,2326],{"path":795,"priority":262},{"path":2325,"priority":821},"references/arduino-iot-checklist.md",{"path":2327,"priority":821},"references/arduino-official-best-practices.md",{"basePath":2329,"description":2330,"displayName":2331,"installMethods":2332,"rationale":2333,"selectedPaths":2334,"source":263,"sourceLanguage":18,"type":239},"skills/aspire","Aspire skill covering the Aspire CLI, AppHost orchestration, service discovery, integrations, MCP server, VS Code extension, Dev Containers, GitHub Codespaces, templates, dashboard, and deployment. Use when the user asks to create, run, debug, configure, deploy, or troubleshoot an Aspire distributed application.","aspire",{"claudeCode":12},"SKILL.md frontmatter at skills/aspire/SKILL.md",[2335,2336,2338,2340,2342,2344,2346,2348,2350,2352],{"path":795,"priority":262},{"path":2337,"priority":821},"references/architecture.md",{"path":2339,"priority":821},"references/cli-reference.md",{"path":2341,"priority":821},"references/dashboard.md",{"path":2343,"priority":821},"references/deployment.md",{"path":2345,"priority":821},"references/integrations-catalog.md",{"path":2347,"priority":821},"references/mcp-server.md",{"path":2349,"priority":821},"references/polyglot-apis.md",{"path":2351,"priority":821},"references/testing.md",{"path":2353,"priority":821},"references/troubleshooting.md",{"basePath":2355,"description":2356,"displayName":2357,"installMethods":2358,"rationale":2359,"selectedPaths":2360,"source":263,"sourceLanguage":18,"type":239},"skills/audit-integrity","Shared audit integrity framework for all AppSec agents — enforces output quality, intellectual honesty, and continuous improvement through anti-rationalization guards, self-critique loops, retry protocols, non-negotiable behaviors, self-reflection quality gates (1-10 scoring, ≥8 threshold), and a self-learning system with lesson/memory governance for security analysis agents.","audit-integrity",{"claudeCode":12},"SKILL.md frontmatter at skills/audit-integrity/SKILL.md",[2361,2362,2364,2366,2368,2370,2372,2374],{"path":795,"priority":262},{"path":2363,"priority":821},"references/anti-rationalization-guard.md",{"path":2365,"priority":821},"references/clarification-protocol.md",{"path":2367,"priority":821},"references/non-negotiable-behaviors.md",{"path":2369,"priority":821},"references/retry-protocol.md",{"path":2371,"priority":821},"references/self-critique-loop.md",{"path":2373,"priority":821},"references/self-learning-system.md",{"path":2375,"priority":821},"references/self-reflection-quality-gate.md",{"basePath":2377,"description":2378,"displayName":2379,"installMethods":2380,"rationale":2381,"selectedPaths":2382,"source":263,"sourceLanguage":18,"type":239},"skills/autoresearch","Autonomous iterative experimentation loop for any programming task. Guides the user through defining goals, measurable metrics, and scope constraints, then runs an autonomous loop of code changes, testing, measuring, and keeping/discarding results. Inspired by Karpathy's autoresearch. USE FOR: autonomous improvement, iterative optimization, experiment loop, auto research, performance tuning, automated experimentation, hill climbing, try things automatically, optimize code, run experiments, autonomous coding loop. DO NOT USE FOR: one-shot tasks, simple bug fixes, code review, or tasks without a measurable metric.","autoresearch",{"claudeCode":12},"SKILL.md frontmatter at skills/autoresearch/SKILL.md",[2383],{"path":795,"priority":262},{"basePath":2385,"description":2386,"displayName":2387,"installMethods":2388,"rationale":2389,"selectedPaths":2390,"source":263,"sourceLanguage":18,"type":239},"skills/aws-cdk-python-setup","Setup and initialization guide for developing AWS CDK (Cloud Development Kit) applications in Python. This skill enables users to configure environment prerequisites, create new CDK projects, manage dependencies, and deploy to AWS.","aws-cdk-python-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/aws-cdk-python-setup/SKILL.md",[2391],{"path":795,"priority":262},{"basePath":2393,"description":2394,"displayName":2395,"installMethods":2396,"rationale":2397,"selectedPaths":2398,"source":263,"sourceLanguage":18,"type":239},"skills/azure-architecture-autopilot","Design Azure infrastructure using natural language, or analyze existing Azure resources to auto-generate architecture diagrams, refine them through conversation, and deploy with Bicep.\nWhen to use this skill: - \"Create X on Azure\", \"Set up a RAG architecture\" (new design) - \"Analyze my current Azure infrastructure\", \"Draw a diagram for rg-xxx\" (existing analysis) - \"Foundry is slow\", \"I want to reduce costs\", \"Strengthen security\" (natural language modification) - Azure resource deployment, Bicep template generation, IaC code generation - Microsoft Foundry, AI Search, OpenAI, Fabric, ADLS Gen2, Databricks, and all Azure services\n","azure-architecture-autopilot",{"claudeCode":12},"SKILL.md frontmatter at skills/azure-architecture-autopilot/SKILL.md",[2399,2400,2402,2404,2406,2408,2410,2412,2414,2416,2418,2420,2422,2424,2426,2428,2430],{"path":795,"priority":262},{"path":2401,"priority":1286},"assets/06-architecture-diagram.png",{"path":2403,"priority":1286},"assets/07-azure-portal-resources.png",{"path":2405,"priority":1286},"assets/08-deployment-succeeded.png",{"path":2407,"priority":821},"references/ai-data.md",{"path":2409,"priority":821},"references/architecture-guidance-sources.md",{"path":2411,"priority":821},"references/azure-common-patterns.md",{"path":2413,"priority":821},"references/azure-dynamic-sources.md",{"path":2415,"priority":821},"references/bicep-generator.md",{"path":2417,"priority":821},"references/bicep-reviewer.md",{"path":2419,"priority":821},"references/phase0-scanner.md",{"path":2421,"priority":821},"references/phase1-advisor.md",{"path":2423,"priority":821},"references/phase4-deployer.md",{"path":2425,"priority":821},"references/service-gotchas.md",{"path":2427,"priority":1286},"scripts/cli.py",{"path":2429,"priority":1286},"scripts/generator.py",{"path":2431,"priority":1286},"scripts/icons.py",{"basePath":2433,"description":2434,"displayName":2435,"installMethods":2436,"rationale":2437,"selectedPaths":2438,"source":263,"sourceLanguage":18,"type":239},"skills/azure-deployment-preflight","Performs comprehensive preflight validation of Bicep deployments to Azure, including template syntax validation, what-if analysis, and permission checks. Use this skill before any deployment to Azure to preview changes, identify potential issues, and ensure the deployment will succeed. Activate when users mention deploying to Azure, validating Bicep files, checking deployment permissions, previewing infrastructure changes, running what-if, or preparing for azd provision.","azure-deployment-preflight",{"claudeCode":12},"SKILL.md frontmatter at skills/azure-deployment-preflight/SKILL.md",[2439,2440,2442,2444],{"path":795,"priority":262},{"path":2441,"priority":821},"references/ERROR-HANDLING.md",{"path":2443,"priority":821},"references/REPORT-TEMPLATE.md",{"path":2445,"priority":821},"references/VALIDATION-COMMANDS.md",{"basePath":2447,"description":2448,"displayName":2449,"installMethods":2450,"rationale":2451,"selectedPaths":2452,"source":263,"sourceLanguage":18,"type":239},"skills/azure-devops-cli","Manage Azure DevOps resources via CLI including projects, repos, pipelines, builds, pull requests, work items, artifacts, and service endpoints. Use when working with Azure DevOps, az commands, devops automation, CI/CD, or when user mentions Azure DevOps CLI.","azure-devops-cli",{"claudeCode":12},"SKILL.md frontmatter at skills/azure-devops-cli/SKILL.md",[2453,2454,2456,2458,2460,2462,2464,2466],{"path":795,"priority":262},{"path":2455,"priority":821},"references/advanced-usage.md",{"path":2457,"priority":821},"references/boards-and-iterations.md",{"path":2459,"priority":821},"references/org-and-security.md",{"path":2461,"priority":821},"references/pipelines-and-builds.md",{"path":2463,"priority":821},"references/repos-and-prs.md",{"path":2465,"priority":821},"references/variables-and-agents.md",{"path":2467,"priority":821},"references/workflows-and-patterns.md",{"basePath":2469,"description":2470,"displayName":2471,"installMethods":2472,"rationale":2473,"selectedPaths":2474,"source":263,"sourceLanguage":18,"type":239},"skills/azure-resource-visualizer","Analyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the relationships between individual resources. Use this skill when the user asks for a diagram of their Azure resources or help in understanding how the resources relate to each other.","azure-resource-visualizer",{"claudeCode":12},"SKILL.md frontmatter at skills/azure-resource-visualizer/SKILL.md",[2475,2476,2477],{"path":795,"priority":262},{"path":2279,"priority":1702},{"path":2478,"priority":1286},"assets/template-architecture.md",{"basePath":2480,"description":2481,"displayName":2482,"installMethods":2483,"rationale":2484,"selectedPaths":2485,"source":263,"sourceLanguage":18,"type":239},"skills/azure-role-selector","When user is asking for guidance for which role to assign to an identity given desired permissions, this agent helps them understand the role that will meet the requirements with least privilege access and how to apply that role.","azure-role-selector",{"claudeCode":12},"SKILL.md frontmatter at skills/azure-role-selector/SKILL.md",[2486,2487],{"path":795,"priority":262},{"path":2279,"priority":1702},{"basePath":2489,"description":2490,"displayName":2491,"installMethods":2492,"rationale":2493,"selectedPaths":2494,"source":263,"sourceLanguage":18,"type":239},"skills/azure-smart-city-iot-solution-builder","Design and plan end-to-end Azure IoT and Smart City solutions: requirements, architecture, security, operations, cost, and a phased delivery plan with concrete implementation artifacts.","azure-smart-city-iot-solution-builder",{"claudeCode":12},"SKILL.md frontmatter at skills/azure-smart-city-iot-solution-builder/SKILL.md",[2495,2496],{"path":795,"priority":262},{"path":2497,"priority":821},"references/smart-city-solution-template.md",{"basePath":2499,"description":2500,"displayName":2501,"installMethods":2502,"rationale":2503,"selectedPaths":2504,"source":263,"sourceLanguage":18,"type":239},"skills/azure-static-web-apps","Helps create, configure, and deploy Azure Static Web Apps using the SWA CLI. Use when deploying static sites to Azure, setting up SWA local development, configuring staticwebapp.config.json, adding Azure Functions APIs to SWA, or setting up GitHub Actions CI/CD for Static Web Apps.","azure-static-web-apps",{"claudeCode":12},"SKILL.md frontmatter at skills/azure-static-web-apps/SKILL.md",[2505],{"path":795,"priority":262},{"basePath":2507,"description":2508,"displayName":2509,"installMethods":2510,"rationale":2511,"selectedPaths":2512,"source":263,"sourceLanguage":18,"type":239},"skills/batch-files","Expert-level Windows batch file (.bat/.cmd) skill for writing, debugging, and maintaining CMD scripts. Use when asked to \"create a batch file\", \"write a .bat script\", \"automate a Windows task\", \"CMD scripting\", \"batch automation\", \"scheduled task script\", \"Windows shell script\", or when working with .bat/.cmd files in the workspace. Covers cmd.exe syntax, environment variables, control flow, string processing, error handling, and integration with system tools.","batch-files",{"claudeCode":12},"SKILL.md frontmatter at skills/batch-files/SKILL.md",[2513,2514,2516,2518,2520,2522,2524,2526,2528,2530],{"path":795,"priority":262},{"path":2515,"priority":1286},"assets/executable.txt",{"path":2517,"priority":1286},"assets/library.txt",{"path":2519,"priority":1286},"assets/task.txt",{"path":2521,"priority":821},"references/batch-files-and-functions.md",{"path":2523,"priority":821},"references/cygwin.md",{"path":2525,"priority":821},"references/msys2.md",{"path":2527,"priority":821},"references/tools-and-resources.md",{"path":2529,"priority":821},"references/windows-commands.md",{"path":2531,"priority":821},"references/windows-subsystem-on-linux.md",{"basePath":2533,"description":2534,"displayName":2535,"installMethods":2536,"rationale":2537,"selectedPaths":2538,"source":263,"sourceLanguage":18,"type":239},"skills/bigquery-pipeline-audit","Audits Python + BigQuery pipelines for cost safety, idempotency, and production readiness. Returns a structured report with exact patch locations.","bigquery-pipeline-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/bigquery-pipeline-audit/SKILL.md",[2539],{"path":795,"priority":262},{"basePath":2541,"description":2542,"displayName":2543,"installMethods":2544,"rationale":2545,"selectedPaths":2546,"source":263,"sourceLanguage":18,"type":239},"skills/boost-prompt","Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.","boost-prompt",{"claudeCode":12},"SKILL.md frontmatter at skills/boost-prompt/SKILL.md",[2547],{"path":795,"priority":262},{"basePath":2549,"description":2550,"displayName":2551,"installMethods":2552,"rationale":2553,"selectedPaths":2554,"source":263,"sourceLanguage":18,"type":239},"skills/brag-sheet","Turn vague \"what did I do?\" into evidence-backed impact statements for performance reviews, self-reviews, promotion packets, and weekly updates. Uniquely mines Copilot CLI session logs to reconstruct forgotten work, plus git commits and GitHub PRs. Enforces a 3-part impact contract (action → result → evidence). Works standalone with zero dependencies. Trigger for: \"brag\", \"log work\", \"what did I do\", \"backfill my work history\", \"performance review\", \"self-review\", \"self assessment\", \"write impact statement\", \"review prep\", \"promo packet\", \"promotion case\", \"weekly update\", \"status report\", \"accomplishments\", \"what did I ship\", \"I forgot to log my work\", \"summarize my work\", \"track my wins\", \"what should I highlight\", \"end of half\", \"career growth\", \"work journal\", or any request to document, summarize, or organize work accomplishments.\n","brag-sheet",{"claudeCode":12},"SKILL.md frontmatter at skills/brag-sheet/SKILL.md",[2555],{"path":795,"priority":262},{"basePath":2557,"description":2558,"displayName":2559,"installMethods":2560,"rationale":2561,"selectedPaths":2562,"source":263,"sourceLanguage":18,"type":239},"skills/breakdown-plan","Issue Planning and Automation prompt that generates comprehensive project plans with Epic > Feature > Story/Enabler > Test hierarchy, dependencies, priorities, and automated tracking.","breakdown-plan",{"claudeCode":12},"SKILL.md frontmatter at skills/breakdown-plan/SKILL.md",[2563],{"path":795,"priority":262},{"basePath":2565,"description":2566,"displayName":2567,"installMethods":2568,"rationale":2569,"selectedPaths":2570,"source":263,"sourceLanguage":18,"type":239},"skills/breakdown-test","Test Planning and Quality Assurance prompt that generates comprehensive test strategies, task breakdowns, and quality validation plans for GitHub projects.","breakdown-test",{"claudeCode":12},"SKILL.md frontmatter at skills/breakdown-test/SKILL.md",[2571],{"path":795,"priority":262},{"basePath":2573,"description":2574,"displayName":2575,"installMethods":2576,"rationale":2577,"selectedPaths":2578,"source":263,"sourceLanguage":18,"type":239},"skills/centos-linux-triage","Triage and resolve CentOS issues using RHEL-compatible tooling, SELinux-aware practices, and firewalld.","centos-linux-triage",{"claudeCode":12},"SKILL.md frontmatter at skills/centos-linux-triage/SKILL.md",[2579],{"path":795,"priority":262},{"basePath":2581,"description":2582,"displayName":2583,"installMethods":2584,"rationale":2585,"selectedPaths":2586,"source":263,"sourceLanguage":18,"type":239},"skills/chrome-devtools","Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.","chrome-devtools",{"claudeCode":12},"SKILL.md frontmatter at skills/chrome-devtools/SKILL.md",[2587],{"path":795,"priority":262},{"basePath":2589,"description":2590,"displayName":2591,"installMethods":2592,"rationale":2593,"selectedPaths":2594,"source":263,"sourceLanguage":18,"type":239},"skills/cli-mastery","Interactive training for the GitHub Copilot CLI. Guided lessons, quizzes, scenario challenges, and a full reference covering slash commands, shortcuts, modes, agents, skills, MCP, and configuration. Say \"cliexpert\" to start.","cli-mastery",{"claudeCode":12},"SKILL.md frontmatter at skills/cli-mastery/SKILL.md",[2595,2596,2598,2600,2602,2604,2606,2608,2610,2612,2614],{"path":795,"priority":262},{"path":2597,"priority":821},"references/final-exam.md",{"path":2599,"priority":821},"references/module-1-slash-commands.md",{"path":2601,"priority":821},"references/module-2-keyboard-shortcuts.md",{"path":2603,"priority":821},"references/module-3-modes.md",{"path":2605,"priority":821},"references/module-4-agents.md",{"path":2607,"priority":821},"references/module-5-skills.md",{"path":2609,"priority":821},"references/module-6-mcp.md",{"path":2611,"priority":821},"references/module-7-advanced.md",{"path":2613,"priority":821},"references/module-8-configuration.md",{"path":2615,"priority":821},"references/scenarios.md",{"basePath":2617,"description":2618,"displayName":2619,"installMethods":2620,"rationale":2621,"selectedPaths":2622,"source":263,"sourceLanguage":18,"type":239},"skills/cloud-design-patterns","Cloud design patterns for distributed systems architecture covering 42 industry-standard patterns across reliability, performance, messaging, security, and deployment categories. Use when designing, reviewing, or implementing distributed system architectures.","cloud-design-patterns",{"claudeCode":12},"SKILL.md frontmatter at skills/cloud-design-patterns/SKILL.md",[2623,2624,2626,2628,2630,2632,2634,2636,2638,2640],{"path":795,"priority":262},{"path":2625,"priority":821},"references/architecture-design.md",{"path":2627,"priority":821},"references/azure-service-mappings.md",{"path":2629,"priority":821},"references/best-practices.md",{"path":2631,"priority":821},"references/deployment-operational.md",{"path":2633,"priority":821},"references/event-driven.md",{"path":2635,"priority":821},"references/messaging-integration.md",{"path":2637,"priority":821},"references/performance.md",{"path":2639,"priority":821},"references/reliability-resilience.md",{"path":2641,"priority":821},"references/security.md",{"basePath":2643,"description":2644,"displayName":2645,"installMethods":2646,"rationale":2647,"selectedPaths":2648,"source":263,"sourceLanguage":18,"type":239},"skills/code-exemplars-blueprint-generator","Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.","code-exemplars-blueprint-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/code-exemplars-blueprint-generator/SKILL.md",[2649],{"path":795,"priority":262},{"basePath":2651,"description":2652,"displayName":2653,"installMethods":2654,"rationale":2655,"selectedPaths":2656,"source":263,"sourceLanguage":18,"type":239},"skills/code-tour","Use this skill to create CodeTour .tour files — persona-targeted, step-by-step walkthroughs that link to real files and line numbers. Trigger for: \"create a tour\", \"make a code tour\", \"generate a tour\", \"onboarding tour\", \"tour for this PR\", \"tour for this bug\", \"RCA tour\", \"architecture tour\", \"explain how X works\", \"vibe check\", \"PR review tour\", \"contributor guide\", \"help someone ramp up\", or any request for a structured walkthrough through code. Supports 20 developer personas (new joiner, bug fixer, architect, PR reviewer, vibecoder, security reviewer, and more), all CodeTour step types (file/line, selection, pattern, uri, commands, view), and tour-level fields (ref, isPrimary, nextTour). Works with any repository in any language.\n","code-tour",{"claudeCode":12},"SKILL.md frontmatter at skills/code-tour/SKILL.md",[2657,2658,2660,2661,2663],{"path":795,"priority":262},{"path":2659,"priority":821},"references/codetour-schema.json",{"path":1508,"priority":821},{"path":2662,"priority":1286},"scripts/generate_from_docs.py",{"path":2664,"priority":1286},"scripts/validate_tour.py",{"basePath":2666,"description":2667,"displayName":2668,"installMethods":2669,"rationale":2670,"selectedPaths":2671,"source":263,"sourceLanguage":18,"type":239},"skills/codeql","Comprehensive guide for setting up and configuring CodeQL code scanning via GitHub Actions workflows and the CodeQL CLI. This skill should be used when users need help with code scanning configuration, CodeQL workflow files, CodeQL CLI commands, SARIF output, security analysis setup, or troubleshooting CodeQL analysis.","codeql",{"claudeCode":12},"SKILL.md frontmatter at skills/codeql/SKILL.md",[2672,2673,2675,2677,2679,2681,2682],{"path":795,"priority":262},{"path":2674,"priority":821},"references/alert-management.md",{"path":2676,"priority":821},"references/cli-commands.md",{"path":2678,"priority":821},"references/compiled-languages.md",{"path":2680,"priority":821},"references/sarif-output.md",{"path":2353,"priority":821},{"path":2683,"priority":821},"references/workflow-configuration.md",{"basePath":2685,"description":2686,"displayName":2687,"installMethods":2688,"rationale":2689,"selectedPaths":2690,"source":263,"sourceLanguage":18,"type":239},"skills/comment-code-generate-a-tutorial","Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial.","comment-code-generate-a-tutorial",{"claudeCode":12},"SKILL.md frontmatter at skills/comment-code-generate-a-tutorial/SKILL.md",[2691],{"path":795,"priority":262},{"basePath":2693,"description":2694,"displayName":2695,"installMethods":2696,"rationale":2697,"selectedPaths":2698,"source":263,"sourceLanguage":18,"type":239},"skills/commit-message-storyteller","Analyzes git diffs or staged changes and generates narrative commit messages that explain WHY a change was made, not just what changed — following Conventional Commits format. Use when asked to \"write a commit message\", \"generate a commit\", \"describe my changes\", \"what should I commit this as\", \"commit this\", \"summarize my diff\", or \"help me commit\". Works with git diff output, staged files, or plain descriptions of changes.","commit-message-storyteller",{"claudeCode":12},"SKILL.md frontmatter at skills/commit-message-storyteller/SKILL.md",[2699,2700],{"path":795,"priority":262},{"path":2701,"priority":821},"references/conventional-commits-guide.md",{"basePath":2703,"description":2704,"displayName":2705,"installMethods":2706,"rationale":2707,"selectedPaths":2708,"source":263,"sourceLanguage":18,"type":239},"skills/containerize-aspnet-framework","Containerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project.","containerize-aspnet-framework",{"claudeCode":12},"SKILL.md frontmatter at skills/containerize-aspnet-framework/SKILL.md",[2709],{"path":795,"priority":262},{"basePath":2711,"description":2712,"displayName":2713,"installMethods":2714,"rationale":2715,"selectedPaths":2716,"source":263,"sourceLanguage":18,"type":239},"skills/containerize-aspnetcore","Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project.","containerize-aspnetcore",{"claudeCode":12},"SKILL.md frontmatter at skills/containerize-aspnetcore/SKILL.md",[2717],{"path":795,"priority":262},{"basePath":2719,"description":2720,"displayName":2721,"installMethods":2722,"rationale":2723,"selectedPaths":2724,"source":263,"sourceLanguage":18,"type":239},"skills/conventional-commit","Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation.","conventional-commit",{"claudeCode":12},"SKILL.md frontmatter at skills/conventional-commit/SKILL.md",[2725],{"path":795,"priority":262},{"basePath":2727,"description":2728,"displayName":2729,"installMethods":2730,"rationale":2731,"selectedPaths":2732,"source":263,"sourceLanguage":18,"type":239},"skills/convert-plaintext-to-md","Convert a text-based document to markdown following instructions from prompt, or if a documented option is passed, follow the instructions for that option.","convert-plaintext-to-md",{"claudeCode":12},"SKILL.md frontmatter at skills/convert-plaintext-to-md/SKILL.md",[2733],{"path":795,"priority":262},{"basePath":2735,"description":2736,"displayName":2737,"installMethods":2738,"rationale":2739,"selectedPaths":2740,"source":263,"sourceLanguage":18,"type":239},"skills/copilot-cli-quickstart","Use this skill when someone wants to learn GitHub Copilot CLI from scratch. Offers interactive step-by-step tutorials with separate Developer and Non-Developer tracks, plus on-demand Q&A. Just say \"start tutorial\" or ask a question! Note: This skill targets GitHub Copilot CLI specifically and uses CLI-specific tools (ask_user, sql, fetch_copilot_cli_documentation).\n","copilot-cli-quickstart",{"claudeCode":12},"SKILL.md frontmatter at skills/copilot-cli-quickstart/SKILL.md",[2741],{"path":795,"priority":262},{"basePath":2743,"description":2744,"displayName":2745,"installMethods":2746,"rationale":2747,"selectedPaths":2748,"source":263,"sourceLanguage":18,"type":239},"skills/copilot-instructions-blueprint-generator","Technology-agnostic blueprint generator for creating comprehensive copilot-instructions.md files that guide GitHub Copilot to produce code consistent with project standards, architecture patterns, and exact technology versions by analyzing existing codebase patterns and avoiding assumptions.","copilot-instructions-blueprint-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/copilot-instructions-blueprint-generator/SKILL.md",[2749],{"path":795,"priority":262},{"basePath":2751,"description":2752,"displayName":2753,"installMethods":2754,"rationale":2755,"selectedPaths":2756,"source":263,"sourceLanguage":18,"type":239},"skills/copilot-spaces","Use Copilot Spaces to provide project-specific context to conversations. Use this skill when users mention a \"Copilot space\", want to load context from a shared knowledge base, discover available spaces, or ask questions grounded in curated project documentation, code, and instructions.","copilot-spaces",{"claudeCode":12},"SKILL.md frontmatter at skills/copilot-spaces/SKILL.md",[2757],{"path":795,"priority":262},{"basePath":2759,"description":2760,"displayName":2761,"installMethods":2762,"rationale":2763,"selectedPaths":2764,"source":263,"sourceLanguage":18,"type":239},"skills/copilot-usage-metrics","Retrieve and display GitHub Copilot usage metrics for organizations and enterprises using the GitHub CLI and REST API.","copilot-usage-metrics",{"claudeCode":12},"SKILL.md frontmatter at skills/copilot-usage-metrics/SKILL.md",[2765],{"path":795,"priority":262},{"basePath":2767,"description":2768,"displayName":2769,"installMethods":2770,"rationale":2771,"selectedPaths":2772,"source":263,"sourceLanguage":18,"type":239},"skills/cosmosdb-datamodeling","Step-by-step guide for capturing key application requirements for NoSQL use-case and produce Azure Cosmos DB Data NoSQL Model design using best practices and common patterns, artifacts_produced: \"cosmosdb_requirements.md\" file and \"cosmosdb_data_model.md\" file","cosmosdb-datamodeling",{"claudeCode":12},"SKILL.md frontmatter at skills/cosmosdb-datamodeling/SKILL.md",[2773],{"path":795,"priority":262},{"basePath":2775,"description":2776,"displayName":2777,"installMethods":2778,"rationale":2779,"selectedPaths":2780,"source":263,"sourceLanguage":18,"type":239},"skills/create-agentsmd","Prompt for generating an AGENTS.md file for a repository","create-agentsmd",{"claudeCode":12},"SKILL.md frontmatter at skills/create-agentsmd/SKILL.md",[2781],{"path":795,"priority":262},{"basePath":2783,"description":2784,"displayName":2785,"installMethods":2786,"rationale":2787,"selectedPaths":2788,"source":263,"sourceLanguage":18,"type":239},"skills/create-architectural-decision-record","Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation.","create-architectural-decision-record",{"claudeCode":12},"SKILL.md frontmatter at skills/create-architectural-decision-record/SKILL.md",[2789],{"path":795,"priority":262},{"basePath":2791,"description":2792,"displayName":2793,"installMethods":2794,"rationale":2795,"selectedPaths":2796,"source":263,"sourceLanguage":18,"type":239},"skills/create-github-action-workflow-specification","Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.","create-github-action-workflow-specification",{"claudeCode":12},"SKILL.md frontmatter at skills/create-github-action-workflow-specification/SKILL.md",[2797],{"path":795,"priority":262},{"basePath":2799,"description":2800,"displayName":2801,"installMethods":2802,"rationale":2803,"selectedPaths":2804,"source":263,"sourceLanguage":18,"type":239},"skills/create-github-issue-feature-from-specification","Create GitHub Issue for feature request from specification file using feature_request.yml template.","create-github-issue-feature-from-specification",{"claudeCode":12},"SKILL.md frontmatter at skills/create-github-issue-feature-from-specification/SKILL.md",[2805],{"path":795,"priority":262},{"basePath":2807,"description":2808,"displayName":2809,"installMethods":2810,"rationale":2811,"selectedPaths":2812,"source":263,"sourceLanguage":18,"type":239},"skills/create-github-issues-for-unmet-specification-requirements","Create GitHub Issues for unimplemented requirements from specification files using feature_request.yml template.","create-github-issues-for-unmet-specification-requirements",{"claudeCode":12},"SKILL.md frontmatter at skills/create-github-issues-for-unmet-specification-requirements/SKILL.md",[2813],{"path":795,"priority":262},{"basePath":2815,"description":2816,"displayName":2817,"installMethods":2818,"rationale":2819,"selectedPaths":2820,"source":263,"sourceLanguage":18,"type":239},"skills/create-github-pull-request-from-specification","Create GitHub Pull Request for feature request from specification file using pull_request_template.md template.","create-github-pull-request-from-specification",{"claudeCode":12},"SKILL.md frontmatter at skills/create-github-pull-request-from-specification/SKILL.md",[2821],{"path":795,"priority":262},{"basePath":2823,"description":2824,"displayName":2825,"installMethods":2826,"rationale":2827,"selectedPaths":2828,"source":263,"sourceLanguage":18,"type":239},"skills/create-llms","Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/","create-llms",{"claudeCode":12},"SKILL.md frontmatter at skills/create-llms/SKILL.md",[2829],{"path":795,"priority":262},{"basePath":2831,"description":2832,"displayName":2833,"installMethods":2834,"rationale":2835,"selectedPaths":2836,"source":263,"sourceLanguage":18,"type":239},"skills/create-readme","Create a README.md file for the project","create-readme",{"claudeCode":12},"SKILL.md frontmatter at skills/create-readme/SKILL.md",[2837],{"path":795,"priority":262},{"basePath":2839,"description":2840,"displayName":2841,"installMethods":2842,"rationale":2843,"selectedPaths":2844,"source":263,"sourceLanguage":18,"type":239},"skills/create-specification","Create a new specification file for the solution, optimized for Generative AI consumption.","create-specification",{"claudeCode":12},"SKILL.md frontmatter at skills/create-specification/SKILL.md",[2845],{"path":795,"priority":262},{"basePath":2847,"description":2848,"displayName":2849,"installMethods":2850,"rationale":2851,"selectedPaths":2852,"source":263,"sourceLanguage":18,"type":239},"skills/create-spring-boot-kotlin-project","Create Spring Boot Kotlin Project Skeleton","create-spring-boot-kotlin-project",{"claudeCode":12},"SKILL.md frontmatter at skills/create-spring-boot-kotlin-project/SKILL.md",[2853],{"path":795,"priority":262},{"basePath":2855,"description":2856,"displayName":2857,"installMethods":2858,"rationale":2859,"selectedPaths":2860,"source":263,"sourceLanguage":18,"type":239},"skills/create-tldr-page","Create a tldr page from documentation URLs and command examples, requiring both URL and command name.","create-tldr-page",{"claudeCode":12},"SKILL.md frontmatter at skills/create-tldr-page/SKILL.md",[2861],{"path":795,"priority":262},{"basePath":2863,"description":2864,"displayName":2865,"installMethods":2866,"rationale":2867,"selectedPaths":2868,"source":263,"sourceLanguage":18,"type":239},"skills/csharp-docs","Ensure that C# types are documented with XML comments and follow best practices for documentation.","csharp-docs",{"claudeCode":12},"SKILL.md frontmatter at skills/csharp-docs/SKILL.md",[2869],{"path":795,"priority":262},{"basePath":2871,"description":2872,"displayName":2873,"installMethods":2874,"rationale":2875,"selectedPaths":2876,"source":263,"sourceLanguage":18,"type":239},"skills/daily-prep","Prepare for tomorrow's meetings and tasks. Pulls calendar from Outlook via WorkIQ, cross-references open tasks and workspace context, classifies meetings, detects conflicts and day-fit issues, finds learning and deep-work slots, and generates a structured HTML prep file with productivity recommendations.","daily-prep",{"claudeCode":12},"SKILL.md frontmatter at skills/daily-prep/SKILL.md",[2877],{"path":795,"priority":262},{"basePath":2879,"description":2880,"displayName":2881,"installMethods":2882,"rationale":2883,"selectedPaths":2884,"source":263,"sourceLanguage":18,"type":239},"skills/data-breach-blast-radius","Pre-breach impact analysis: inventories sensitive data (PII, PHI, PCI-DSS, credentials), traces data flows, scores exposure vectors, and produces a regulatory blast radius report with fine ranges sourced verbatim from GDPR Art. 83, CCPA § 1798.155(a), and HIPAA 45 CFR § 160.404. Cost benchmarks from IBM Cost of a Data Breach Report (annually updated). All citations in references/SOURCES.md for verification. Use when asked: \"assess breach impact\", \"what data could be exposed\", \"calculate blast radius\", \"data exposure analysis\", \"how bad would a breach be\", \"quantify data risk\", \"sensitive data inventory\", \"data flow security audit\", \"pre-breach assessment\", \"worst-case breach scenario\", \"breach readiness\", \"data risk report\", \"/data-breach-blast-radius\". For any stack handling user data, health records, or financial information. Output labels law-sourced figures (exact) vs heuristic estimates (planning only). Does not replace legal counsel.","data-breach-blast-radius",{"claudeCode":12},"SKILL.md frontmatter at skills/data-breach-blast-radius/SKILL.md",[2885,2886,2888,2890,2892,2894,2896],{"path":795,"priority":262},{"path":2887,"priority":821},"references/SOURCES.md",{"path":2889,"priority":821},"references/blast-radius-calculator.md",{"path":2891,"priority":821},"references/data-classification.md",{"path":2893,"priority":821},"references/hardening-playbook.md",{"path":2895,"priority":821},"references/regulatory-impact.md",{"path":2897,"priority":821},"references/report-format.md",{"basePath":2899,"description":2900,"displayName":2901,"installMethods":2902,"rationale":2903,"selectedPaths":2904,"source":263,"sourceLanguage":18,"type":239},"skills/datanalysis-credit-risk","Credit risk data cleaning and variable screening pipeline for pre-loan modeling. Use when working with raw credit data that needs quality assessment,  missing value analysis, or variable selection before modeling. it covers data loading and formatting, abnormal period filtering, missing rate calculation, high-missing variable removal,low-IV variable filtering, high-PSI variable removal, Null Importance denoising, high-correlation variable removal, and cleaning report generation. Applicable scenarios arecredit risk data cleaning, variable screening, pre-loan modeling preprocessing.","datanalysis-credit-risk",{"claudeCode":12},"SKILL.md frontmatter at skills/datanalysis-credit-risk/SKILL.md",[2905,2906,2908,2910],{"path":795,"priority":262},{"path":2907,"priority":821},"references/analysis.py",{"path":2909,"priority":821},"references/func.py",{"path":2911,"priority":1286},"scripts/example.py",{"basePath":2913,"description":2914,"displayName":2915,"installMethods":2916,"rationale":2917,"selectedPaths":2918,"source":263,"sourceLanguage":18,"type":239},"skills/debian-linux-triage","Triage and resolve Debian Linux issues with apt, systemd, and AppArmor-aware guidance.","debian-linux-triage",{"claudeCode":12},"SKILL.md frontmatter at skills/debian-linux-triage/SKILL.md",[2919],{"path":795,"priority":262},{"basePath":2921,"description":2922,"displayName":2923,"installMethods":2924,"rationale":2925,"selectedPaths":2926,"source":263,"sourceLanguage":18,"type":239},"skills/declarative-agents","Complete development kit for Microsoft 365 Copilot declarative agents with three comprehensive workflows (basic, advanced, validation), TypeSpec support, and Microsoft 365 Agents Toolkit integration","declarative-agents",{"claudeCode":12},"SKILL.md frontmatter at skills/declarative-agents/SKILL.md",[2927],{"path":795,"priority":262},{"basePath":2929,"description":2930,"displayName":2931,"installMethods":2932,"rationale":2933,"selectedPaths":2934,"source":263,"sourceLanguage":18,"type":239},"skills/dependabot","Comprehensive guide for configuring and managing GitHub Dependabot. Use this skill when users ask about creating or optimizing dependabot.yml files, managing Dependabot pull requests, configuring dependency update strategies, setting up grouped updates, monorepo patterns, multi-ecosystem groups, security update configuration, auto-triage rules, or any GitHub Advanced Security (GHAS) supply chain security topic related to Dependabot. For pre-commit dependency vulnerability scanning in AI coding agents via the GitHub MCP Server, this skill references the Advanced Security plugin (`advanced-security@copilot-plugins`). Use this skill when an agent needs to scan dependencies for known vulnerabilities before committing.","dependabot",{"claudeCode":12},"SKILL.md frontmatter at skills/dependabot/SKILL.md",[2935,2936,2938,2940],{"path":795,"priority":262},{"path":2937,"priority":821},"references/dependabot-yml-reference.md",{"path":2939,"priority":821},"references/example-configs.md",{"path":2941,"priority":821},"references/pr-commands.md",{"basePath":2943,"description":2944,"displayName":2945,"installMethods":2946,"rationale":2947,"selectedPaths":2948,"source":263,"sourceLanguage":18,"type":239},"skills/devops-rollout-plan","Generate comprehensive rollout plans with preflight checks, step-by-step deployment, verification signals, rollback procedures, and communication plans for infrastructure and application changes","devops-rollout-plan",{"claudeCode":12},"SKILL.md frontmatter at skills/devops-rollout-plan/SKILL.md",[2949],{"path":795,"priority":262},{"basePath":2951,"description":2952,"displayName":2953,"installMethods":2954,"rationale":2955,"selectedPaths":2956,"source":263,"sourceLanguage":18,"type":239},"skills/diagnose","Perform a systematic diagnostic scan of an AI workflow across 5 quality dimensions — prompt quality, context efficiency, tool health, architecture fitness, and safety — producing a scored report with prioritized remediation actions.","diagnose",{"claudeCode":12},"SKILL.md frontmatter at skills/diagnose/SKILL.md",[2957],{"path":795,"priority":262},{"basePath":2959,"description":2960,"displayName":2961,"installMethods":2962,"rationale":2963,"selectedPaths":2964,"source":263,"sourceLanguage":18,"type":239},"skills/documentation-writer","Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework.","documentation-writer",{"claudeCode":12},"SKILL.md frontmatter at skills/documentation-writer/SKILL.md",[2965],{"path":795,"priority":262},{"basePath":2967,"description":2968,"displayName":2969,"installMethods":2970,"rationale":2971,"selectedPaths":2972,"source":263,"sourceLanguage":18,"type":239},"skills/dotnet-design-pattern-review","Review the C#/.NET code for design pattern implementation and suggest improvements.","dotnet-design-pattern-review",{"claudeCode":12},"SKILL.md frontmatter at skills/dotnet-design-pattern-review/SKILL.md",[2973],{"path":795,"priority":262},{"basePath":2975,"description":2976,"displayName":2977,"installMethods":2978,"rationale":2979,"selectedPaths":2980,"source":263,"sourceLanguage":18,"type":239},"skills/dotnet-mcp-builder","Build Model Context Protocol (MCP) servers in C#/.NET against the current ModelContextProtocol 1.x NuGet packages. Especially helps with cases the model often gets wrong without guidance — stale preview versions (it tends to pick 0.3 or 0.4 preview), MCP Apps (interactive UI rendered in the host), elicitation URL mode, per-session HTTP wiring, OAuth and reverse-proxy deploy specifics, and debugging concrete MapMcp / STDIO / Streamable-HTTP errors. Also covers the routine work — STDIO and Streamable HTTP transports (SSE is deprecated), tools, prompts, resources, sampling, roots, completions, logging — and a basic .NET MCP client. Trigger when the user says or implies any .NET MCP server work: ModelContextProtocol, McpServerTool, MapMcp, WithStdioServerTransport, \"MCP server in C#\", \"MCP tool in dotnet\", \"expose this as MCP\", or names a primitive (prompt/resource/elicitation/MCP App) in a .NET context. Skip for MCP work in other languages.","dotnet-mcp-builder",{"claudeCode":12},"SKILL.md frontmatter at skills/dotnet-mcp-builder/SKILL.md",[2981,2982,2984,2986,2988,2990,2992,2994,2996,2998,3000,3001,3003,3005],{"path":795,"priority":262},{"path":2983,"priority":821},"references/client.md",{"path":2985,"priority":821},"references/elicitation.md",{"path":2987,"priority":821},"references/mcp-apps.md",{"path":2989,"priority":821},"references/packages.md",{"path":2991,"priority":821},"references/prompt-primitive.md",{"path":2993,"priority":821},"references/resource-primitive.md",{"path":2995,"priority":821},"references/roots.md",{"path":2997,"priority":821},"references/sampling.md",{"path":2999,"priority":821},"references/server-features.md",{"path":2351,"priority":821},{"path":3002,"priority":821},"references/tool-primitive.md",{"path":3004,"priority":821},"references/transport-http.md",{"path":3006,"priority":821},"references/transport-stdio.md",{"basePath":3008,"description":3009,"displayName":3010,"installMethods":3011,"rationale":3012,"selectedPaths":3013,"source":263,"sourceLanguage":18,"type":239},"skills/dotnet-timezone",".NET timezone handling guidance for C# applications. Use when working with TimeZoneInfo, DateTimeOffset, NodaTime, UTC conversion, daylight saving time, scheduling across timezones, cross-platform Windows/IANA timezone IDs, or when a .NET user needs the timezone for a city, address, region, or country and copy-paste-ready C# code.","dotnet-timezone",{"claudeCode":12},"SKILL.md frontmatter at skills/dotnet-timezone/SKILL.md",[3014,3015,3017],{"path":795,"priority":262},{"path":3016,"priority":821},"references/code-patterns.md",{"path":3018,"priority":821},"references/timezone-index.md",{"basePath":3020,"description":3021,"displayName":3022,"installMethods":3023,"rationale":3024,"selectedPaths":3025,"source":263,"sourceLanguage":18,"type":239},"skills/draw-io-diagram-generator","Use when creating, editing, or generating draw.io diagram files (.drawio, .drawio.svg, .drawio.png). Covers mxGraph XML authoring, shape libraries, style strings, flowcharts, system architecture, sequence diagrams, ER diagrams, UML class diagrams, network topology, layout strategy, the hediet.vscode-drawio VS Code extension, and the full agent workflow from request to a ready-to-open file.","draw-io-diagram-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/draw-io-diagram-generator/SKILL.md",[3026,3027,3029,3031,3033,3035,3037,3039,3041,3043,3045,3047,3049],{"path":795,"priority":262},{"path":3028,"priority":1286},"assets/templates/architecture.drawio",{"path":3030,"priority":1286},"assets/templates/er-diagram.drawio",{"path":3032,"priority":1286},"assets/templates/flowchart.drawio",{"path":3034,"priority":1286},"assets/templates/sequence.drawio",{"path":3036,"priority":1286},"assets/templates/uml-class.drawio",{"path":3038,"priority":821},"references/drawio-xml-schema.md",{"path":3040,"priority":821},"references/shape-libraries.md",{"path":3042,"priority":821},"references/style-reference.md",{"path":3044,"priority":1286},"scripts/.gitignore",{"path":3046,"priority":1286},"scripts/README.md",{"path":3048,"priority":1286},"scripts/add-shape.py",{"path":3050,"priority":1286},"scripts/validate-drawio.py",{"basePath":3052,"description":3053,"displayName":3054,"installMethods":3055,"rationale":3056,"selectedPaths":3057,"source":263,"sourceLanguage":18,"type":239},"skills/editorconfig","Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.","editorconfig",{"claudeCode":12},"SKILL.md frontmatter at skills/editorconfig/SKILL.md",[3058],{"path":795,"priority":262},{"basePath":3060,"description":3061,"displayName":3062,"installMethods":3063,"rationale":3064,"selectedPaths":3065,"source":263,"sourceLanguage":18,"type":239},"skills/ef-core","Get best practices for Entity Framework Core","ef-core",{"claudeCode":12},"SKILL.md frontmatter at skills/ef-core/SKILL.md",[3066],{"path":795,"priority":262},{"basePath":3068,"description":3069,"displayName":3070,"installMethods":3071,"rationale":3072,"selectedPaths":3073,"source":263,"sourceLanguage":18,"type":239},"skills/email-drafter","Draft and review professional emails that match your personal writing style. Analyzes your sent emails for tone, greeting, structure, and sign-off patterns via WorkIQ, then generates context-aware drafts for any recipient. USE FOR: draft email, write email, compose email, reply email, follow-up email, analyze email tone, email style.","email-drafter",{"claudeCode":12},"SKILL.md frontmatter at skills/email-drafter/SKILL.md",[3074],{"path":795,"priority":262},{"basePath":3076,"description":3077,"displayName":3078,"installMethods":3079,"rationale":3080,"selectedPaths":3081,"source":263,"sourceLanguage":18,"type":239},"skills/entra-agent-user","Create Agent Users in Microsoft Entra ID from Agent Identities, enabling AI agents to act as digital workers with user identity capabilities in Microsoft 365 and Azure environments.","entra-agent-user",{"claudeCode":12},"SKILL.md frontmatter at skills/entra-agent-user/SKILL.md",[3082],{"path":795,"priority":262},{"basePath":3084,"description":3085,"displayName":3086,"installMethods":3087,"rationale":3088,"selectedPaths":3089,"source":263,"sourceLanguage":18,"type":239},"skills/eval-driven-dev","Improve AI application with evaluation-driven development. Define eval criteria, instrument the application, build golden datasets, observe and evaluate application runs, analyze results, and produce a concrete action plan for improvements. ALWAYS USE THIS SKILL when the user asks to set up QA, add tests, add evals, evaluate, benchmark, fix wrong behaviors, improve quality, or do quality assurance for any Python project that calls an LLM model.\n","eval-driven-dev",{"claudeCode":12},"SKILL.md frontmatter at skills/eval-driven-dev/SKILL.md",[3090,3091,3093,3095,3097,3099,3101,3103,3105,3107,3109,3111,3113,3115,3117,3119,3121],{"path":795,"priority":262},{"path":3092,"priority":821},"references/1-a-project-analysis.md",{"path":3094,"priority":821},"references/1-b-entry-point.md",{"path":3096,"priority":821},"references/1-c-eval-criteria.md",{"path":3098,"priority":821},"references/2a-instrumentation.md",{"path":3100,"priority":821},"references/2b-implement-runnable.md",{"path":3102,"priority":821},"references/2c-capture-and-verify-trace.md",{"path":3104,"priority":821},"references/3-define-evaluators.md",{"path":3106,"priority":821},"references/4-build-dataset.md",{"path":3108,"priority":821},"references/5-run-tests.md",{"path":3110,"priority":821},"references/6-analyze-outcomes.md",{"path":3112,"priority":821},"references/evaluators.md",{"path":3114,"priority":821},"references/runnable-examples/cli-app.md",{"path":3116,"priority":821},"references/runnable-examples/fastapi-web-server.md",{"path":3118,"priority":821},"references/runnable-examples/standalone-function.md",{"path":3120,"priority":821},"references/testing-api.md",{"path":3122,"priority":821},"references/wrap-api.md",{"basePath":3124,"description":3125,"displayName":3126,"installMethods":3127,"rationale":3128,"selectedPaths":3129,"source":263,"sourceLanguage":18,"type":239},"skills/exam-ready","Activate this skill when a student provides study material (PDF or pasted notes) and a syllabus, and wants to prepare for an exam. Extracts key definitions, points, keywords, diagrams, exam-ready sentences, and practice questions strictly from the provided material.\n","exam-ready",{"claudeCode":12},"SKILL.md frontmatter at skills/exam-ready/SKILL.md",[3130],{"path":795,"priority":262},{"basePath":3132,"description":3133,"displayName":3134,"installMethods":3135,"rationale":3136,"selectedPaths":3137,"source":263,"sourceLanguage":18,"type":239},"skills/excalidraw-diagram-generator","Generate Excalidraw diagrams from natural language descriptions. Use when asked to \"create a diagram\", \"make a flowchart\", \"visualize a process\", \"draw a system architecture\", \"create a mind map\", or \"generate an Excalidraw file\". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.","excalidraw-diagram-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/excalidraw-diagram-generator/SKILL.md",[3138,3139,3141,3143,3144,3145,3147,3149,3151,3153,3155,3157,3159,3161,3163,3165],{"path":795,"priority":262},{"path":3140,"priority":821},"references/element-types.md",{"path":3142,"priority":821},"references/excalidraw-schema.md",{"path":3044,"priority":1286},{"path":3046,"priority":1286},{"path":3146,"priority":1286},"scripts/add-arrow.py",{"path":3148,"priority":1286},"scripts/add-icon-to-diagram.py",{"path":3150,"priority":1286},"scripts/split-excalidraw-library.py",{"path":3152,"priority":1286},"templates/business-flow-swimlane-template.excalidraw",{"path":3154,"priority":1286},"templates/class-diagram-template.excalidraw",{"path":3156,"priority":1286},"templates/data-flow-diagram-template.excalidraw",{"path":3158,"priority":1286},"templates/er-diagram-template.excalidraw",{"path":3160,"priority":1286},"templates/flowchart-template.excalidraw",{"path":3162,"priority":1286},"templates/mindmap-template.excalidraw",{"path":3164,"priority":1286},"templates/relationship-template.excalidraw",{"path":3166,"priority":1286},"templates/sequence-diagram-template.excalidraw",{"basePath":3168,"description":3169,"displayName":3170,"installMethods":3171,"rationale":3172,"selectedPaths":3173,"source":263,"sourceLanguage":18,"type":239},"skills/fabric-lakehouse","Use this skill to get context about Fabric Lakehouse and its features for software systems and AI-powered functions. It offers descriptions of Lakehouse data components, organization with schemas and shortcuts, access control, and code examples. This skill supports users in designing, building, and optimizing Lakehouse solutions using best practices.","fabric-lakehouse",{"claudeCode":12},"SKILL.md frontmatter at skills/fabric-lakehouse/SKILL.md",[3174,3175,3177],{"path":795,"priority":262},{"path":3176,"priority":821},"references/getdata.md",{"path":3178,"priority":821},"references/pyspark.md",{"basePath":3180,"description":3181,"displayName":3182,"installMethods":3183,"rationale":3184,"selectedPaths":3185,"source":263,"sourceLanguage":18,"type":239},"skills/fedora-linux-triage","Triage and resolve Fedora issues with dnf, systemd, and SELinux-aware guidance.","fedora-linux-triage",{"claudeCode":12},"SKILL.md frontmatter at skills/fedora-linux-triage/SKILL.md",[3186],{"path":795,"priority":262},{"basePath":3188,"description":3189,"displayName":3190,"installMethods":3191,"rationale":3192,"selectedPaths":3193,"source":263,"sourceLanguage":18,"type":239},"skills/finalize-agent-prompt","Finalize prompt file using the role of an AI agent to polish the prompt for the end user.","finalize-agent-prompt",{"claudeCode":12},"SKILL.md frontmatter at skills/finalize-agent-prompt/SKILL.md",[3194],{"path":795,"priority":262},{"basePath":3196,"description":3197,"displayName":3198,"installMethods":3199,"rationale":3200,"selectedPaths":3201,"source":263,"sourceLanguage":3204,"type":239},"skills/finnish-humanizer","Detect and remove AI-generated markers from Finnish text, making it sound like a native Finnish speaker wrote it. Use when asked to \"humanize\", \"naturalize\", or \"remove AI feel\" from Finnish text, or when editing .md/.txt files containing Finnish content. Identifies 26 patterns (12 Finnish-specific + 14 universal) and 4 style markers.","finnish-humanizer",{"claudeCode":12},"SKILL.md frontmatter at skills/finnish-humanizer/SKILL.md",[3202,3203],{"path":795,"priority":262},{"path":2016,"priority":821},"it",{"basePath":3206,"description":3207,"displayName":3208,"installMethods":3209,"rationale":3210,"selectedPaths":3211,"source":263,"sourceLanguage":18,"type":239},"skills/first-ask","Interactive, input-tool powered, task refinement workflow: interrogates scope, deliverables, constraints before carrying out the task; Requires the Joyride extension.","first-ask",{"claudeCode":12},"SKILL.md frontmatter at skills/first-ask/SKILL.md",[3212],{"path":795,"priority":262},{"basePath":3214,"description":3215,"displayName":3216,"installMethods":3217,"rationale":3218,"selectedPaths":3219,"source":263,"sourceLanguage":18,"type":239},"skills/fluentui-blazor","Guide for using the Microsoft Fluent UI Blazor component library (Microsoft.FluentUI.AspNetCore.Components NuGet package) in Blazor applications. Use this when the user is building a Blazor app with Fluent UI components, setting up the library, using FluentUI components like FluentButton, FluentDataGrid, FluentDialog, FluentToast, FluentNavMenu, FluentTextField, FluentSelect, FluentAutocomplete, FluentDesignTheme, or any component prefixed with \"Fluent\". Also use when troubleshooting missing providers, JS interop issues, or theming.\n","fluentui-blazor",{"claudeCode":12},"SKILL.md frontmatter at skills/fluentui-blazor/SKILL.md",[3220,3221,3223,3225,3227],{"path":795,"priority":262},{"path":3222,"priority":821},"references/DATAGRID.md",{"path":3224,"priority":821},"references/LAYOUT-AND-NAVIGATION.md",{"path":3226,"priority":821},"references/SETUP.md",{"path":3228,"priority":821},"references/THEMING.md",{"basePath":3230,"description":3231,"displayName":3232,"installMethods":3233,"rationale":3234,"selectedPaths":3235,"source":263,"sourceLanguage":18,"type":239},"skills/folder-structure-blueprint-generator","Comprehensive technology-agnostic prompt for analyzing and documenting project folder structures. Auto-detects project types (.NET, Java, React, Angular, Python, Node.js, Flutter), generates detailed blueprints with visualization options, naming conventions, file placement patterns, and extension templates for maintaining consistent code organization across diverse technology stacks.","folder-structure-blueprint-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/folder-structure-blueprint-generator/SKILL.md",[3236],{"path":795,"priority":262},{"basePath":3238,"description":3239,"displayName":3240,"installMethods":3241,"rationale":3242,"selectedPaths":3243,"source":263,"sourceLanguage":18,"type":239},"skills/foundry-agent-sync","Create and synchronize prompt-based AI agents directly within Azure AI Foundry via REST API, from a local JSON manifest. Unlike scaffolding skills that only generate local code, this skill registers agents in the Foundry service itself — making them immediately available for invocation. Use when the user asks to create agents in Foundry, sync, deploy, register, or push agents to Foundry, update agent instructions, or scaffold the manifest and sync script for a new repository. Triggers: 'create agent in foundry', 'sync foundry agents', 'deploy agents to foundry', 'register agents in foundry', 'push agents', 'create foundry agent manifest', 'scaffold agent sync'.","foundry-agent-sync",{"claudeCode":12},"SKILL.md frontmatter at skills/foundry-agent-sync/SKILL.md",[3244],{"path":795,"priority":262},{"basePath":3246,"description":3247,"displayName":3248,"installMethods":3249,"rationale":3250,"selectedPaths":3251,"source":263,"sourceLanguage":18,"type":239},"skills/freecad-scripts","Expert skill for writing FreeCAD Python scripts, macros, and automation. Use when asked to create FreeCAD models, parametric objects, Part/Mesh/Sketcher scripts, workbench tools, GUI dialogs with PySide, Coin3D scenegraph manipulation, or any FreeCAD Python API task. Covers FreeCAD scripting basics, geometry creation, FeaturePython objects, interface tools, and macro development.","freecad-scripts",{"claudeCode":12},"SKILL.md frontmatter at skills/freecad-scripts/SKILL.md",[3252,3253,3255,3257,3259,3261],{"path":795,"priority":262},{"path":3254,"priority":821},"references/geometry-and-shapes.md",{"path":3256,"priority":821},"references/gui-and-interface.md",{"path":3258,"priority":821},"references/parametric-objects.md",{"path":3260,"priority":821},"references/scripting-fundamentals.md",{"path":3262,"priority":821},"references/workbenches-and-advanced.md",{"basePath":3264,"description":3265,"displayName":3266,"installMethods":3267,"rationale":3268,"selectedPaths":3269,"source":263,"sourceLanguage":18,"type":239},"skills/game-engine","Expert skill for building web-based game engines and games using HTML5, Canvas, WebGL, and JavaScript. Use when asked to create games, build game engines, implement game physics, handle collision detection, set up game loops, manage sprites, add game controls, or work with 2D/3D rendering. Covers techniques for platformers, breakout-style games, maze games, tilemaps, audio, multiplayer via WebRTC, and publishing games.","game-engine",{"claudeCode":12},"SKILL.md frontmatter at skills/game-engine/SKILL.md",[3270,3271,3273,3275,3277,3279,3281,3283,3285,3287,3289,3291,3293,3295,3297],{"path":795,"priority":262},{"path":3272,"priority":1286},"assets/2d-maze-game.md",{"path":3274,"priority":1286},"assets/2d-platform-game.md",{"path":3276,"priority":1286},"assets/gameBase-template-repo.md",{"path":3278,"priority":1286},"assets/paddle-game-template.md",{"path":3280,"priority":1286},"assets/simple-2d-engine.md",{"path":3282,"priority":821},"references/3d-web-games.md",{"path":3284,"priority":821},"references/algorithms.md",{"path":3286,"priority":821},"references/basics.md",{"path":3288,"priority":821},"references/game-control-mechanisms.md",{"path":3290,"priority":821},"references/game-engine-core-principles.md",{"path":3292,"priority":821},"references/game-publishing.md",{"path":3294,"priority":821},"references/techniques.md",{"path":3296,"priority":821},"references/terminology.md",{"path":3298,"priority":821},"references/web-apis.md",{"basePath":3300,"description":3301,"displayName":3302,"installMethods":3303,"rationale":3304,"selectedPaths":3305,"source":263,"sourceLanguage":18,"type":239},"skills/gdpr-compliant","Apply GDPR-compliant engineering practices across your codebase. Use this skill whenever you are designing APIs, writing data models, building authentication flows, implementing logging, handling user data, writing retention/deletion jobs, designing cloud infrastructure, or reviewing pull requests for privacy compliance. Trigger this skill for any task involving personal data, user accounts, cookies, analytics, emails, audit logs, encryption, pseudonymization, anonymization, data exports, breach response, CI/CD pipelines that process real data, or any question framed as \"is this GDPR-compliant?\". Inspired by CNIL developer guidance and GDPR Articles 5, 25, 32, 33, 35.","gdpr-compliant",{"claudeCode":12},"SKILL.md frontmatter at skills/gdpr-compliant/SKILL.md",[3306,3307,3309],{"path":795,"priority":262},{"path":3308,"priority":821},"references/Security.md",{"path":3310,"priority":821},"references/data-rights.md",{"basePath":3312,"description":3313,"displayName":3314,"installMethods":3315,"rationale":3316,"selectedPaths":3317,"source":263,"sourceLanguage":18,"type":239},"skills/gen-specs-as-issues","This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation.","gen-specs-as-issues",{"claudeCode":12},"SKILL.md frontmatter at skills/gen-specs-as-issues/SKILL.md",[3318],{"path":795,"priority":262},{"basePath":3320,"description":3321,"displayName":3322,"installMethods":3323,"rationale":3324,"selectedPaths":3325,"source":263,"sourceLanguage":18,"type":239},"skills/generate-custom-instructions-from-codebase","Migration and code evolution instructions generator for GitHub Copilot. Analyzes differences between two project versions (branches, commits, or releases) to create precise instructions allowing Copilot to maintain consistency during technology migrations, major refactoring, or framework version upgrades.","generate-custom-instructions-from-codebase",{"claudeCode":12},"SKILL.md frontmatter at skills/generate-custom-instructions-from-codebase/SKILL.md",[3326],{"path":795,"priority":262},{"basePath":3328,"description":3329,"displayName":3330,"installMethods":3331,"rationale":3332,"selectedPaths":3333,"source":263,"sourceLanguage":18,"type":239},"skills/gh-cli","GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line.","gh-cli",{"claudeCode":12},"SKILL.md frontmatter at skills/gh-cli/SKILL.md",[3334],{"path":795,"priority":262},{"basePath":3336,"description":3337,"displayName":3338,"installMethods":3339,"rationale":3340,"selectedPaths":3341,"source":263,"sourceLanguage":18,"type":239},"skills/git-commit","Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions \"/commit\". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping","git-commit",{"claudeCode":12},"SKILL.md frontmatter at skills/git-commit/SKILL.md",[3342],{"path":795,"priority":262},{"basePath":3344,"description":3345,"displayName":3346,"installMethods":3347,"rationale":3348,"selectedPaths":3349,"source":263,"sourceLanguage":18,"type":239},"skills/git-flow-branch-creator","Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model.","git-flow-branch-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/git-flow-branch-creator/SKILL.md",[3350],{"path":795,"priority":262},{"basePath":3352,"description":3353,"displayName":3354,"installMethods":3355,"rationale":3356,"selectedPaths":3357,"source":263,"sourceLanguage":18,"type":239},"skills/github-copilot-starter","Set up complete GitHub Copilot configuration for a new project based on technology stack","github-copilot-starter",{"claudeCode":12},"SKILL.md frontmatter at skills/github-copilot-starter/SKILL.md",[3358],{"path":795,"priority":262},{"basePath":3360,"description":3361,"displayName":3362,"installMethods":3363,"rationale":3364,"selectedPaths":3365,"source":263,"sourceLanguage":18,"type":239},"skills/github-issues","Create, update, and manage GitHub issues using MCP tools. Use this skill when users want to create bug reports, feature requests, or task issues, update existing issues, add labels/assignees/milestones, set issue fields (dates, priority, custom fields), set issue types, manage issue workflows, link issues, add dependencies, or track blocked-by/blocking relationships. Triggers on requests like \"create an issue\", \"file a bug\", \"request a feature\", \"update issue X\", \"set the priority\", \"set the start date\", \"link issues\", \"add dependency\", \"blocked by\", \"blocking\", or any GitHub issue management task.","github-issues",{"claudeCode":12},"SKILL.md frontmatter at skills/github-issues/SKILL.md",[3366,3367,3369,3371,3373,3375,3377,3379,3381],{"path":795,"priority":262},{"path":3368,"priority":821},"references/dependencies.md",{"path":3370,"priority":821},"references/images.md",{"path":3372,"priority":821},"references/issue-fields.md",{"path":3374,"priority":821},"references/issue-types.md",{"path":3376,"priority":821},"references/projects.md",{"path":3378,"priority":821},"references/search.md",{"path":3380,"priority":821},"references/sub-issues.md",{"path":3382,"priority":821},"references/templates.md",{"basePath":3384,"description":3385,"displayName":3386,"installMethods":3387,"rationale":3388,"selectedPaths":3389,"source":263,"sourceLanguage":18,"type":239},"skills/github-release","Guides IA through releasing a new version of a GitHub library end-to-end.  Handles SemVer versioning and Keep a Changelog formatting automatically.\n","github-release",{"claudeCode":12},"SKILL.md frontmatter at skills/github-release/SKILL.md",[3390,3391,3393],{"path":795,"priority":262},{"path":3392,"priority":821},"references/commit-classification.md",{"path":3394,"priority":821},"references/semver-rules.md",{"basePath":3396,"description":3397,"displayName":3398,"installMethods":3399,"rationale":3400,"selectedPaths":3401,"source":263,"sourceLanguage":18,"type":239},"skills/gsap-framer-scroll-animation","Use this skill whenever the user wants to build scroll animations, scroll effects, parallax, scroll-triggered reveals, pinned sections, horizontal scroll, text animations, or any motion tied to scroll position — in vanilla JS, React, or Next.js. Covers GSAP ScrollTrigger (pinning, scrubbing, snapping, timelines, horizontal scroll, ScrollSmoother, matchMedia) and Framer Motion / Motion v12 (useScroll, useTransform, useSpring, whileInView, variants). Use this skill even if the user just says \"animate on scroll\", \"fade in as I scroll\", \"make it scroll like Apple\", \"parallax effect\", \"sticky section\", \"scroll progress bar\", or \"entrance animation\". Also triggers for Copilot prompt patterns for GSAP or Framer Motion code generation. Pairs with the premium-frontend-ui skill for creative philosophy and design-level polish.","gsap-framer-scroll-animation",{"claudeCode":12},"SKILL.md frontmatter at skills/gsap-framer-scroll-animation/SKILL.md",[3402,3403,3405],{"path":795,"priority":262},{"path":3404,"priority":821},"references/framer.md",{"path":3406,"priority":821},"references/gsap.md",{"basePath":3408,"description":3409,"displayName":3410,"installMethods":3411,"rationale":3412,"selectedPaths":3413,"source":263,"sourceLanguage":18,"type":239},"skills/gtm-0-to-1-launch","Launch new products from idea to first customers. Use when launching products, finding early adopters, building launch week playbooks, diagnosing why adoption stalls, or learning that press coverage does not equal growth. Includes the three-layer diagnosis, the 2-week experiment cycle, and the launch that got 50K impressions and 12 signups.","gtm-0-to-1-launch",{"claudeCode":12},"SKILL.md frontmatter at skills/gtm-0-to-1-launch/SKILL.md",[3414],{"path":795,"priority":262},{"basePath":3416,"description":3417,"displayName":3418,"installMethods":3419,"rationale":3420,"selectedPaths":3421,"source":263,"sourceLanguage":18,"type":239},"skills/gtm-ai-gtm","Go-to-market strategy for AI products. Use when positioning AI products, handling \"who is responsible when it breaks\" objections, pricing variable-cost AI, choosing between copilot/agent/teammate framing, or selling autonomous tools into enterprises.","gtm-ai-gtm",{"claudeCode":12},"SKILL.md frontmatter at skills/gtm-ai-gtm/SKILL.md",[3422],{"path":795,"priority":262},{"basePath":3424,"description":3425,"displayName":3426,"installMethods":3427,"rationale":3428,"selectedPaths":3429,"source":263,"sourceLanguage":18,"type":239},"skills/gtm-board-and-investor-communication","Board meeting preparation, investor updates, and executive communication. Use when preparing board decks, writing investor updates, handling bad news with the board, structuring QBRs, or building board-level metric discipline. Includes the \"Three Things\" narrative model, the 4-tier metric hierarchy, and the pre-brief pattern that prevents board surprises.","gtm-board-and-investor-communication",{"claudeCode":12},"SKILL.md frontmatter at skills/gtm-board-and-investor-communication/SKILL.md",[3430],{"path":795,"priority":262},{"basePath":3432,"description":3433,"displayName":3434,"installMethods":3435,"rationale":3436,"selectedPaths":3437,"source":263,"sourceLanguage":18,"type":239},"skills/gtm-developer-ecosystem","Build and scale developer-led adoption through ecosystem programs. Use when deciding open vs curated ecosystems, building developer programs, scaling platform adoption, or designing student program pipelines.","gtm-developer-ecosystem",{"claudeCode":12},"SKILL.md frontmatter at skills/gtm-developer-ecosystem/SKILL.md",[3438],{"path":795,"priority":262},{"basePath":3440,"description":3441,"displayName":3442,"installMethods":3443,"rationale":3444,"selectedPaths":3445,"source":263,"sourceLanguage":18,"type":239},"skills/gtm-enterprise-account-planning","Strategic account planning and execution for enterprise deals. Use when planning complex sales cycles, managing multiple stakeholders, applying MEDDICC qualification, tracking deal health, or building mutual action plans. Includes the \"stale MAP equals dead deal\" pattern.","gtm-enterprise-account-planning",{"claudeCode":12},"SKILL.md frontmatter at skills/gtm-enterprise-account-planning/SKILL.md",[3446],{"path":795,"priority":262},{"basePath":3448,"description":3449,"displayName":3450,"installMethods":3451,"rationale":3452,"selectedPaths":3453,"source":263,"sourceLanguage":18,"type":239},"skills/gtm-enterprise-onboarding","Four-phase framework for onboarding enterprise customers from contract to value realization. Use when implementing new enterprise customers, preventing churn during onboarding, or solving the adoption cliff that kills deals post-go-live. Includes the Week 4 ghosting pattern.","gtm-enterprise-onboarding",{"claudeCode":12},"SKILL.md frontmatter at skills/gtm-enterprise-onboarding/SKILL.md",[3454],{"path":795,"priority":262},{"basePath":3456,"description":3457,"displayName":3458,"installMethods":3459,"rationale":3460,"selectedPaths":3461,"source":263,"sourceLanguage":18,"type":239},"skills/gtm-operating-cadence","Design meeting rhythms, metric reporting, quarterly planning, and decision-making velocity for scaling companies. Use when decisions are slow, planning is broken, the company is growing but alignment is worse, or leadership meetings consume all time without producing decisions.","gtm-operating-cadence",{"claudeCode":12},"SKILL.md frontmatter at skills/gtm-operating-cadence/SKILL.md",[3462],{"path":795,"priority":262},{"basePath":3464,"description":3465,"displayName":3466,"installMethods":3467,"rationale":3468,"selectedPaths":3469,"source":263,"sourceLanguage":18,"type":239},"skills/gtm-partnership-architecture","Build and scale partner ecosystems that drive revenue and platform adoption. Use when building partner programs from scratch, tiering partnerships, managing co-marketing, making build-vs-partner decisions, or structuring crawl-walk-run partner deployment.","gtm-partnership-architecture",{"claudeCode":12},"SKILL.md frontmatter at skills/gtm-partnership-architecture/SKILL.md",[3470],{"path":795,"priority":262},{"basePath":3472,"description":3473,"displayName":3474,"installMethods":3475,"rationale":3476,"selectedPaths":3477,"source":263,"sourceLanguage":18,"type":239},"skills/gtm-positioning-strategy","Find and own a defensible market position. Use when messaging sounds like competitors, conversion is weak despite awareness, repositioning a product, or testing positioning claims. Includes Crawl-Walk-Run rollout methodology and the word change that improved enterprise deal progression.","gtm-positioning-strategy",{"claudeCode":12},"SKILL.md frontmatter at skills/gtm-positioning-strategy/SKILL.md",[3478],{"path":795,"priority":262},{"basePath":3480,"description":3481,"displayName":3482,"installMethods":3483,"rationale":3484,"selectedPaths":3485,"source":263,"sourceLanguage":18,"type":239},"skills/gtm-product-led-growth","Build self-serve acquisition and expansion motions. Use when deciding PLG vs sales-led, optimizing activation, driving freemium conversion, building growth equations, or recognizing when product complexity demands human touch. Includes the parallel test where sales-led won 10x on revenue.","gtm-product-led-growth",{"claudeCode":12},"SKILL.md frontmatter at skills/gtm-product-led-growth/SKILL.md",[3486],{"path":795,"priority":262},{"basePath":3488,"description":3489,"displayName":3490,"installMethods":3491,"rationale":3492,"selectedPaths":3493,"source":263,"sourceLanguage":18,"type":239},"skills/gtm-technical-product-pricing","Pricing strategy for technical products. Use when choosing usage-based vs seat-based, designing freemium thresholds, structuring enterprise pricing conversations, deciding when to raise prices, or using price as a positioning signal.","gtm-technical-product-pricing",{"claudeCode":12},"SKILL.md frontmatter at skills/gtm-technical-product-pricing/SKILL.md",[3494],{"path":795,"priority":262},{"basePath":3496,"description":3497,"displayName":3498,"installMethods":3499,"rationale":3500,"selectedPaths":3501,"source":263,"sourceLanguage":18,"type":239},"skills/image-manipulation-image-magick","Process and manipulate images using ImageMagick. Supports resizing, format conversion, batch processing, and retrieving image metadata. Use when working with images, creating thumbnails, resizing wallpapers, or performing batch image operations.","image-manipulation-image-magick",{"claudeCode":12},"SKILL.md frontmatter at skills/image-manipulation-image-magick/SKILL.md",[3502],{"path":795,"priority":262},{"basePath":3504,"description":3505,"displayName":3506,"installMethods":3507,"rationale":3508,"selectedPaths":3509,"source":263,"sourceLanguage":18,"type":239},"skills/impediment-prioritization","Ranks any list of impediments and their countermeasures using a value-stream scoring model (ROI, Cost to Implement, Ease of Deployment, Risk Factor) and a fixed prioritization formula. Use when someone asks to prioritize, rank, sequence, or triage impediments, countermeasures, remediation items, risks, findings, gaps, action items, or backlog entries; or mentions value-stream prioritization, A3 / lean countermeasure ranking, ROI vs. effort scoring, or building a remediation / improvement backlog. Works with GHQR findings, audit results, retrospective action items, risk registers, architecture review gaps, or any free-form `{impediment, countermeasure}` list.","impediment-prioritization",{"claudeCode":12},"SKILL.md frontmatter at skills/impediment-prioritization/SKILL.md",[3510,3511],{"path":795,"priority":262},{"path":3512,"priority":821},"references/scoring-rubric.md",{"basePath":3514,"description":3515,"displayName":3516,"installMethods":3517,"rationale":3518,"selectedPaths":3519,"source":263,"sourceLanguage":18,"type":239},"skills/issue-fields-migration","Bulk-migrate metadata to GitHub issue fields from two sources: repo labels (e.g. priority labels to a Priority field) and Project V2 fields. Use when users say \"migrate my labels to issue fields\", \"migrate project fields to issue fields\", \"convert labels to issue fields\", \"copy project field values to issue fields\", or ask about adopting issue fields. Issue fields are org-level typed metadata (single select, text, number, date) that replace label-based workarounds with structured, searchable, cross-repo fields.","issue-fields-migration",{"claudeCode":12},"SKILL.md frontmatter at skills/issue-fields-migration/SKILL.md",[3520,3521,3523,3525],{"path":795,"priority":262},{"path":3522,"priority":821},"references/issue-fields-api.md",{"path":3524,"priority":821},"references/labels-api.md",{"path":3526,"priority":821},"references/projects-api.md",{"basePath":3528,"description":3529,"displayName":3530,"installMethods":3531,"rationale":3532,"selectedPaths":3533,"source":263,"sourceLanguage":18,"type":239},"skills/java-add-graalvm-native-image-support","GraalVM Native Image expert that adds native image support to Java applications, builds the project, analyzes build errors, applies fixes, and iterates until successful compilation using Oracle best practices.","java-add-graalvm-native-image-support",{"claudeCode":12},"SKILL.md frontmatter at skills/java-add-graalvm-native-image-support/SKILL.md",[3534],{"path":795,"priority":262},{"basePath":3536,"description":3537,"displayName":3538,"installMethods":3539,"rationale":3540,"selectedPaths":3541,"source":263,"sourceLanguage":18,"type":239},"skills/java-refactoring-extract-method","Refactoring using Extract Methods in Java Language","java-refactoring-extract-method",{"claudeCode":12},"SKILL.md frontmatter at skills/java-refactoring-extract-method/SKILL.md",[3542],{"path":795,"priority":262},{"basePath":3544,"description":3545,"displayName":3546,"installMethods":3547,"rationale":3548,"selectedPaths":3549,"source":263,"sourceLanguage":18,"type":239},"skills/java-refactoring-remove-parameter","Refactoring using Remove Parameter in Java Language","java-refactoring-remove-parameter",{"claudeCode":12},"SKILL.md frontmatter at skills/java-refactoring-remove-parameter/SKILL.md",[3550],{"path":795,"priority":262},{"basePath":3552,"description":3553,"displayName":3554,"installMethods":3555,"rationale":3556,"selectedPaths":3557,"source":263,"sourceLanguage":18,"type":239},"skills/javascript-typescript-jest","Best practices for writing JavaScript/TypeScript tests using Jest, including mocking strategies, test structure, and common patterns.","javascript-typescript-jest",{"claudeCode":12},"SKILL.md frontmatter at skills/javascript-typescript-jest/SKILL.md",[3558],{"path":795,"priority":262},{"basePath":3560,"description":3561,"displayName":3562,"installMethods":3563,"rationale":3564,"selectedPaths":3565,"source":263,"sourceLanguage":18,"type":239},"skills/javax-to-jakarta-migration","Migrate Java code from javax.* to jakarta.* namespace. Use when upgrading to Tomcat 11, Jakarta EE 10, or when javax imports are detected in the codebase.","javax-to-jakarta-migration",{"claudeCode":12},"SKILL.md frontmatter at skills/javax-to-jakarta-migration/SKILL.md",[3566],{"path":795,"priority":262},{"basePath":3568,"description":3569,"displayName":3570,"installMethods":3571,"rationale":3572,"selectedPaths":3573,"source":263,"sourceLanguage":18,"type":239},"skills/kotlin-springboot","Get best practices for developing applications with Spring Boot and Kotlin.","kotlin-springboot",{"claudeCode":12},"SKILL.md frontmatter at skills/kotlin-springboot/SKILL.md",[3574],{"path":795,"priority":262},{"basePath":3576,"description":3577,"displayName":3578,"installMethods":3579,"rationale":3580,"selectedPaths":3581,"source":263,"sourceLanguage":18,"type":239},"skills/legacy-circuit-mockups","Generate breadboard circuit mockups and visual diagrams using HTML5 Canvas drawing techniques. Use when asked to create circuit layouts, visualize electronic component placements, draw breadboard diagrams, mockup 6502 builds, generate retro computer schematics, or design vintage electronics projects. Supports 555 timers, W65C02S microprocessors, 28C256 EEPROMs, W65C22 VIA chips, 7400-series logic gates, LEDs, resistors, capacitors, switches, buttons, crystals, and wires.","legacy-circuit-mockups",{"claudeCode":12},"SKILL.md frontmatter at skills/legacy-circuit-mockups/SKILL.md",[3582,3583,3585,3587,3589,3591,3593,3595,3597,3599,3601,3603,3605,3607,3609,3611,3613,3615,3617,3619,3621],{"path":795,"priority":262},{"path":3584,"priority":821},"references/28256-eeprom.md",{"path":3586,"priority":821},"references/555.md",{"path":3588,"priority":821},"references/6502.md",{"path":3590,"priority":821},"references/6522.md",{"path":3592,"priority":821},"references/6C62256.md",{"path":3594,"priority":821},"references/7400-series.md",{"path":3596,"priority":821},"references/assembly-compiler.md",{"path":3598,"priority":821},"references/assembly-language.md",{"path":3600,"priority":821},"references/basic-electronic-components.md",{"path":3602,"priority":821},"references/breadboard.md",{"path":3604,"priority":821},"references/common-breadboard-components.md",{"path":3606,"priority":821},"references/connecting-electronic-components.md",{"path":3608,"priority":821},"references/emulator-28256-eeprom.md",{"path":3610,"priority":821},"references/emulator-6502.md",{"path":3612,"priority":821},"references/emulator-6522.md",{"path":3614,"priority":821},"references/emulator-6C62256.md",{"path":3616,"priority":821},"references/emulator-lcd.md",{"path":3618,"priority":821},"references/lcd.md",{"path":3620,"priority":821},"references/minipro.md",{"path":3622,"priority":821},"references/t48eeprom-programmer.md",{"basePath":3624,"description":3625,"displayName":3626,"installMethods":3627,"rationale":3628,"selectedPaths":3629,"source":263,"sourceLanguage":18,"type":239},"skills/linkedin-post-formatter","Format and draft compelling LinkedIn posts using Unicode bold/italic styling, visual separators, structured sections, and engagement-optimized patterns. USE FOR: draft LinkedIn post, format text for LinkedIn, create social media post, write thought leadership post, convert content to LinkedIn format, LinkedIn carousel text, Unicode bold italic formatting.","linkedin-post-formatter",{"claudeCode":12},"SKILL.md frontmatter at skills/linkedin-post-formatter/SKILL.md",[3630,3631],{"path":795,"priority":262},{"path":3632,"priority":821},"references/unicode-charmap.md",{"basePath":3634,"description":3635,"displayName":3636,"installMethods":3637,"rationale":3638,"selectedPaths":3639,"source":263,"sourceLanguage":18,"type":239},"skills/lsp-setup","Enable code intelligence (go-to-definition, find-references, hover, type info) for any programming language by installing and configuring an LSP server for Copilot CLI. Detects the OS, installs the right server, and generates the JSON configuration (user-level or repo-level). Use when you need deeper code understanding and no LSP server is configured, or when the user asks to set up, install, or configure an LSP server.","lsp-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/lsp-setup/SKILL.md",[3640,3641],{"path":795,"priority":262},{"path":3642,"priority":821},"references/lsp-servers.md",{"basePath":3644,"description":3645,"displayName":3646,"installMethods":3647,"rationale":3648,"selectedPaths":3649,"source":263,"sourceLanguage":18,"type":239},"skills/make-repo-contribution","All changes to code must follow the guidance documented in the repository. Before any issue is filed, branch is made, commits generated, or pull request (or PR) created, a search must be done to ensure the right steps are followed. Whenever asked to create an issue, commit messages, to push code, or create a PR, use this skill so everything is done correctly.","make-repo-contribution",{"claudeCode":12},"SKILL.md frontmatter at skills/make-repo-contribution/SKILL.md",[3650,3651,3653],{"path":795,"priority":262},{"path":3652,"priority":1286},"assets/issue-template.md",{"path":3654,"priority":1286},"assets/pr-template.md",{"basePath":3656,"description":3657,"displayName":3658,"installMethods":3659,"rationale":3660,"selectedPaths":3661,"source":263,"sourceLanguage":18,"type":239},"skills/make-skill-template","Create new Agent Skills for GitHub Copilot from prompts or by duplicating this template. Use when asked to \"create a skill\", \"make a new skill\", \"scaffold a skill\", or when building specialized AI capabilities with bundled resources. Generates SKILL.md files with proper frontmatter, directory structure, and optional scripts/references/assets folders.","make-skill-template",{"claudeCode":12},"SKILL.md frontmatter at skills/make-skill-template/SKILL.md",[3662],{"path":795,"priority":262},{"basePath":3664,"description":3665,"displayName":3666,"installMethods":3667,"rationale":3668,"selectedPaths":3669,"source":263,"sourceLanguage":18,"type":239},"skills/mcp-cli","Interface for MCP (Model Context Protocol) servers via CLI. Use when you need to interact with external tools, APIs, or data sources through MCP servers, list available MCP servers/tools, or call MCP tools from command line.","mcp-cli",{"claudeCode":12},"SKILL.md frontmatter at skills/mcp-cli/SKILL.md",[3670],{"path":795,"priority":262},{"basePath":3672,"description":3673,"displayName":3674,"installMethods":3675,"rationale":3676,"selectedPaths":3677,"source":263,"sourceLanguage":18,"type":239},"skills/mcp-security-audit","Audit MCP (Model Context Protocol) server configurations for security issues. Use this skill when:\n- Reviewing .mcp.json files for security risks\n- Checking MCP server args for hardcoded secrets or shell injection patterns\n- Validating that MCP servers use pinned versions (not @latest)\n- Detecting unpinned dependencies in MCP server configurations\n- Auditing which MCP servers a project registers and whether they're on an approved list\n- Checking for environment variable usage vs. hardcoded credentials in MCP configs\n- Any request like \"is my MCP config secure?\", \"audit my MCP servers\", or \"check .mcp.json\"\nkeywords: [mcp, security, audit, secrets, shell-injection, supply-chain, governance]\n","mcp-security-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/mcp-security-audit/SKILL.md",[3678],{"path":795,"priority":262},{"basePath":3680,"description":3681,"displayName":3682,"installMethods":3683,"rationale":3684,"selectedPaths":3685,"source":263,"sourceLanguage":18,"type":239},"skills/meeting-minutes","Generate concise, actionable meeting minutes for internal meetings. Includes metadata, attendees, agenda, decisions, action items (owner + due date), and follow-up steps.","meeting-minutes",{"claudeCode":12},"SKILL.md frontmatter at skills/meeting-minutes/SKILL.md",[3686],{"path":795,"priority":262},{"basePath":3688,"description":3689,"displayName":3690,"installMethods":3691,"rationale":3692,"selectedPaths":3693,"source":263,"sourceLanguage":18,"type":239},"skills/memory-merger","Merges mature lessons from a domain memory file into its instruction file. Syntax: `/memory-merger >domain [scope]` where scope is `global` (default), `user`, `workspace`, or `ws`.","memory-merger",{"claudeCode":12},"SKILL.md frontmatter at skills/memory-merger/SKILL.md",[3694],{"path":795,"priority":262},{"basePath":3696,"description":3697,"displayName":3698,"installMethods":3699,"rationale":3700,"selectedPaths":3701,"source":263,"sourceLanguage":18,"type":239},"skills/mentoring-juniors","Socratic mentoring for junior developers and AI newcomers. Guides through questions, never answers. Triggers: \"help me understand\", \"explain this code\", \"I'm stuck\", \"Im stuck\", \"I'm confused\", \"Im confused\", \"I don't understand\", \"I dont understand\", \"can you teach me\", \"teach me\", \"mentor me\", \"guide me\", \"what does this error mean\", \"why doesn't this work\", \"why does not this work\", \"I'm a beginner\", \"Im a beginner\", \"I'm learning\", \"Im learning\", \"I'm new to this\", \"Im new to this\", \"walk me through\", \"how does this work\", \"what's wrong with my code\", \"what's wrong\", \"can you break this down\", \"ELI5\", \"step by step\", \"where do I start\", \"what am I missing\", \"newbie here\", \"junior dev\", \"first time using\", \"how do I\", \"what is\", \"is this right\", \"not sure\", \"need help\", \"struggling\", \"show me\", \"help me debug\", \"best practice\", \"too complex\", \"overwhelmed\", \"lost\", \"debug this\", \"/socratic\", \"/hint\", \"/concept\", \"/pseudocode\". Progressive clue systems, teaching techniques, and success metrics.","mentoring-juniors",{"claudeCode":12},"SKILL.md frontmatter at skills/mentoring-juniors/SKILL.md",[3702],{"path":795,"priority":262},{"basePath":3704,"description":3705,"displayName":3706,"installMethods":3707,"rationale":3708,"selectedPaths":3709,"source":263,"sourceLanguage":18,"type":239},"skills/microsoft-agent-framework","Create, update, refactor, explain, or review Microsoft Agent Framework solutions using shared guidance plus language-specific references for .NET and Python.","microsoft-agent-framework",{"claudeCode":12},"SKILL.md frontmatter at skills/microsoft-agent-framework/SKILL.md",[3710,3711,3713],{"path":795,"priority":262},{"path":3712,"priority":821},"references/dotnet.md",{"path":3714,"priority":821},"references/python.md",{"basePath":3716,"description":3717,"displayName":3718,"installMethods":3719,"rationale":3720,"selectedPaths":3721,"source":263,"sourceLanguage":18,"type":239},"skills/microsoft-code-reference","Look up Microsoft API references, find working code samples, and verify SDK code is correct. Use when working with Azure SDKs, .NET libraries, or Microsoft APIs—to find the right method, check parameters, get working examples, or troubleshoot errors. Catches hallucinated methods, wrong signatures, and deprecated patterns by querying official docs.","microsoft-code-reference",{"claudeCode":12},"SKILL.md frontmatter at skills/microsoft-code-reference/SKILL.md",[3722],{"path":795,"priority":262},{"basePath":3724,"description":3725,"displayName":3726,"installMethods":3727,"rationale":3728,"selectedPaths":3729,"source":263,"sourceLanguage":18,"type":239},"skills/microsoft-docs","Query official Microsoft documentation to find concepts, tutorials, and code examples across Azure, .NET, Agent Framework, Aspire, VS Code, GitHub, and more. Uses Microsoft Learn MCP as the default, with Context7 and Aspire MCP for content that lives outside learn.microsoft.com.","microsoft-docs",{"claudeCode":12},"SKILL.md frontmatter at skills/microsoft-docs/SKILL.md",[3730],{"path":795,"priority":262},{"basePath":3732,"description":3733,"displayName":3734,"installMethods":3735,"rationale":3736,"selectedPaths":3737,"source":263,"sourceLanguage":18,"type":239},"skills/microsoft-skill-creator","Create agent skills for Microsoft technologies using Learn MCP tools. Use when users want to create a skill that teaches agents about any Microsoft technology, library, framework, or service (Azure, .NET, M365, VS Code, Bicep, etc.). Investigates topics deeply, then generates a hybrid skill storing essential knowledge locally while enabling dynamic deeper investigation.","microsoft-skill-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/microsoft-skill-creator/SKILL.md",[3738,3739],{"path":795,"priority":262},{"path":3740,"priority":821},"references/skill-templates.md",{"basePath":3742,"description":3743,"displayName":3744,"installMethods":3745,"rationale":3746,"selectedPaths":3747,"source":263,"sourceLanguage":18,"type":239},"skills/minecraft-plugin-development","Use this skill when building or modifying Minecraft server plugins for Paper, Spigot, or Bukkit, including plugin.yml setup, commands, listeners, schedulers, player state, team or arena systems, persistent progression, economy or profile data, configuration files, Adventure text, and version-safe API usage. Trigger for requests like \"build a Minecraft plugin\", \"add a Paper command\", \"fix a Bukkit listener\", \"create plugin.yml\", \"implement a minigame mechanic\", \"add a perk or quest system\", or \"debug server plugin behavior\".","minecraft-plugin-development",{"claudeCode":12},"SKILL.md frontmatter at skills/minecraft-plugin-development/SKILL.md",[3748,3749,3751,3753,3755,3757,3759,3761,3763],{"path":795,"priority":262},{"path":3750,"priority":821},"references/bootstrap-registration.md",{"path":3752,"priority":821},"references/build-test-and-runtime-validation.md",{"path":3754,"priority":821},"references/config-data-and-async.md",{"path":3756,"priority":821},"references/maps-heroes-and-feature-modules.md",{"path":3758,"priority":821},"references/minigame-instance-flow.md",{"path":3760,"priority":821},"references/persistent-progression-and-events.md",{"path":3762,"priority":821},"references/project-patterns.md",{"path":3764,"priority":821},"references/state-sessions-and-phases.md",{"basePath":3766,"description":3767,"displayName":3768,"installMethods":3769,"rationale":3770,"selectedPaths":3771,"source":263,"sourceLanguage":18,"type":239},"skills/mini-context-graph","A persistent, compounding knowledge base combining Karpathy's LLM Wiki pattern\nwith a structured knowledge graph. Ingest documents once — the LLM writes wiki\npages, extracts entities/relations into the graph, and stores raw content for\nevidence retrieval. Knowledge accumulates and cross-references; it is never\nre-derived from scratch.\n","mini-context-graph",{"claudeCode":12},"SKILL.md frontmatter at skills/mini-context-graph/SKILL.md",[3772,3773,3775,3777,3779,3781,3783,3785,3787,3789,3791,3793,3795,3797,3799],{"path":795,"priority":262},{"path":3774,"priority":821},"references/ingestion.md",{"path":3776,"priority":821},"references/lint.md",{"path":3778,"priority":821},"references/ontology.md",{"path":3780,"priority":821},"references/retrieval.md",{"path":3782,"priority":1286},"scripts/config.py",{"path":3784,"priority":1286},"scripts/contextgraph.py",{"path":3786,"priority":1286},"scripts/template_agent_workflow.py",{"path":3788,"priority":1286},"scripts/tools/__init__.py",{"path":3790,"priority":1286},"scripts/tools/documents_store.py",{"path":3792,"priority":1286},"scripts/tools/graph_store.py",{"path":3794,"priority":1286},"scripts/tools/index_store.py",{"path":3796,"priority":1286},"scripts/tools/ontology_store.py",{"path":3798,"priority":1286},"scripts/tools/retrieval_engine.py",{"path":3800,"priority":1286},"scripts/tools/wiki_store.py",{"basePath":3802,"description":3803,"displayName":3804,"installMethods":3805,"rationale":3806,"selectedPaths":3807,"source":263,"sourceLanguage":18,"type":239},"skills/mkdocs-translations","Generate a language translation for a mkdocs documentation stack.","mkdocs-translations",{"claudeCode":12},"SKILL.md frontmatter at skills/mkdocs-translations/SKILL.md",[3808],{"path":795,"priority":262},{"basePath":3810,"description":3811,"displayName":3812,"installMethods":3813,"rationale":3814,"selectedPaths":3815,"source":263,"sourceLanguage":18,"type":239},"skills/model-recommendation","Analyze chatmode or prompt files and recommend optimal AI models based on task complexity, required capabilities, and cost-efficiency","model-recommendation",{"claudeCode":12},"SKILL.md frontmatter at skills/model-recommendation/SKILL.md",[3816],{"path":795,"priority":262},{"basePath":3818,"description":3819,"displayName":3820,"installMethods":3821,"rationale":3822,"selectedPaths":3823,"source":263,"sourceLanguage":18,"type":239},"skills/msstore-cli","Microsoft Store Developer CLI (msstore) for publishing Windows applications to the Microsoft Store. Use when asked to configure Store credentials, list Store apps, check submission status, publish submissions, manage package flights, set up CI/CD for Store publishing, or integrate with Partner Center. Supports Windows App SDK/WinUI, UWP, .NET MAUI, Flutter, Electron, React Native, and PWA applications.","msstore-cli",{"claudeCode":12},"SKILL.md frontmatter at skills/msstore-cli/SKILL.md",[3824],{"path":795,"priority":262},{"basePath":3826,"description":3827,"displayName":3828,"installMethods":3829,"rationale":3830,"selectedPaths":3831,"source":263,"sourceLanguage":18,"type":239},"skills/mvvm-toolkit","CommunityToolkit.Mvvm (the MVVM Toolkit) core: source generators ([ObservableProperty], [RelayCommand], [NotifyPropertyChangedFor], [NotifyCanExecuteChangedFor], [NotifyDataErrorInfo]), base classes (ObservableObject / ObservableValidator / ObservableRecipient), commands (RelayCommand / AsyncRelayCommand), and validation. Companion skills: mvvm-toolkit-messenger for pub/sub, mvvm-toolkit-di for Microsoft.Extensions.DependencyInjection wiring. Works across WPF, WinUI 3, MAUI, Uno, and Avalonia.","mvvm-toolkit",{"claudeCode":12},"SKILL.md frontmatter at skills/mvvm-toolkit/SKILL.md",[3832,3833,3835,3837,3839,3840],{"path":795,"priority":262},{"path":3834,"priority":821},"references/end-to-end-walkthrough.md",{"path":3836,"priority":821},"references/relaycommand-cookbook.md",{"path":3838,"priority":821},"references/source-generators.md",{"path":2353,"priority":821},{"path":1690,"priority":821},{"basePath":3842,"description":3843,"displayName":3844,"installMethods":3845,"rationale":3846,"selectedPaths":3847,"source":263,"sourceLanguage":18,"type":239},"skills/mvvm-toolkit-di","Wire CommunityToolkit.Mvvm ViewModels into Microsoft.Extensions.DependencyInjection. Covers the .NET Generic Host composition root, constructor injection, service lifetimes (Singleton / Transient / Scoped), IMessenger registration, resolving ViewModels in Views, keyed services, testing seams, and the legacy Ioc.Default escape hatch. Use across WPF, WinUI 3, .NET MAUI, Uno, and Avalonia.","mvvm-toolkit-di",{"claudeCode":12},"SKILL.md frontmatter at skills/mvvm-toolkit-di/SKILL.md",[3848,3849],{"path":795,"priority":262},{"path":3850,"priority":821},"references/dependency-injection.md",{"basePath":3852,"description":3853,"displayName":3854,"installMethods":3855,"rationale":3856,"selectedPaths":3857,"source":263,"sourceLanguage":18,"type":239},"skills/mvvm-toolkit-messenger","CommunityToolkit.Mvvm Messenger pub/sub for decoupled communication between ViewModels (or any objects). Covers WeakReferenceMessenger vs StrongReferenceMessenger, IRecipient\u003CTMessage>, RequestMessage\u003CT> / AsyncRequestMessage\u003CT> / CollectionRequestMessage\u003CT>, ValueChangedMessage\u003CT>, channels (tokens), and the ObservableRecipient activation lifecycle. Use across WPF, WinUI 3, .NET MAUI, Uno, and Avalonia.","mvvm-toolkit-messenger",{"claudeCode":12},"SKILL.md frontmatter at skills/mvvm-toolkit-messenger/SKILL.md",[3858,3859],{"path":795,"priority":262},{"path":3860,"priority":821},"references/messenger-patterns.md",{"basePath":3862,"description":3863,"displayName":3864,"installMethods":3865,"rationale":3866,"selectedPaths":3867,"source":263,"sourceLanguage":18,"type":239},"skills/my-issues","List my issues in the current repository","my-issues",{"claudeCode":12},"SKILL.md frontmatter at skills/my-issues/SKILL.md",[3868],{"path":795,"priority":262},{"basePath":3870,"description":3871,"displayName":3872,"installMethods":3873,"rationale":3874,"selectedPaths":3875,"source":263,"sourceLanguage":18,"type":239},"skills/my-pull-requests","List my pull requests in the current repository","my-pull-requests",{"claudeCode":12},"SKILL.md frontmatter at skills/my-pull-requests/SKILL.md",[3876],{"path":795,"priority":262},{"basePath":3878,"description":3879,"displayName":3880,"installMethods":3881,"rationale":3882,"selectedPaths":3883,"source":263,"sourceLanguage":18,"type":239},"skills/nano-banana-pro-openrouter","Generate or edit images via OpenRouter with the Gemini 3 Pro Image model. Use for prompt-only image generation, image edits, and multi-image compositing; supports 1K/2K/4K output.","nano-banana-pro-openrouter",{"claudeCode":12},"SKILL.md frontmatter at skills/nano-banana-pro-openrouter/SKILL.md",[3884,3885,3887],{"path":795,"priority":262},{"path":3886,"priority":1286},"assets/SYSTEM_TEMPLATE",{"path":3888,"priority":1286},"scripts/generate_image.py",{"basePath":3890,"description":3891,"displayName":3892,"installMethods":3893,"rationale":3894,"selectedPaths":3895,"source":263,"sourceLanguage":18,"type":239},"skills/next-intl-add-language","Add new language to a Next.js + next-intl application","next-intl-add-language",{"claudeCode":12},"SKILL.md frontmatter at skills/next-intl-add-language/SKILL.md",[3896],{"path":795,"priority":262},{"basePath":3898,"description":3899,"displayName":3900,"installMethods":3901,"rationale":3902,"selectedPaths":3903,"source":263,"sourceLanguage":18,"type":239},"skills/nuget-manager","Manage NuGet packages in .NET projects/solutions. Use this skill when adding, removing, or updating NuGet package versions. It enforces using `dotnet` CLI for package management and provides strict procedures for direct file edits only when updating versions.","nuget-manager",{"claudeCode":12},"SKILL.md frontmatter at skills/nuget-manager/SKILL.md",[3904],{"path":795,"priority":262},{"basePath":3906,"description":3907,"displayName":3908,"installMethods":3909,"rationale":3910,"selectedPaths":3911,"source":263,"sourceLanguage":18,"type":239},"skills/oo-component-documentation","Create or update standardized object-oriented component documentation using a shared template plus mode-specific guidance for new and existing docs.","oo-component-documentation",{"claudeCode":12},"SKILL.md frontmatter at skills/oo-component-documentation/SKILL.md",[3912,3913,3915,3917],{"path":795,"priority":262},{"path":3914,"priority":1286},"assets/documentation-template.md",{"path":3916,"priority":821},"references/create-mode.md",{"path":3918,"priority":821},"references/update-mode.md",{"basePath":3920,"description":3921,"displayName":3922,"installMethods":3923,"rationale":3924,"selectedPaths":3925,"source":263,"sourceLanguage":18,"type":239},"skills/pdftk-server","Skill for using the command-line tool pdftk (PDFtk Server) for working with PDF files. Use when asked to merge PDFs, split PDFs, rotate pages, encrypt or decrypt PDFs, fill PDF forms, apply watermarks, stamp overlays, extract metadata, burst documents into pages, repair corrupted PDFs, attach or extract files, or perform any PDF manipulation from the command line.","pdftk-server",{"claudeCode":12},"SKILL.md frontmatter at skills/pdftk-server/SKILL.md",[3926,3927,3929,3931,3933,3935],{"path":795,"priority":262},{"path":3928,"priority":821},"references/download.md",{"path":3930,"priority":821},"references/pdftk-cli-examples.md",{"path":3932,"priority":821},"references/pdftk-man-page.md",{"path":3934,"priority":821},"references/pdftk-server-license.md",{"path":3936,"priority":821},"references/third-party-materials.md",{"basePath":3938,"description":3939,"displayName":3940,"installMethods":3941,"rationale":3942,"selectedPaths":3943,"source":263,"sourceLanguage":18,"type":239},"skills/penpot-uiux-design","Comprehensive guide for creating professional UI/UX designs in Penpot using MCP tools. Use this skill when: (1) Creating new UI/UX designs for web, mobile, or desktop applications, (2) Building design systems with components and tokens, (3) Designing dashboards, forms, navigation, or landing pages, (4) Applying accessibility standards and best practices, (5) Following platform guidelines (iOS, Android, Material Design), (6) Reviewing or improving existing Penpot designs for usability. Triggers: \"design a UI\", \"create interface\", \"build layout\", \"design dashboard\", \"create form\", \"design landing page\", \"make it accessible\", \"design system\", \"component library\".","penpot-uiux-design",{"claudeCode":12},"SKILL.md frontmatter at skills/penpot-uiux-design/SKILL.md",[3944,3945,3946,3948,3950],{"path":795,"priority":262},{"path":1063,"priority":821},{"path":3947,"priority":821},"references/component-patterns.md",{"path":3949,"priority":821},"references/platform-guidelines.md",{"path":3951,"priority":821},"references/setup-troubleshooting.md",{"basePath":3953,"description":3954,"displayName":3955,"installMethods":3956,"rationale":3957,"selectedPaths":3958,"source":263,"sourceLanguage":18,"type":239},"skills/performance-review-writer","Draft performance reviews, self-assessments, peer reviews, and upward feedback in your own voice. Analyzes your contributions, emails, and meeting history via WorkIQ, then produces honest, impact-focused drafts using the STAR format. USE FOR: write my performance review, draft self-assessment, peer review, 360 feedback, annual review, mid-year review, upward feedback, write review for colleague, performance appraisal.","performance-review-writer",{"claudeCode":12},"SKILL.md frontmatter at skills/performance-review-writer/SKILL.md",[3959],{"path":795,"priority":262},{"basePath":3961,"description":3962,"displayName":3963,"installMethods":3964,"rationale":3965,"selectedPaths":3966,"source":263,"sourceLanguage":18,"type":239},"skills/plantuml-ascii","Generate ASCII art diagrams using PlantUML text mode. Use when user asks to create ASCII diagrams, text-based diagrams, terminal-friendly diagrams, or mentions plantuml ascii, text diagram, ascii art diagram. Supports: Converting PlantUML diagrams to ASCII art, Creating sequence diagrams, class diagrams, flowcharts in ASCII format, Generating Unicode-enhanced ASCII art with -utxt flag","plantuml-ascii",{"claudeCode":12},"SKILL.md frontmatter at skills/plantuml-ascii/SKILL.md",[3967],{"path":795,"priority":262},{"basePath":3969,"description":3970,"displayName":3971,"installMethods":3972,"rationale":3973,"selectedPaths":3974,"source":263,"sourceLanguage":18,"type":239},"skills/playwright-automation-fill-in-form","Automate filling in a form using Playwright MCP","playwright-automation-fill-in-form",{"claudeCode":12},"SKILL.md frontmatter at skills/playwright-automation-fill-in-form/SKILL.md",[3975],{"path":795,"priority":262},{"basePath":3977,"description":3978,"displayName":3979,"installMethods":3980,"rationale":3981,"selectedPaths":3982,"source":263,"sourceLanguage":18,"type":239},"skills/powerbi-modeling","Power BI semantic modeling assistant for building optimized data models. Use when working with Power BI semantic models, creating measures, designing star schemas, configuring relationships, implementing RLS, or optimizing model performance. Triggers on queries about DAX calculations, table relationships, dimension/fact table design, naming conventions, model documentation, cardinality, cross-filter direction, calculation groups, and data model best practices. Always connects to the active model first using power-bi-modeling MCP tools to understand the data structure before providing guidance.","powerbi-modeling",{"claudeCode":12},"SKILL.md frontmatter at skills/powerbi-modeling/SKILL.md",[3983,3984,3986,3988,3990,3992],{"path":795,"priority":262},{"path":3985,"priority":821},"references/MEASURES-DAX.md",{"path":3987,"priority":821},"references/PERFORMANCE.md",{"path":3989,"priority":821},"references/RELATIONSHIPS.md",{"path":3991,"priority":821},"references/RLS.md",{"path":3993,"priority":821},"references/STAR-SCHEMA.md",{"basePath":3995,"description":3996,"displayName":3997,"installMethods":3998,"rationale":3999,"selectedPaths":4000,"source":263,"sourceLanguage":18,"type":239},"skills/pr-dashboard","Open a GitHub PR dashboard in the browser. Use when the user asks to see their pull requests, open the PR dashboard, show PRs for a date range, or check PR status. Trigger phrases include \"show my PRs\", \"open PR dashboard\", \"pull request dashboard\".","pr-dashboard",{"claudeCode":12},"SKILL.md frontmatter at skills/pr-dashboard/SKILL.md",[4001,4002,4004,4006],{"path":795,"priority":262},{"path":4003,"priority":1286},"assets/dashboard.html",{"path":4005,"priority":1286},"scripts/lib/utils.mjs",{"path":4007,"priority":1286},"scripts/pr-dashboard-cli.mjs",{"basePath":4009,"description":4010,"displayName":4011,"installMethods":4012,"rationale":4013,"selectedPaths":4014,"source":263,"sourceLanguage":18,"type":239},"skills/prd","Generate high-quality Product Requirements Documents (PRDs) for software systems and AI-powered features. Includes executive summaries, user stories, technical specifications, and risk analysis.","prd",{"claudeCode":12},"SKILL.md frontmatter at skills/prd/SKILL.md",[4015],{"path":795,"priority":262},{"basePath":4017,"description":4018,"displayName":4019,"installMethods":4020,"rationale":4021,"selectedPaths":4022,"source":263,"sourceLanguage":18,"type":239},"skills/premium-frontend-ui","A comprehensive guide for GitHub Copilot to craft immersive, high-performance web experiences with advanced motion, typography, and architectural craftsmanship.","premium-frontend-ui",{"claudeCode":12},"SKILL.md frontmatter at skills/premium-frontend-ui/SKILL.md",[4023],{"path":795,"priority":262},{"basePath":4025,"description":4026,"displayName":4027,"installMethods":4028,"rationale":4029,"selectedPaths":4030,"source":263,"sourceLanguage":18,"type":239},"skills/project-workflow-analysis-blueprint-generator","Comprehensive technology-agnostic prompt generator for documenting end-to-end application workflows. Automatically detects project architecture patterns, technology stacks, and data flow patterns to generate detailed implementation blueprints covering entry points, service layers, data access, error handling, and testing approaches across multiple technologies including .NET, Java/Spring, React, and microservices architectures.","project-workflow-analysis-blueprint-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/project-workflow-analysis-blueprint-generator/SKILL.md",[4031],{"path":795,"priority":262},{"basePath":4033,"description":4034,"displayName":4035,"installMethods":4036,"rationale":4037,"selectedPaths":4038,"source":263,"sourceLanguage":18,"type":239},"skills/prompt-builder","Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices.","prompt-builder",{"claudeCode":12},"SKILL.md frontmatter at skills/prompt-builder/SKILL.md",[4039],{"path":795,"priority":262},{"basePath":4041,"description":4042,"displayName":4043,"installMethods":4044,"rationale":4045,"selectedPaths":4046,"source":263,"sourceLanguage":18,"type":239},"skills/publish-to-pages","Publish presentations and web content to GitHub Pages. Converts PPTX, PDF, HTML, or Google Slides to a live GitHub Pages URL. Handles repo creation, file conversion, Pages enablement, and returns the live URL. Use when the user wants to publish, deploy, or share a presentation or HTML file via GitHub Pages.","publish-to-pages",{"claudeCode":12},"SKILL.md frontmatter at skills/publish-to-pages/SKILL.md",[4047,4048,4050,4052],{"path":795,"priority":262},{"path":4049,"priority":1286},"scripts/convert-pdf.py",{"path":4051,"priority":1286},"scripts/convert-pptx.py",{"path":4053,"priority":1286},"scripts/publish.sh",{"basePath":4055,"description":4056,"displayName":4057,"installMethods":4058,"rationale":4059,"selectedPaths":4060,"source":263,"sourceLanguage":18,"type":239},"skills/pytest-coverage","Run pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%.","pytest-coverage",{"claudeCode":12},"SKILL.md frontmatter at skills/pytest-coverage/SKILL.md",[4061],{"path":795,"priority":262},{"basePath":4063,"description":4064,"displayName":4065,"installMethods":4066,"rationale":4067,"selectedPaths":4068,"source":263,"sourceLanguage":18,"type":239},"skills/python-azure-iot-edge-modules","Build and operate Python Azure IoT Edge modules with robust messaging, deployment manifests, observability, and production readiness checks.","python-azure-iot-edge-modules",{"claudeCode":12},"SKILL.md frontmatter at skills/python-azure-iot-edge-modules/SKILL.md",[4069,4070,4072],{"path":795,"priority":262},{"path":4071,"priority":821},"references/python-edge-module-template.md",{"path":4073,"priority":821},"references/python-official-best-practices.md",{"basePath":4075,"description":4076,"displayName":4077,"installMethods":4078,"rationale":4079,"selectedPaths":4080,"source":263,"sourceLanguage":18,"type":239},"skills/python-pypi-package-builder","End-to-end skill for building, testing, linting, versioning, and publishing a production-grade Python library to PyPI. Covers all four build backends (setuptools+setuptools_scm, hatchling, flit, poetry), PEP 440 versioning, semantic versioning, dynamic git-tag versioning, OOP/SOLID design, type hints (PEP 484/526/544/561), Trusted Publishing (OIDC), and the full PyPA packaging flow. Use for: creating Python packages, pip-installable SDKs, CLI tools, framework plugins, pyproject.toml setup, py.typed, setuptools_scm, semver, mypy, pre-commit, GitHub Actions CI/CD, or PyPI publishing.","python-pypi-package-builder",{"claudeCode":12},"SKILL.md frontmatter at skills/python-pypi-package-builder/SKILL.md",[4081,4082,4083,4085,4087,4089,4091,4093,4095,4097,4099],{"path":795,"priority":262},{"path":1065,"priority":821},{"path":4084,"priority":821},"references/ci-publishing.md",{"path":4086,"priority":821},"references/community-docs.md",{"path":4088,"priority":821},"references/library-patterns.md",{"path":4090,"priority":821},"references/pyproject-toml.md",{"path":4092,"priority":821},"references/release-governance.md",{"path":4094,"priority":821},"references/testing-quality.md",{"path":4096,"priority":821},"references/tooling-ruff.md",{"path":4098,"priority":821},"references/versioning-strategy.md",{"path":4100,"priority":1286},"scripts/scaffold.py",{"basePath":4102,"description":4103,"displayName":4104,"installMethods":4105,"rationale":4106,"selectedPaths":4107,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-clients-sdk","Qdrant provides client SDKs for various programming languages, allowing easy integration with Qdrant deployments.","qdrant-clients-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-clients-sdk/SKILL.md",[4108],{"path":795,"priority":262},{"basePath":4110,"description":4111,"displayName":4112,"installMethods":4113,"rationale":4114,"selectedPaths":4115,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-deployment-options","Guides Qdrant deployment selection. Use when someone asks 'how to deploy Qdrant', 'Docker vs Cloud', 'local mode', 'embedded Qdrant', 'Qdrant EDGE', 'which deployment option', 'self-hosted vs cloud', or 'need lowest latency deployment'. Also use when choosing between deployment types for a new project.","qdrant-deployment-options",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-deployment-options/SKILL.md",[4116],{"path":795,"priority":262},{"basePath":4118,"description":4119,"displayName":4120,"installMethods":4121,"rationale":4122,"selectedPaths":4123,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-model-migration","Guides embedding model migration in Qdrant without downtime. Use when someone asks 'how to switch embedding models', 'how to migrate vectors', 'how to update to a new model', 'zero-downtime model change', 'how to re-embed my data', or 'can I use two models at once'. Also use when upgrading model dimensions, switching providers, or A/B testing models.","qdrant-model-migration",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-model-migration/SKILL.md",[4124],{"path":795,"priority":262},{"basePath":4126,"description":4127,"displayName":4128,"installMethods":4129,"rationale":4130,"selectedPaths":4131,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-monitoring","Guides Qdrant monitoring and observability setup. Use when someone asks 'how to monitor Qdrant', 'what metrics to track', 'is Qdrant healthy', 'optimizer stuck', 'why is memory growing', 'requests are slow', or needs to set up Prometheus, Grafana, or health checks. Also use when debugging production issues that require metric analysis.","qdrant-monitoring",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-monitoring/SKILL.md",[4132],{"path":795,"priority":262},{"basePath":4134,"description":4135,"displayName":4136,"installMethods":4137,"rationale":4138,"selectedPaths":4139,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-monitoring/debugging","Diagnoses Qdrant production issues using metrics and observability tools. Use when someone reports 'optimizer stuck', 'indexing too slow', 'memory too high', 'OOM crash', 'queries are slow', 'latency spike', or 'search was fast now it's slow'. Also use when performance degrades without obvious config changes.","qdrant-monitoring-debugging",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-monitoring/debugging/SKILL.md",[4140],{"path":795,"priority":262},{"basePath":4142,"description":4143,"displayName":4144,"installMethods":4145,"rationale":4146,"selectedPaths":4147,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-monitoring/setup","Guides Qdrant monitoring setup including Prometheus scraping, health probes, Hybrid Cloud metrics, alerting, and log centralization. Use when someone asks 'how to set up monitoring', 'Prometheus config', 'Grafana dashboard', 'health check endpoints', 'how to scrape Hybrid Cloud', 'what alerts to set', 'how to centralize logs', or 'audit logging'.","qdrant-monitoring-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-monitoring/setup/SKILL.md",[4148],{"path":795,"priority":262},{"basePath":4150,"description":4151,"displayName":4152,"installMethods":4153,"rationale":4154,"selectedPaths":4155,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-performance-optimization","Different techniques to optimize the performance of Qdrant, including indexing strategies, query optimization, and hardware considerations. Use when you want to improve the speed and efficiency of your Qdrant deployment.","qdrant-performance-optimization",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-performance-optimization/SKILL.md",[4156],{"path":795,"priority":262},{"basePath":4158,"description":4159,"displayName":4160,"installMethods":4161,"rationale":4162,"selectedPaths":4163,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-performance-optimization/indexing-performance-optimization","Diagnoses and fixes slow Qdrant indexing and data ingestion. Use when someone reports 'uploads are slow', 'indexing takes forever', 'optimizer is stuck', 'HNSW build time too long', or 'data uploaded but search is bad'. Also use when optimizer status shows errors, segments won't merge, or indexing threshold questions arise.","qdrant-indexing-performance-optimization",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-performance-optimization/indexing-performance-optimization/SKILL.md",[4164],{"path":795,"priority":262},{"basePath":4166,"description":4167,"displayName":4168,"installMethods":4169,"rationale":4170,"selectedPaths":4171,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-performance-optimization/memory-usage-optimization","Diagnoses and reduces Qdrant memory usage. Use when someone reports 'memory too high', 'RAM keeps growing', 'node crashed', 'out of memory', 'memory leak', or asks 'why is memory usage so high?', 'how to reduce RAM?'. Also use when memory doesn't match calculations, quantization didn't help, or nodes crash during recovery.","qdrant-memory-usage-optimization",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-performance-optimization/memory-usage-optimization/SKILL.md",[4172],{"path":795,"priority":262},{"basePath":4174,"description":4175,"displayName":4176,"installMethods":4177,"rationale":4178,"selectedPaths":4179,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-performance-optimization/search-speed-optimization","Diagnoses and fixes slow Qdrant search. Use when someone reports 'search is slow', 'high latency', 'queries take too long', 'low QPS', 'throughput too low', 'filtered search is slow', or 'search was fast but now it's slow'. Also use when search performance degrades after config changes or data growth.","qdrant-search-speed-optimization",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-performance-optimization/search-speed-optimization/SKILL.md",[4180],{"path":795,"priority":262},{"basePath":4182,"description":4183,"displayName":4184,"installMethods":4185,"rationale":4186,"selectedPaths":4187,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-scaling","Guides Qdrant scaling decisions. Use when someone asks 'how many nodes do I need', 'data doesn't fit on one node', 'need more throughput', 'cluster is slow', 'too many tenants', 'vertical or horizontal', 'how to shard', or 'need to add capacity'.","qdrant-scaling",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-scaling/SKILL.md",[4188],{"path":795,"priority":262},{"basePath":4190,"description":4191,"displayName":4192,"installMethods":4193,"rationale":4194,"selectedPaths":4195,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-scaling/minimize-latency","Guides Qdrant query latency optimization. Use when someone asks 'search is slow', 'how to reduce latency', 'p99 is too high', 'tail latency', 'single query too slow', 'how to make search faster', or 'latency spikes'.","qdrant-minimize-latency",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-scaling/minimize-latency/SKILL.md",[4196],{"path":795,"priority":262},{"basePath":4198,"description":4199,"displayName":4200,"installMethods":4201,"rationale":4202,"selectedPaths":4203,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-scaling/scaling-data-volume","Guides Qdrant data volume scaling decisions. Use when someone asks 'data doesn't fit on one node', 'too much data', 'need more storage', 'vertical or horizontal scaling', 'tenant scaling', 'time window rotation', or 'data growth exceeds capacity'.","qdrant-scaling-data-volume",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-scaling/scaling-data-volume/SKILL.md",[4204],{"path":795,"priority":262},{"basePath":4206,"description":4207,"displayName":4208,"installMethods":4209,"rationale":4210,"selectedPaths":4211,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-scaling/scaling-data-volume/horizontal-scaling","Diagnoses and guides Qdrant horizontal scaling decisions. Use when someone asks 'vertical or horizontal?', 'how many nodes?', 'how many shards?', 'how to add nodes', 'resharding', 'data doesn't fit', or 'need more capacity'. Also use when data growth outpaces current deployment.","qdrant-horizontal-scaling",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-scaling/scaling-data-volume/horizontal-scaling/SKILL.md",[4212],{"path":795,"priority":262},{"basePath":4214,"description":4215,"displayName":4216,"installMethods":4217,"rationale":4218,"selectedPaths":4219,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-scaling/scaling-data-volume/sliding-time-window","Guides sliding time window scaling in Qdrant. Use when someone asks 'only recent data matters', 'how to expire old vectors', 'time-based data rotation', 'delete old data efficiently', 'social media feed search', 'news search', 'log search with retention', or 'how to keep only last N months of data'.","qdrant-sliding-time-window",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-scaling/scaling-data-volume/sliding-time-window/SKILL.md",[4220],{"path":795,"priority":262},{"basePath":4222,"description":4223,"displayName":4224,"installMethods":4225,"rationale":4226,"selectedPaths":4227,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-scaling/scaling-data-volume/tenant-scaling","Guides Qdrant multi-tenant scaling. Use when someone asks 'how to scale tenants', 'one collection per tenant?', 'tenant isolation', 'dedicated shards', or reports tenant performance issues. Also use when multi-tenant workloads outgrow shared infrastructure.","qdrant-tenant-scaling",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-scaling/scaling-data-volume/tenant-scaling/SKILL.md",[4228],{"path":795,"priority":262},{"basePath":4230,"description":4231,"displayName":4232,"installMethods":4233,"rationale":4234,"selectedPaths":4235,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-scaling/scaling-data-volume/vertical-scaling","Guides Qdrant vertical scaling decisions. Use when someone asks 'how to scale up a node', 'need more RAM', 'upgrade node size', 'vertical scaling', 'resize cluster', 'scale up vs scale out', or when memory/CPU is insufficient on current nodes. Also use when someone wants to avoid the complexity of horizontal scaling.","qdrant-vertical-scaling",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-scaling/scaling-data-volume/vertical-scaling/SKILL.md",[4236],{"path":795,"priority":262},{"basePath":4238,"description":4239,"displayName":4240,"installMethods":4241,"rationale":4242,"selectedPaths":4243,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-scaling/scaling-qps","Guides Qdrant query throughput (QPS) scaling. Use when someone asks 'how to increase QPS', 'need more throughput', 'queries per second too low', 'batch search', 'read replicas', or 'how to handle more concurrent queries'.","qdrant-scaling-qps",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-scaling/scaling-qps/SKILL.md",[4244],{"path":795,"priority":262},{"basePath":4246,"description":4247,"displayName":4248,"installMethods":4249,"rationale":4250,"selectedPaths":4251,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-scaling/scaling-query-volume","Guides Qdrant query volume scaling. Use when someone asks 'query returns too many results', 'scroll performance', 'large limit values', 'paginating search results', 'fetching many vectors', or 'high cardinality results'.","qdrant-scaling-query-volume",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-scaling/scaling-query-volume/SKILL.md",[4252],{"path":795,"priority":262},{"basePath":4254,"description":4255,"displayName":4256,"installMethods":4257,"rationale":4258,"selectedPaths":4259,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-search-quality","Diagnoses and improves Qdrant search relevance. Use when someone reports 'search results are bad', 'wrong results', 'low precision', 'low recall', 'irrelevant matches', 'missing expected results', or asks 'how to improve search quality?', 'which embedding model?', 'should I use hybrid search?', 'should I use reranking?'. Also use when search quality degrades after quantization, model change, or data growth.","qdrant-search-quality",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-search-quality/SKILL.md",[4260],{"path":795,"priority":262},{"basePath":4262,"description":4263,"displayName":4264,"installMethods":4265,"rationale":4266,"selectedPaths":4267,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-search-quality/diagnosis","Diagnoses Qdrant search quality issues. Use when someone reports 'results are bad', 'wrong results', 'not relevant results', 'missing matches', 'recall is low', 'approximate search worse than exact', 'which embedding model', or 'quality dropped after quantization'. Also use when search quality degrades without obvious changes.","qdrant-search-quality-diagnosis",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-search-quality/diagnosis/SKILL.md",[4268],{"path":795,"priority":262},{"basePath":4270,"description":4271,"displayName":4272,"installMethods":4273,"rationale":4274,"selectedPaths":4275,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-search-quality/search-strategies","Guides Qdrant search strategy selection. Use when someone asks 'should I use hybrid search?', 'BM25 or sparse vectors?', 'how to rerank?', 'results are not relevant', 'I don't get needed results from my dataset but they're there', 'retrieval quality is not good enough', 'results too similar', 'need diversity', 'MMR', 'relevance feedback', 'recommendation API', 'discovery API', 'ColBERT reranking', or 'missing keyword matches'","qdrant-search-strategies",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-search-quality/search-strategies/SKILL.md",[4276],{"path":795,"priority":262},{"basePath":4278,"description":4279,"displayName":4280,"installMethods":4281,"rationale":4282,"selectedPaths":4283,"source":263,"sourceLanguage":18,"type":239},"skills/qdrant-version-upgrade","Guidance on how to upgrade your Qdrant version without interrupting the availability of your application and ensuring data integrity.","qdrant-version-upgrade",{"claudeCode":12},"SKILL.md frontmatter at skills/qdrant-version-upgrade/SKILL.md",[4284],{"path":795,"priority":262},{"basePath":4286,"description":4287,"displayName":4288,"installMethods":4289,"rationale":4290,"selectedPaths":4291,"source":263,"sourceLanguage":18,"type":239},"skills/readme-blueprint-generator","Intelligent README.md generation prompt that analyzes project documentation structure and creates comprehensive repository documentation. Scans .github/copilot directory files and copilot-instructions.md to extract project information, technology stack, architecture, development workflow, coding standards, and testing approaches while generating well-structured markdown documentation with proper formatting, cross-references, and developer-focused content.","readme-blueprint-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/readme-blueprint-generator/SKILL.md",[4292],{"path":795,"priority":262},{"basePath":4294,"description":4295,"displayName":4296,"installMethods":4297,"rationale":4298,"selectedPaths":4299,"source":263,"sourceLanguage":18,"type":239},"skills/refactor","Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.","refactor",{"claudeCode":12},"SKILL.md frontmatter at skills/refactor/SKILL.md",[4300],{"path":795,"priority":262},{"basePath":4302,"description":4303,"displayName":4304,"installMethods":4305,"rationale":4306,"selectedPaths":4307,"source":263,"sourceLanguage":18,"type":239},"skills/refactor-method-complexity-reduce","Refactor given method `${input:methodName}` to reduce its cognitive complexity to `${input:complexityThreshold}` or below, by extracting helper methods.","refactor-method-complexity-reduce",{"claudeCode":12},"SKILL.md frontmatter at skills/refactor-method-complexity-reduce/SKILL.md",[4308],{"path":795,"priority":262},{"basePath":4310,"description":4311,"displayName":4312,"installMethods":4313,"rationale":4314,"selectedPaths":4315,"source":263,"sourceLanguage":18,"type":239},"skills/remember","Transforms lessons learned into domain-organized memory instructions (global or workspace). Syntax: `/remember [>domain [scope]] lesson clue` where scope is `global` (default), `user`, `workspace`, or `ws`.","remember",{"claudeCode":12},"SKILL.md frontmatter at skills/remember/SKILL.md",[4316],{"path":795,"priority":262},{"basePath":4318,"description":4319,"displayName":4320,"installMethods":4321,"rationale":4322,"selectedPaths":4323,"source":263,"sourceLanguage":18,"type":239},"skills/repo-story-time","Generate a comprehensive repository summary and narrative story from commit history","repo-story-time",{"claudeCode":12},"SKILL.md frontmatter at skills/repo-story-time/SKILL.md",[4324],{"path":795,"priority":262},{"basePath":4326,"description":4327,"displayName":4328,"installMethods":4329,"rationale":4330,"selectedPaths":4331,"source":263,"sourceLanguage":18,"type":239},"skills/resemble-detect","Deepfake detection and media safety — detect AI-generated audio, images, video, and text, trace synthesis sources, apply watermarks, verify speaker identity, and analyze media intelligence using Resemble AI","resemble-detect",{"claudeCode":12},"SKILL.md frontmatter at skills/resemble-detect/SKILL.md",[4332,4333,4335],{"path":795,"priority":262},{"path":4334,"priority":1702},"LICENSE",{"path":4336,"priority":821},"references/api-reference.md",{"basePath":4338,"description":4339,"displayName":4340,"installMethods":4341,"rationale":4342,"selectedPaths":4343,"source":263,"sourceLanguage":18,"type":239},"skills/review-and-refactor","Review and refactor code in your project according to defined instructions","review-and-refactor",{"claudeCode":12},"SKILL.md frontmatter at skills/review-and-refactor/SKILL.md",[4344],{"path":795,"priority":262},{"basePath":4346,"description":4347,"displayName":4348,"installMethods":4349,"rationale":4350,"selectedPaths":4351,"source":263,"sourceLanguage":18,"type":239},"skills/ruff-recursive-fix","Run Ruff checks with optional scope and rule overrides, apply safe and unsafe autofixes iteratively, review each change, and resolve remaining findings with targeted edits or user decisions.","ruff-recursive-fix",{"claudeCode":12},"SKILL.md frontmatter at skills/ruff-recursive-fix/SKILL.md",[4352],{"path":795,"priority":262},{"basePath":4354,"description":4355,"displayName":4356,"installMethods":4357,"rationale":4358,"selectedPaths":4359,"source":263,"sourceLanguage":18,"type":239},"skills/sandbox-npm-install","Install npm packages in a Docker sandbox environment. Use this skill whenever you need to install, reinstall, or update node_modules inside a container where the workspace is mounted via virtiofs. Native binaries (esbuild, lightningcss, rollup) crash on virtiofs, so packages must be installed on the local ext4 filesystem and symlinked back.","sandbox-npm-install",{"claudeCode":12},"SKILL.md frontmatter at skills/sandbox-npm-install/SKILL.md",[4360,4361],{"path":795,"priority":262},{"path":4362,"priority":1286},"scripts/install.sh",{"basePath":4364,"description":4365,"displayName":4366,"installMethods":4367,"rationale":4368,"selectedPaths":4369,"source":263,"sourceLanguage":18,"type":239},"skills/scoutqa-test","This skill should be used when the user asks to \"test this website\", \"run exploratory testing\", \"check for accessibility issues\", \"verify the login flow works\", \"find bugs on this page\", or requests automated QA testing. Triggers on web application testing scenarios including smoke tests, accessibility audits, e-commerce flows, and user flow validation using ScoutQA CLI. Use this skill proactively after implementing web application features to verify they work correctly.","scoutqa-test",{"claudeCode":12},"SKILL.md frontmatter at skills/scoutqa-test/SKILL.md",[4370],{"path":795,"priority":262},{"basePath":4372,"description":4373,"displayName":4374,"installMethods":4375,"rationale":4376,"selectedPaths":4377,"source":263,"sourceLanguage":18,"type":239},"skills/secret-scanning","Guide for configuring and managing GitHub secret scanning, push protection, custom patterns, and secret alert remediation. For pre-commit secret scanning in AI coding agents via the GitHub MCP Server, this skill references the Advanced Security plugin (`advanced-security@copilot-plugins`). Use this skill when enabling secret scanning, setting up push protection, defining custom patterns, triaging alerts, resolving blocked pushes, or when an agent needs to scan code for secrets before committing.","secret-scanning",{"claudeCode":12},"SKILL.md frontmatter at skills/secret-scanning/SKILL.md",[4378,4379,4381,4383],{"path":795,"priority":262},{"path":4380,"priority":821},"references/alerts-and-remediation.md",{"path":4382,"priority":821},"references/custom-patterns.md",{"path":4384,"priority":821},"references/push-protection.md",{"basePath":4386,"description":4387,"displayName":4388,"installMethods":4389,"rationale":4390,"selectedPaths":4391,"source":263,"sourceLanguage":18,"type":239},"skills/security-review","AI-powered codebase security scanner that reasons about code like a security researcher — tracing data flows, understanding component interactions, and catching vulnerabilities that pattern-matching tools miss. Use this skill when asked to scan code for security vulnerabilities, find bugs, check for SQL injection, XSS, command injection, exposed API keys, hardcoded secrets, insecure dependencies, access control issues, or any request like \"is my code secure?\", \"review for security issues\", \"audit this codebase\", or \"check for vulnerabilities\". Covers injection flaws, authentication and access control bugs, secrets exposure, weak cryptography, insecure dependencies, and business logic issues across JavaScript, TypeScript, Python, Java, PHP, Go, Ruby, and Rust.","security-review",{"claudeCode":12},"SKILL.md frontmatter at skills/security-review/SKILL.md",[4392,4393,4395,4396,4398,4400],{"path":795,"priority":262},{"path":4394,"priority":821},"references/language-patterns.md",{"path":2897,"priority":821},{"path":4397,"priority":821},"references/secret-patterns.md",{"path":4399,"priority":821},"references/vuln-categories.md",{"path":4401,"priority":821},"references/vulnerable-packages.md",{"basePath":4403,"description":4404,"displayName":4405,"installMethods":4406,"rationale":4407,"selectedPaths":4408,"source":263,"sourceLanguage":18,"type":239},"skills/semantic-kernel","Create, update, refactor, explain, or review Semantic Kernel solutions using shared guidance plus language-specific references for .NET and Python.","semantic-kernel",{"claudeCode":12},"SKILL.md frontmatter at skills/semantic-kernel/SKILL.md",[4409,4410,4411],{"path":795,"priority":262},{"path":3712,"priority":821},{"path":3714,"priority":821},{"basePath":4413,"description":4414,"displayName":4415,"installMethods":4416,"rationale":4417,"selectedPaths":4418,"source":263,"sourceLanguage":18,"type":239},"skills/shuffle-json-data","Shuffle repetitive JSON objects safely by validating schema consistency before randomising entries.","shuffle-json-data",{"claudeCode":12},"SKILL.md frontmatter at skills/shuffle-json-data/SKILL.md",[4419],{"path":795,"priority":262},{"basePath":4421,"description":4422,"displayName":4423,"installMethods":4424,"rationale":4425,"selectedPaths":4426,"source":263,"sourceLanguage":18,"type":239},"skills/slang-shader-engineer","Use when working with Slang shaders, shader modules, HLSL-compatible GPU code, graphics pipelines, compute shaders, tessellation, ray tracing, parameter blocks, generics, interfaces, capabilities, cross-compilation, shader optimization, shader review, or C++ engine integration for Slang. Trigger on any mention of Slang, .slang files, slangc, SPIR-V from Slang, Slang modules, [shader(\"compute\")], [shader(\"vertex\")], or requests to write/review/refactor shader code with modern language features. Also trigger for Slang-to-HLSL/GLSL/Metal/CUDA cross-compile questions, or when the user says \"shader\" alongside \"generics\", \"interfaces\", \"parameter blocks\", \"autodiff\", or \"capabilities\".","slang-shader-engineer",{"claudeCode":12},"SKILL.md frontmatter at skills/slang-shader-engineer/SKILL.md",[4427,4428,4430,4432],{"path":795,"priority":262},{"path":4429,"priority":821},"references/language-reference.md",{"path":4431,"priority":821},"references/rules-and-patterns.md",{"path":4433,"priority":821},"references/slang-documentation-full.md",{"basePath":4435,"description":4436,"displayName":4437,"installMethods":4438,"rationale":4439,"selectedPaths":4440,"source":263,"sourceLanguage":18,"type":239},"skills/snowflake-semanticview","Create, alter, and validate Snowflake semantic views using Snowflake CLI (snow). Use when asked to build or troubleshoot semantic views/semantic layer definitions with CREATE/ALTER SEMANTIC VIEW, to validate semantic-view DDL against Snowflake via CLI, or to guide Snowflake CLI installation and connection setup.","snowflake-semanticview",{"claudeCode":12},"SKILL.md frontmatter at skills/snowflake-semanticview/SKILL.md",[4441],{"path":795,"priority":262},{"basePath":4443,"description":4444,"displayName":4445,"installMethods":4446,"rationale":4447,"selectedPaths":4448,"source":263,"sourceLanguage":18,"type":239},"skills/spring-boot-testing","Expert Spring Boot 4 testing specialist that selects the best Spring Boot testing techniques for your situation with Junit 6 and AssertJ.","spring-boot-testing",{"claudeCode":12},"SKILL.md frontmatter at skills/spring-boot-testing/SKILL.md",[4449,4450,4452,4454,4456,4458,4460,4462,4464,4466,4468,4470,4472,4474,4476],{"path":795,"priority":262},{"path":4451,"priority":821},"references/assertj-basics.md",{"path":4453,"priority":821},"references/assertj-collections.md",{"path":4455,"priority":821},"references/context-caching.md",{"path":4457,"priority":821},"references/datajpatest.md",{"path":4459,"priority":821},"references/instancio.md",{"path":4461,"priority":821},"references/mockitobean.md",{"path":4463,"priority":821},"references/mockmvc-classic.md",{"path":4465,"priority":821},"references/mockmvc-tester.md",{"path":4467,"priority":821},"references/restclienttest.md",{"path":4469,"priority":821},"references/resttestclient.md",{"path":4471,"priority":821},"references/sb4-migration.md",{"path":4473,"priority":821},"references/test-slices-overview.md",{"path":4475,"priority":821},"references/testcontainers-jdbc.md",{"path":4477,"priority":821},"references/webmvctest.md",{"basePath":4479,"description":4480,"displayName":4481,"installMethods":4482,"rationale":4483,"selectedPaths":4484,"source":263,"sourceLanguage":18,"type":239},"skills/technology-stack-blueprint-generator","Comprehensive technology stack blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks, programming languages, and implementation patterns across multiple platforms (.NET, Java, JavaScript, React, Python). Generates configurable blueprints with version information, licensing details, usage patterns, coding conventions, and visual diagrams. Provides implementation-ready templates and maintains architectural consistency for guided development.","technology-stack-blueprint-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/technology-stack-blueprint-generator/SKILL.md",[4485],{"path":795,"priority":262},{"basePath":4487,"description":4488,"displayName":4489,"installMethods":4490,"rationale":4491,"selectedPaths":4492,"source":263,"sourceLanguage":18,"type":239},"skills/terraform-azurerm-set-diff-analyzer","Analyze Terraform plan JSON output for AzureRM Provider to distinguish between false-positive diffs (order-only changes in Set-type attributes) and actual resource changes. Use when reviewing terraform plan output for Azure resources like Application Gateway, Load Balancer, Firewall, Front Door, NSG, and other resources with Set-type attributes that cause spurious diffs due to internal ordering changes.","terraform-azurerm-set-diff-analyzer",{"claudeCode":12},"SKILL.md frontmatter at skills/terraform-azurerm-set-diff-analyzer/SKILL.md",[4493,4494,4496,4498,4499,4500],{"path":795,"priority":262},{"path":4495,"priority":821},"references/azurerm_set_attributes.json",{"path":4497,"priority":821},"references/azurerm_set_attributes.md",{"path":3044,"priority":1286},{"path":3046,"priority":1286},{"path":4501,"priority":1286},"scripts/analyze_plan.py",{"basePath":4503,"description":4504,"displayName":4505,"installMethods":4506,"rationale":4507,"selectedPaths":4508,"source":263,"sourceLanguage":18,"type":239},"skills/threat-model-analyst","Full STRIDE-A threat model analysis and incremental update skill for repositories and systems. Supports two modes: (1) Single analysis — full STRIDE-A threat model of a repository, producing architecture overviews, DFD diagrams, STRIDE-A analysis, prioritized findings, and executive assessments. (2) Incremental analysis — takes a previous threat model report as baseline, compares the codebase at the latest (or a given commit), and produces an updated report with change tracking (new, resolved, still-present threats), STRIDE heatmap, findings diff, and an embedded HTML comparison. Only activate when the user explicitly requests a threat model analysis, incremental update, or invokes /threat-model-analyst directly.","threat-model-analyst",{"claudeCode":12},"SKILL.md frontmatter at skills/threat-model-analyst/SKILL.md",[4509,4510,4512,4514,4516,4518,4520,4522,4524,4526,4528,4530,4532,4534,4536,4538,4540],{"path":795,"priority":262},{"path":4511,"priority":821},"references/analysis-principles.md",{"path":4513,"priority":821},"references/diagram-conventions.md",{"path":4515,"priority":821},"references/incremental-orchestrator.md",{"path":4517,"priority":821},"references/orchestrator.md",{"path":4519,"priority":821},"references/output-formats.md",{"path":4521,"priority":821},"references/skeletons/skeleton-architecture.md",{"path":4523,"priority":821},"references/skeletons/skeleton-assessment.md",{"path":4525,"priority":821},"references/skeletons/skeleton-dfd.md",{"path":4527,"priority":821},"references/skeletons/skeleton-findings.md",{"path":4529,"priority":821},"references/skeletons/skeleton-incremental-html.md",{"path":4531,"priority":821},"references/skeletons/skeleton-inventory.md",{"path":4533,"priority":821},"references/skeletons/skeleton-stride-analysis.md",{"path":4535,"priority":821},"references/skeletons/skeleton-summary-dfd.md",{"path":4537,"priority":821},"references/skeletons/skeleton-threatmodel.md",{"path":4539,"priority":821},"references/tmt-element-taxonomy.md",{"path":4541,"priority":821},"references/verification-checklist.md",{"basePath":4543,"description":4544,"displayName":4545,"installMethods":4546,"rationale":4547,"selectedPaths":4548,"source":263,"sourceLanguage":18,"type":239},"skills/tldr-prompt","Create tldr summaries for GitHub Copilot files (prompts, agents, instructions, collections), MCP servers, or documentation from URLs and queries.","tldr-prompt",{"claudeCode":12},"SKILL.md frontmatter at skills/tldr-prompt/SKILL.md",[4549],{"path":795,"priority":262},{"basePath":4551,"description":4552,"displayName":4553,"installMethods":4554,"rationale":4555,"selectedPaths":4556,"source":263,"sourceLanguage":18,"type":239},"skills/transloadit-media-processing","Process media files (video, audio, images, documents) using Transloadit. Use when asked to encode video to HLS/MP4, generate thumbnails, resize or watermark images, extract audio, concatenate clips, add subtitles, OCR documents, or run any media processing pipeline. Covers 86+ processing robots for file transformation at scale.","transloadit-media-processing",{"claudeCode":12},"SKILL.md frontmatter at skills/transloadit-media-processing/SKILL.md",[4557],{"path":795,"priority":262},{"basePath":4559,"description":4560,"displayName":4561,"installMethods":4562,"rationale":4563,"selectedPaths":4564,"source":263,"sourceLanguage":18,"type":239},"skills/unit-test-vue-pinia","Write and review unit tests for Vue 3 + TypeScript + Vitest + Pinia codebases. Use when creating or updating tests for components, composables, and stores; mocking Pinia with createTestingPinia; applying Vue Test Utils patterns; and enforcing black-box assertions over implementation details.","unit-test-vue-pinia",{"claudeCode":12},"SKILL.md frontmatter at skills/unit-test-vue-pinia/SKILL.md",[4565,4566],{"path":795,"priority":262},{"path":4567,"priority":821},"references/pinia-patterns.md",{"basePath":4569,"description":4570,"displayName":4571,"installMethods":4572,"rationale":4573,"selectedPaths":4574,"source":263,"sourceLanguage":18,"type":239},"skills/update-avm-modules-in-bicep","Update Azure Verified Modules (AVM) to latest versions in Bicep files.","update-avm-modules-in-bicep",{"claudeCode":12},"SKILL.md frontmatter at skills/update-avm-modules-in-bicep/SKILL.md",[4575],{"path":795,"priority":262},{"basePath":4577,"description":4578,"displayName":4579,"installMethods":4580,"rationale":4581,"selectedPaths":4582,"source":263,"sourceLanguage":18,"type":239},"skills/update-llms","Update the llms.txt file in the root folder to reflect changes in documentation or specifications following the llms.txt specification at https://llmstxt.org/","update-llms",{"claudeCode":12},"SKILL.md frontmatter at skills/update-llms/SKILL.md",[4583],{"path":795,"priority":262},{"basePath":4585,"description":4586,"displayName":4587,"installMethods":4588,"rationale":4589,"selectedPaths":4590,"source":263,"sourceLanguage":18,"type":239},"skills/update-markdown-file-index","Update a markdown file section with an index/table of files from a specified folder.","update-markdown-file-index",{"claudeCode":12},"SKILL.md frontmatter at skills/update-markdown-file-index/SKILL.md",[4591],{"path":795,"priority":262},{"basePath":4593,"description":4594,"displayName":4595,"installMethods":4596,"rationale":4597,"selectedPaths":4598,"source":263,"sourceLanguage":18,"type":239},"skills/update-specification","Update an existing specification file for the solution, optimized for Generative AI consumption based on new requirements or updates to any existing code.","update-specification",{"claudeCode":12},"SKILL.md frontmatter at skills/update-specification/SKILL.md",[4599],{"path":795,"priority":262},{"basePath":4601,"description":4602,"displayName":4603,"installMethods":4604,"rationale":4605,"selectedPaths":4606,"source":263,"sourceLanguage":18,"type":239},"skills/vardoger-analyze","Use when the user asks to personalize the GitHub Copilot CLI assistant, adapt Copilot to their style, use vardoger, or analyze their Copilot CLI conversation history. Reads the local session directory at `~/.copilot/session-state/`, extracts recurring preferences and conventions, and writes a fenced personalization block into `~/.copilot/copilot-instructions.md`. Runs entirely on the user's machine via the local `vardoger` CLI (`pipx install vardoger`); no network calls and no uploads. Triggers: 'personalize my copilot', 'analyze my copilot history', 'tailor copilot to me', 'run vardoger', 'update my copilot instructions from history', 'make copilot learn my style'.","vardoger-analyze",{"claudeCode":12},"SKILL.md frontmatter at skills/vardoger-analyze/SKILL.md",[4607],{"path":795,"priority":262},{"basePath":4609,"description":4610,"displayName":4611,"installMethods":4612,"rationale":4613,"selectedPaths":4614,"source":263,"sourceLanguage":18,"type":239},"skills/vscode-ext-commands","Guidelines for contributing commands in VS Code extensions. Indicates naming convention, visibility, localization and other relevant attributes, following VS Code extension development guidelines, libraries and good practices","vscode-ext-commands",{"claudeCode":12},"SKILL.md frontmatter at skills/vscode-ext-commands/SKILL.md",[4615],{"path":795,"priority":262},{"basePath":4617,"description":4618,"displayName":4619,"installMethods":4620,"rationale":4621,"selectedPaths":4622,"source":263,"sourceLanguage":18,"type":239},"skills/vscode-ext-localization","Guidelines for proper localization of VS Code extensions, following VS Code extension development guidelines, libraries and good practices","vscode-ext-localization",{"claudeCode":12},"SKILL.md frontmatter at skills/vscode-ext-localization/SKILL.md",[4623],{"path":795,"priority":262},{"basePath":4625,"description":4626,"displayName":4627,"installMethods":4628,"rationale":4629,"selectedPaths":4630,"source":263,"sourceLanguage":18,"type":239},"skills/web-design-reviewer","This skill enables visual inspection of websites running locally or remotely to identify and fix design issues. Triggers on requests like \"review website design\", \"check the UI\", \"fix the layout\", \"find design problems\". Detects issues with responsive design, accessibility, visual consistency, and layout breakage, then performs fixes at the source code level.","web-design-reviewer",{"claudeCode":12},"SKILL.md frontmatter at skills/web-design-reviewer/SKILL.md",[4631,4632,4634],{"path":795,"priority":262},{"path":4633,"priority":821},"references/framework-fixes.md",{"path":4635,"priority":821},"references/visual-checklist.md",{"basePath":4637,"description":4638,"displayName":4639,"installMethods":4640,"rationale":4641,"selectedPaths":4642,"source":263,"sourceLanguage":18,"type":239},"skills/webapp-testing","Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.","webapp-testing",{"claudeCode":12},"SKILL.md frontmatter at skills/webapp-testing/SKILL.md",[4643,4644],{"path":795,"priority":262},{"path":4645,"priority":1286},"assets/test-helper.js",{"basePath":4647,"description":4648,"displayName":4649,"installMethods":4650,"rationale":4651,"selectedPaths":4652,"source":263,"sourceLanguage":18,"type":239},"skills/winapp-cli","Windows App Development CLI (winapp) for building, packaging, signing, debugging, and UI-automating Windows applications. Use when asked to initialize Windows app projects, create MSIX packages, manage AppxManifest.xml or development certificates, run an app as packaged for debugging, automate Windows UI via Microsoft UI Automation, publish to the Microsoft Store, or access Windows SDK build tools. Covers commands like init, pack, run, unregister, manifest, cert, sign, store, ui, and tool. Supports .NET (csproj), C++, Electron, Rust, Tauri, Flutter, and other Windows frameworks.","winapp-cli",{"claudeCode":12},"SKILL.md frontmatter at skills/winapp-cli/SKILL.md",[4653,4654],{"path":795,"priority":262},{"path":4655,"priority":821},"references/ui-json-envelope.md",{"basePath":4657,"description":4658,"displayName":4659,"installMethods":4660,"rationale":4661,"selectedPaths":4662,"source":263,"sourceLanguage":18,"type":239},"skills/winmd-api-search","Find and explore Windows desktop APIs. Use when building features that need platform capabilities — camera, file access, notifications, UI controls, AI/ML, sensors, networking, etc. Discovers the right API for a task and retrieves full type details (methods, properties, events, enumeration values).","winmd-api-search",{"claudeCode":12},"SKILL.md frontmatter at skills/winmd-api-search/SKILL.md",[4663,4664,4665,4667,4669,4671,4673,4675,4677],{"path":795,"priority":262},{"path":2279,"priority":1702},{"path":4666,"priority":1286},"scripts/Invoke-WinMdQuery.ps1",{"path":4668,"priority":1286},"scripts/Update-WinMdCache.ps1",{"path":4670,"priority":1286},"scripts/cache-generator/CacheGenerator.csproj",{"path":4672,"priority":1286},"scripts/cache-generator/Directory.Build.props",{"path":4674,"priority":1286},"scripts/cache-generator/Directory.Build.targets",{"path":4676,"priority":1286},"scripts/cache-generator/Directory.Packages.props",{"path":4678,"priority":1286},"scripts/cache-generator/Program.cs",{"basePath":4680,"description":4681,"displayName":4682,"installMethods":4683,"rationale":4684,"selectedPaths":4685,"source":263,"sourceLanguage":18,"type":239},"skills/winui3-migration-guide","UWP-to-WinUI 3 migration reference. Maps legacy UWP APIs to correct Windows App SDK equivalents with before/after code snippets. Covers namespace changes, threading (CoreDispatcher to DispatcherQueue), windowing (CoreWindow to AppWindow), dialogs, pickers, sharing, printing, background tasks, and the most common Copilot code generation mistakes.","winui3-migration-guide",{"claudeCode":12},"SKILL.md frontmatter at skills/winui3-migration-guide/SKILL.md",[4686],{"path":795,"priority":262},{"basePath":4688,"description":4689,"displayName":4690,"installMethods":4691,"rationale":4692,"selectedPaths":4693,"source":263,"sourceLanguage":18,"type":239},"skills/workiq-copilot","Guides the Copilot CLI on how to use the WorkIQ CLI/MCP server to query Microsoft 365 Copilot data (emails, meetings, docs, Teams, people) for live context, summaries, and recommendations.","workiq-copilot",{"claudeCode":12},"SKILL.md frontmatter at skills/workiq-copilot/SKILL.md",[4694],{"path":795,"priority":262},{"basePath":4696,"description":4697,"displayName":4698,"installMethods":4699,"rationale":4700,"selectedPaths":4701,"source":263,"sourceLanguage":18,"type":239},"skills/write-coding-standards-from-file","Write a coding standards document for a project using the coding styles from the file(s) and/or folder(s) passed as arguments in the prompt.","write-coding-standards-from-file",{"claudeCode":12},"SKILL.md frontmatter at skills/write-coding-standards-from-file/SKILL.md",[4702],{"path":795,"priority":262},{"basePath":4704,"description":4705,"displayName":4706,"installMethods":4707,"rationale":4708,"selectedPaths":4709,"source":263,"sourceLanguage":18,"type":239},"skills/x-twitter-scraper","Build GitHub Copilot workflows with Xquik X API SDKs, REST endpoints, MCP tools, signed webhooks, tweet search, user lookup, follower exports, media actions, and agent automation.","x-twitter-scraper",{"claudeCode":12},"SKILL.md frontmatter at skills/x-twitter-scraper/SKILL.md",[4710],{"path":795,"priority":262},{"sources":4712},[4713],"manual",{"closedIssues90d":223,"description":4715,"forks":224,"homepage":4716,"license":230,"openIssues90d":226,"pushedAt":227,"readmeSize":221,"stars":228,"topics":4717},"Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.","https://awesome-copilot.github.com/",[4718,4719,4720,4721,4722,4723,4724,4725],"ai","github-copilot","prompt-engineering","hacktoberfest","agent-skills","agents","awesome","custom-agents",{"classifiedAt":4727,"discoverAt":4728,"extractAt":4729,"githubAt":4729,"updatedAt":4727},1778687399202,1778687385295,1778687396084,[200,199,197,198,196],{"evaluatedAt":233,"extractAt":4732,"updatedAt":233},1778687399826,[],[4735,4763,4793,4811,4833,4862],{"_creationTime":4736,"_id":4737,"community":4738,"display":4739,"identity":4745,"providers":4749,"relations":4756,"tags":4759,"workflow":4760},1778696833339.6243,"k174g80xa9zxhydbncvpf0xzy986nvx5",{"reviewCount":8},{"description":4740,"installMethods":4741,"name":4743,"sourceUrl":4744},"Delegate complex, long-running tasks to Manus AI agent for autonomous execution. Use when user says 'use manus', 'delegate to manus', 'send to manus', 'have manus do', 'ask manus', 'check manus sessions', or when tasks require deep web research, market analysis, product comparisons, stock analysis, competitive research, document generation, data analysis, or multi-step workflows that benefit from autonomous agent execution with parallel processing.",{"claudeCode":4742},"sanjay3290/ai-skills","manus","https://github.com/sanjay3290/ai-skills",{"basePath":4746,"githubOwner":4747,"githubRepo":4748,"locale":18,"slug":4743,"type":239},"skills/manus","sanjay3290","ai-skills",{"evaluate":4750,"extract":4755},{"promptVersionExtension":189,"promptVersionScoring":190,"score":193,"tags":4751,"targetMarket":201,"tier":202},[4752,4753,4754,199,200],"ai-agent","autonomous-execution","research",{"commitSha":245},{"parentExtensionId":4757,"repoId":4758},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[4752,200,199,4753,4754],{"evaluatedAt":4761,"extractAt":4762,"updatedAt":4761},1778697107270,1778696833339,{"_creationTime":4764,"_id":4765,"community":4766,"display":4767,"identity":4772,"providers":4775,"relations":4784,"tags":4788,"workflow":4789},1778699276507.4565,"k17f878eas78tqr9j5r4r9vrsn86m495",{"reviewCount":8},{"description":4768,"installMethods":4769,"name":4706,"sourceUrl":4771},"Verwenden Sie dies, wenn der Benutzer X (Twitter)-Daten oder durch Bestätigung gesicherte X-Aktionen über Xquik benötigt: Tweet-Suche, Benutzer-Lookup, Follower-Extraktion, Mediendownload, Überwachung, Webhooks, MCP, SDKs, Posting, Likes, DMs und Profilaktualisierungen. Erfordert einen Xquik API-Schlüssel. Fordern Sie niemals X-Login-Materialien an.",{"claudeCode":4770},"Xquik-dev/x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":4704,"githubOwner":4773,"githubRepo":4706,"locale":4774,"slug":4706,"type":239},"Xquik-dev","de",{"evaluate":4776,"extract":4783},{"promptVersionExtension":189,"promptVersionScoring":190,"score":193,"tags":4777,"targetMarket":201,"tier":202},[4778,4779,4780,4781,199,198,4782],"twitter","x","api","data-retrieval","sdk",{"commitSha":245},{"parentExtensionId":4785,"repoId":4786,"translatedFrom":4787},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[4780,199,4781,198,4782,4778,4779],{"evaluatedAt":4790,"extractAt":4791,"updatedAt":4792},1778699230863,1778699170774,1778699276507,{"_creationTime":4794,"_id":4795,"community":4796,"display":4797,"identity":4799,"providers":4800,"relations":4807,"tags":4808,"workflow":4809},1778687399826.035,"k179zxsemmd14na81t89p56v6x86mcc5",{"reviewCount":8},{"description":1327,"installMethods":4798,"name":1328,"sourceUrl":14},{"claudeCode":12},{"basePath":1326,"githubOwner":236,"githubRepo":237,"locale":18,"slug":1328,"type":239},{"evaluate":4801,"extract":4806},{"promptVersionExtension":189,"promptVersionScoring":190,"score":4802,"tags":4803,"targetMarket":201,"tier":202},97,[196,198,197,199,4804,4805],"deployment","developer-tools",{"commitSha":245},{"repoId":247},[199,4804,4805,197,198,196],{"evaluatedAt":4810,"extractAt":4732,"updatedAt":4810},1778690198026,{"_creationTime":4812,"_id":4813,"community":4814,"display":4815,"identity":4819,"providers":4822,"relations":4829,"tags":4830,"workflow":4831},1778696833339.6228,"k177df8tbts95fw6vhzr8tm4hd86mb4b",{"reviewCount":8},{"description":4816,"installMethods":4817,"name":4818,"sourceUrl":4744},"Interact with Google Drive - search files, find folders, list contents, download files, upload files,\ncreate folders, move, copy, rename, and trash files. Use when user asks to: search Google Drive,\nfind a file/folder, list Drive contents, download or upload files, create folders, move files,\nor organize Drive content. Lightweight integration with standalone OAuth authentication supporting\nfull read/write access.\n",{"claudeCode":4742},"Google Drive Skill",{"basePath":4820,"githubOwner":4747,"githubRepo":4748,"locale":18,"slug":4821,"type":239},"skills/google-drive","google-drive",{"evaluate":4823,"extract":4828},{"promptVersionExtension":189,"promptVersionScoring":190,"score":193,"tags":4824,"targetMarket":201,"tier":202},[4821,4825,200,4826,4827],"file-management","oauth","python",{"commitSha":245,"license":431},{"parentExtensionId":4757,"repoId":4758},[200,4825,4821,4826,4827],{"evaluatedAt":4832,"extractAt":4762,"updatedAt":4832},1778697011084,{"_creationTime":4834,"_id":4835,"community":4836,"display":4837,"identity":4843,"providers":4847,"relations":4855,"tags":4858,"workflow":4859},1778691104675.9954,"k17fnexs6srvhgqy8za7cm9w1x86mpm9",{"reviewCount":8},{"description":4838,"installMethods":4839,"name":4841,"sourceUrl":4842},"Generate a complete EPUB e-book with chapters, table of contents, and rich text formatting.",{"claudeCode":4840},"iterationlayer/skills","generate-epub-book","https://github.com/iterationlayer/skills",{"basePath":4844,"githubOwner":4845,"githubRepo":4846,"locale":18,"slug":4841,"type":239},"skills/generate-epub-book","iterationlayer","skills",{"evaluate":4848,"extract":4854},{"promptVersionExtension":189,"promptVersionScoring":190,"score":193,"tags":4849,"targetMarket":201,"tier":202},[4850,4851,4852,4853,200],"epub","ebook","document-generation","technical-publishing",{"commitSha":245},{"parentExtensionId":4856,"repoId":4857},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[200,4852,4851,4850,4853],{"evaluatedAt":4860,"extractAt":4861,"updatedAt":4860},1778692844501,1778691104676,{"_creationTime":4863,"_id":4864,"community":4865,"display":4866,"identity":4870,"providers":4872,"relations":4880,"tags":4881,"workflow":4882},1778691104675.9834,"k17bwxnh9scy64bmm9anmf7bbx86mtvn",{"reviewCount":8},{"description":4867,"installMethods":4868,"name":4869,"sourceUrl":4842},"Extract vehicle identification, owner details, registration dates, and technical specifications from vehicle registration documents.",{"claudeCode":4840},"extract-fleet-vehicle-registration",{"basePath":4871,"githubOwner":4845,"githubRepo":4846,"locale":18,"slug":4869,"type":239},"skills/extract-fleet-vehicle-registration",{"evaluate":4873,"extract":4879},{"promptVersionExtension":189,"promptVersionScoring":190,"score":193,"tags":4874,"targetMarket":201,"tier":202},[4875,4876,4877,200,4878],"document-processing","data-extraction","fleet-management","pdf",{"commitSha":245},{"parentExtensionId":4856,"repoId":4857},[200,4876,4875,4877,4878],{"evaluatedAt":4883,"extractAt":4861,"updatedAt":4883},1778691789036]