BeClaude

apm

New
2.9kGitHubGeneralby microsoft

Agent Package Manager

First seen 5/22/2026

Summary

The Agent Package Manager (APM) skill helps developers discover, install, and manage reusable agent packages directly from Claude Code.

  • It simplifies integrating pre-built agent capabilities into your workflow, saving time and reducing boilerplate.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/apm.md

3
Invoke with @agent-name
@apm

Use Cases

Quickly search for an agent package to add web scraping functionality to your project.
Install a community-verified agent that automates code review tasks.
List all installed agent packages to review or update them.
Remove an outdated agent package that is no longer needed.
Publish your own custom agent package for others to use.
Update a specific agent package to its latest version.

Usage Examples

1

/apm search web scraper

2

/apm install code-review-agent

3

/apm list

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is apm?

The Agent Package Manager (APM) skill helps developers discover, install, and manage reusable agent packages directly from Claude Code. It simplifies integrating pre-built agent capabilities into your workflow, saving time and reducing boilerplate.

How to install apm?

To install apm: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/apm.md. Finally, @apm in Claude Code.

What is apm best for?

apm is a agent categorized under General. It is designed for: agent. Created by microsoft.

What can I use apm for?

apm is useful for: Quickly search for an agent package to add web scraping functionality to your project.; Install a community-verified agent that automates code review tasks.; List all installed agent packages to review or update them.; Remove an outdated agent package that is no longer needed.; Publish your own custom agent package for others to use.; Update a specific agent package to its latest version..