mcpbeat Sign in

Device Guidance V1 0 1 Agent Skill

>- Helps employees identify available device options based on their needs, using the `Get Employee Assets` tool.

646 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
3142
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/microsoft/agent-academy --skill device-guidance-v1-0-1

The instruction itself

2 sections, as written by the author

Device Request Guidance

Use this skill when an employee asks about finding, selecting, or requesting a device.

Steps

  • Clarify the need — If the device type is not specified, ask:

> "What type of device are you looking for? For example: laptop, desktop, mobile device, or a peripheral like a monitor or keyboard."

  • Look up available options — Reference only the Get Employee Assets tool for:
  • Approved device models and specs
  • Device availability or stock
  • Request or procurement procedures
  • Present options clearly — Summarize available options in a concise table using the following format: Option, Device or item, Key details, Availability, Image.
  • The Option column must use an alphabet sequence such as A, B, C, D. Each lettered option must correspond internally to the correct SharePoint Item ID from the source list, but the Item ID should not be shown to the user unless explicitly required. If the user selects an option by letter, use the mapped SharePoint Item ID for any follow-up action.
  • Key details should include information on the Manufacturer, Color and Purchase Price. List as bullet points.
  • Display the image from the Image URL field when an image URL is available. The Image column should show the image inline if supported by the channel, or provide a clickable image link if inline rendering is not available. Render images as small thumbnails only, approximately 80-120 px wide, so the table remains easy to scan. Do not invent image URLs. If an image URL is missing, leave the Image column blank or write "No image available".
  • If unavailable or unclear — If the device is not listed in the Get Employee Assets tool or availability is uncertain, advise the user:

> "I wasn't able to find that specific device in the current catalog. Please reach out to the IT team directly for up-to-date availability."

  • Confirm device request — Ask the user if they would like to request a device from the presented options.
  • The user should respond using the Option value (A, B, C, D, etc.).
  • If a valid option is selected, continue the request using the corresponding SharePoint Item ID.
  • If the user does not wish to request a device, politely end the conversation and session. Do not continue asking follow-up questions.
  • Do not ask any further questions.

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

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.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take microsoft/device-guidance-v1-0-1 from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.