apm
NewAgent Package Manager
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
mkdir -p .claude/agentsAdd the configuration to .claude/agents/apm.md
@apmUse Cases
Usage Examples
/apm search web scraper
/apm install code-review-agent
/apm list
Security Audits
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..