← all publishers

microsoft-foundry

@microsoft-foundry source repo

38 published skills

  1. Dependabot Pr Processing · microsoft-foundry
    Dependabot PR Processing Skill
    0
    installs
  2. Add Model · microsoft-foundry
    Register a model under an existing publisher — updates the members table without scaffolding a capsule.
    0
    installs
  3. Add Capsule · microsoft-foundry
    Scaffold a full release capsule — folder, spec-driven README, notebook skeleton, deps, CHANGELOG row.
    0
    installs
  4. Add Publisher · microsoft-foundry
    Register a new model publisher — creates models/<slug>/ with a spec-driven README stub.
    0
    installs
  5. Add To Glossary · microsoft-foundry
    Insert or update a term in docs/GLOSSARY.md under the correct letter section, with a required grounding reference.
    0
    installs
  6. Add Capability Doc · microsoft-foundry
    Scaffold a new capability primer under docs/primers/ and add the capability to the repo README taxonomy.
    0
    installs
  7. Refresh Recent Activity · microsoft-foundry
    Regenerate the repo README's Recently added table (Model / Release date / Capabilities) from the top 3 CHANGELOG rows.
    0
    installs
  8. Agent Developer · microsoft-foundry
    Microsoft Agent Framework + Foundry Toolbox MCP integration specialist
    0
    installs
  9. UI Designer · microsoft-foundry
    React + TypeScript + Tailwind CSS chat interface specialist for this project's streaming chat UI
    0
    installs
  10. Azure Search Ops · microsoft-foundry
    Operate the Azure AI Search index and knowledge base behind FoundryIQ for Fibey field ops.
    0
    installs
  11. Foundry Toolbox Ops · microsoft-foundry
    Operate the Foundry Toolbox and Foundry-hosted agents for the Fibey project: inspect, version, recreate, and smoke-test.
    0
    installs
  12. Field Briefing · microsoft-foundry
    Provide a comprehensive field briefing for a work order — combining work order details, parts availability, and relevant technical procedures or safety protocols from the knowledge base. Use when the technician wants a full briefing, walkthrough, or complete preparation guide for a job.
    0
    installs
  13. Inventory Lookup · microsoft-foundry
    Handle inventory and parts queries — stock checks, part lookups, availability, category browsing, and equipment searches. Use when the technician asks about parts, stock levels, SKUs, availability, supplies, or equipment.
    0
    installs
  14. Knowledge Retrieval · microsoft-foundry
    Handle technical knowledge questions — procedures, safety protocols, troubleshooting, specifications, installation standards, and testing guidance. Use when the technician asks how-to questions, about procedures, safety, cable specs, OTDR testing, splicing techniques, or troubleshooting steps.
    0
    installs
  15. Work Order Management · microsoft-foundry
    Handle work order operations — viewing, listing, creating, and updating work orders. Use when the technician asks about work orders, assignments, scheduling, job status, or needs to create or update a WO.
    0
    installs
  16. Work Order Preparation · microsoft-foundry
    Prepare for a work order by fetching the WO details and checking stock availability for all required parts. Use when the technician wants to get ready for a job, check if parts are available for a WO, or asks "what do I need for WO-XXX".
    0
    installs
  17. Azure AI Fine Tuning · microsoft-foundry bundle
    Use when the user wants to fine-tune a model on Azure AI Foundry — including dataset preparation, training, evaluation, and deployment.
    0
    installs
  18. Cookbook Review · microsoft-foundry bundle
    Review Microsoft Foundry Forgebook cookbook notebooks for quality, correctness, developer experience, and publication readiness. Use this whenever the user asks to review a notebook, judge a recipe, audit a cookbook entry, check registry.yaml metadata, assess whether a Foundry example is ready to publish, remove AI-sounding cookbook prose, or improve a tutorial/recipe before submission. Triggers on "review this notebook", "is this recipe good", "cookbook quality", "Forgebook review", "check my Foundry notebook", "ready to publish", "audit this recipe", and similar requests even when the user does not explicitly say "skill" or "rubric".
    0
    installs
  19. Validating Local Setup · microsoft-foundry
    Diagnose and fix incomplete local development setup. Use when dev servers fail to start, env vars are missing, authentication errors occur, or before running any dev commands for the first time.
    0
    installs
  20. Validating UI Features · microsoft-foundry bundle
    Provides step-by-step procedures for validating UI features - theme toggle, new chat, cancel stream, markdown rendering, and token usage info.
    0
    installs
  21. Reviewing Documentation · microsoft-foundry
    Provides documentation audit checklists and quality standards. Use when reviewing README files, SKILL.md files, agent definitions, copilot-instructions.md, or ARCHITECTURE-FLOW.md for quality and consistency.
    0
    installs
  22. Testing With Playwright · microsoft-foundry
    Provides Playwright MCP testing workflow for the web application. Use when testing UI changes, verifying chat functionality, debugging frontend issues, or validating state transitions in the browser.
    0
    installs
  23. Writing Bicep Templates · microsoft-foundry
    Provides Bicep coding standards for Azure infrastructure in this repository. Use when writing or modifying Bicep files, configuring Container Apps, setting up RBAC, or working with Azure resources.
    0
    installs
  24. Writing Typescript Code · microsoft-foundry
    Provides TypeScript and React coding standards for this repository. Use when writing or modifying TypeScript code, creating React components, implementing MSAL authentication, or working with the frontend.
    0
    installs
  25. Researching Azure AI Sdk · microsoft-foundry
    Provides research patterns for Foundry Agent Service SDK. Use when implementing agent features, looking up SDK methods, finding code samples, or troubleshooting Azure.AI.Projects API usage.
    0
    installs
  26. Testing CLI Compatibility · microsoft-foundry
    Validate that Copilot CLI can see all repo skills, MCP servers, and custom instructions. Use when setting up CLI for the first time, after adding skills, or to diagnose CLI issues.
    0
    installs
  27. Writing Unit Tests Csharp · microsoft-foundry
    Guidelines and patterns for writing unit tests in C# using MSTest SDK.
    0
    installs
  28. Understanding Architecture · microsoft-foundry
    Provides architecture overview with state machines, SSE event flow, and file mappings. Use when understanding system design, debugging state issues, or maintaining ARCHITECTURE-FLOW.md.
    0
    installs
  29. Implementing Chat Streaming · microsoft-foundry
    Provides SSE streaming patterns for the chat API and frontend. Use when implementing or modifying chat streaming, handling SSE events, or troubleshooting message flow between frontend and backend.
    0
    installs
  30. Writing Unit Tests Typescript · microsoft-foundry
    Guidelines and patterns for writing unit tests in TypeScript using Vitest.
    0
    installs
  31. Troubleshooting Authentication · microsoft-foundry
    Provides authentication troubleshooting for MSAL, JWT, and Entra ID. Use when debugging 401 errors, token issues, MSAL configuration problems, or credential failures in this repository.
    0
    installs
  32. Committing Code · microsoft-foundry
    Provides commit message format and workflow for this repository. Use when creating git commits, reviewing staged changes, or generating conventional commit messages.
    0
    installs
  33. Triaging Issues · microsoft-foundry
    Provides issue triage workflow, priority definitions, and report format. Use when analyzing GitHub issues and PRs, assessing priority, or generating triage reports.
    0
    installs
  34. Planning Features · microsoft-foundry
    Provides structured plan template for feature implementation. Use when planning new features, multi-file changes, or creating implementation roadmaps before coding.
    0
    installs
  35. Deploying To Azure · microsoft-foundry
    Provides deployment commands and troubleshooting for Azure Container Apps. Use when running azd commands, deploying containers, debugging deployment failures, or updating infrastructure in this repository.
    0
    installs
  36. Syncing MCP Servers · microsoft-foundry
    Synchronize MCP server configuration between VS Code (.vscode/mcp.json) and Copilot CLI (~/.copilot/mcp-config.json). Use when setting up Copilot CLI for the first time, when MCP servers are added or changed in the repo, or when a user reports missing MCP tools in CLI.
    0
    installs
  37. Writing Csharp Code · microsoft-foundry
    Provides C# and ASP.NET Core coding standards for this repository. Use when writing or modifying C# code, implementing API endpoints, configuring middleware, or working with authentication in the backend.
    0
    installs
  38. Validating Deployments · microsoft-foundry
    End-of-session validation for MI and OBO deployment paths. Use after code changes to verify deploy → test → teardown works end-to-end.
    0
    installs