volume-converter
145Skill Claude CodeCodex
Convert between gallons and liters using a conversion factor.
Skill Claude CodeCodex
Convert between gallons and liters using a conversion factor.
Skill Claude CodeCodex
Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.
Skill Claude CodeCodex
Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.
Skill Claude CodeCodex
Development workflows for the playwright-cli repository. Use when the user asks about rolling dependencies, releasing, or other repo maintenance tasks.
Instructions file
Instructions for microsoft/playwright-cli, covering commit convention, ... make changes .. and summary.
Skill Claude CodeCodex
Automate browser interactions, test web pages and work with Playwright tests.
Skill Claude CodeCodex
Use this agent when the user needs to upgrade Anthropic SDK packages. This includes: upgrading @anthropic-ai/sdk or @anthropic-ai/claude-agent-sdk to newer versions, migrating between SDK versions, resolving SDK-related dependency conflicts, updating SDK types and interfaces, or asking about SDK upgrade procedures.…
Skill Claude CodeCodex
Launch and automate VS Code Insiders with the Copilot Chat extension using agent-browser via Chrome DevTools Protocol. Use when you need to interact with the VS Code UI, automate the chat panel, test the extension UI, or take screenshots. Triggers include 'automate VS Code', 'interact with chat', 'test the UI', 'take…
Instructions file GitHub Copilot
Instructions for microsoft/vscode-copilot-chat, covering github copilot chat extension - copilot instructions, project overview, key features, tech stack and validating changes.
Instructions file GitHub Copilot
Model-specific prompt authoring and registry guidelines.
Instructions file GitHub Copilot
Prompt-TSX coding guidelines.
Instructions file GitHub Copilot
Vitest unit testing guidelines.
Skill Claude CodeCodex
WORKFLOW SKILL — Create, update, review, fix, or debug VS Code agent customization files (.instructions.md, .prompt.md, .agent.md, SKILL.md, copilot-instructions.md, AGENTS.md). USE FOR: saving coding preferences; troubleshooting why instructions/skills/agents are ignored or not invoked; configuring applyTo patterns…
Skill Claude CodeCodex
Get the current search results from the Search view in VS Code.
Skill Claude CodeCodex
How to install a VS Code extension from an extension ID. Useful when the user wants to add new capabilities to their VS Code environment by installing extensions.
Skill Claude CodeCodex
Comprehensive setup steps to help the user create complete project structures in a VS Code workspace. This tool is designed for full project initialization and scaffolding, not for creating individual files. When to use this tool: when the user wants to create a new complete project from scratch; when setting up…
Skill Claude CodeCodex
Comprehensive setup steps to help the user create complete project structures in a VS Code workspace; this tool is designed for full project initialization and scaffolding, not for creating individual files. When to use this tool: user wants to create a new complete project from scratch; setting up entire project…
Skill Claude CodeCodex
Investigate unexpected chat agent behavior by analyzing direct debug logs in JSONL files. Use when users ask why something happened, why a request was slow, why tools or subagents were used or skipped, or why instructions/skills/agents did not load.
Agent
This document describes how the unified three-layer Device Agent architecture is implemented across different platforms. While the core framework (State, Processor, Command layers) remains consistent, each platform implements specialized agents optimized for their native control mechanisms and hierarchies.…
Agent
Device Agents are the execution engines of UFO3's multi-device orchestration system. Each device agent operates as an autonomous, intelligent controller that translates high-level user intentions into low-level system commands. The architecture is designed for extensibility, safety, and scalability across…
Agent
Device agents in UFO are partitioned into server and client components, separating high-level orchestration from low-level execution. This architecture enables safe, scalable, and flexible task execution across heterogeneous devices through the Agent Interaction Protocol (AIP).
Instructions file GitHub Copilot
Instructions for microsoft/TinyTroupe, covering guidelines for code generation in tinytroupe, general guidelines, frameworks and libraries, terminal running environment and adding new functionality.
microsoft/agent-governance-toolkit
Plugin Claude Code
Agent Governance Toolkit plugins for Claude Code.
microsoft/agent-governance-toolkit
Instructions file GitHub Copilot
Instructions for microsoft/agent-governance-toolkit, covering copilot instructions for agent-governance-toolkit, architecture, build, test, and lint, python and install (editable, all extras).