microsoftmicrosoftOfficialยท28 Agent Skills Included

apm

Package manager for AI agent skills, prompts, and plugins

Installs, versions, and distributes AI agent configuration like skills, prompts, instructions, and MCP servers across Copilot, Claude, Cursor, and other coding agents. Eliminates manual copy-paste setup by declaring every agent dependency in one apm.yml manifest with a lockfile for reproducible installs. Scans packages for hidden malicious content, enforces org policies, and audits configuration drift before it ships.
npx skills add microsoft/apm --all -g -y

All Skills in This Repository (28)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
microsoftmicrosoft

python-architecture

Guide Python module architecture in the APM CLI project using BaseIntegrator, CommandLogger, and AuthResolver patterns.

Official
Advanced
๐Ÿ“ฆ In Repo
microsoftmicrosoft

supply-chain-security

Validate dependency resolution, integrity, and source authenticity during dependency graph changes.

Official
Intermediate
๐Ÿ“ฆ In Repo
microsoftmicrosoft

auth

Centralize token management and credential resolution through the AuthResolver.

Official
Advanced
๐Ÿ“ฆ In Repo
microsoftmicrosoft

cli-logging-ux

Apply standardized CLI logging and UX patterns using the CommandLogger API.

Official
Advanced
๐Ÿ“ฆ In Repo
microsoftmicrosoft

oss-growth

Surface README conversions, templates, and release communications for OSS adoption.

Official
Intermediate
๐Ÿ“ฆ In Repo
microsoftmicrosoft

apm-review-panel

Orchestrate a specialist panel to review pull requests and produce a ship recommendation.

Official
Advanced
๐Ÿ“ฆ In Repo
microsoftmicrosoft

pr-description-skill

Generate a Markdown PR body for microsoft/apm with TL;DR, WHY, WHAT, and HOW sections.

Official
Advanced
๐Ÿ“ฆ In Repo
microsoftmicrosoft

apm-triage-panel

Orchestrate multi-lens evaluation to generate a ready-to-post triage comment for microsoft/apm issues.

Official
Advanced
๐Ÿ“ฆ In Repo
microsoftmicrosoft

devx-ux

Standardize CLI command surfaces, help text, and first-run flows across APM workflows.

Official
Intermediate
๐Ÿ“ฆ In Repo
microsoftmicrosoft

apm-strategy

Coordinate APM project strategy changes from governance signals in repository files.

Official
Intermediate
๐Ÿ“ฆ In Repo
microsoftmicrosoft

Test Skill

Demonstrate marketplace plugin discovery, manifest handling, and execution.

Official
Basic
๐Ÿ“ฆ In Repo
microsoftmicrosoft

example-skill

Validates plugin-based skill discovery, loading and execution with mock plugins.

Official
Basic

Frequently Asked Questions

FAQPage Schema
How to install APM?โ–ผ

Run `npx skills add microsoft/apm --all -g -y` in your terminal to install all skills in this suite globally.

What is APM used for?โ–ผ

APM is a package manager for AI coding agents. It lets you declare skills, prompts, agents, and MCP servers in one apm.yml file and reproduce that exact setup on any machine with a single install command.

Which AI agents does APM support?โ–ผ

APM works with GitHub Copilot, Claude Code, Cursor, Codex, Gemini, Windsurf, Kiro, OpenCode, and Grok. One manifest deploys your agent context to every detected client automatically.

How does APM keep agent packages secure?โ–ผ

Every install scans for hidden Unicode that could hijack agent behavior, pins integrity hashes in a lockfile, and gates transitive MCP servers behind explicit trust prompts. Teams can also enforce allow-lists through an apm-policy.yml file.

Can I share agent skills across my team with APM?โ–ผ

Yes. Publish your skills, prompts, and instructions as an APM package from any git host, and teammates get the full setup by running apm install after cloning the repo.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’