apm-usage

Install, update, and manage agent skills and dependencies via APM.

320|3|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/mizchi/skills --skill apm-usage-mizchi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apm-usage
Source: https://github.com/mizchi/skills/tree/main/tooling/apm-usage
Command: npx skills add https://github.com/mizchi/skills --skill apm-usage-mizchi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

APM usage helps teams install, update, and manage agent skills and their dependencies across projects and environments, ensuring reproducible configurations.

Core Features & Use Cases

  • Install, uninstall, and update skills from a centralized manifest (apm.yml) and global scope.
  • Resolve dependencies across GitHub, non-GitHub, and local paths, with pinning and lockfile support.
  • Use in typical workflows for onboarding new skills, updating repository capabilities, and auditing dependencies.

Quick Start

Run apm install to install all declared dependencies from apm.yml in your project.

Frequently Asked Questions about apm-usage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install and manage agent skills and dependencies using a manifest?

To manage agent skills and dependencies, configure a centralized apm.yml manifest and run apm install to resolve and install declared dependencies from GitHub, non-GitHub, and local paths. This ensures reproducible project configurations across environments.

What is the best way to ensure reproducible installs for agent skills across projects?

The best way to ensure reproducible installs is to use version pinning and the lockfile workflow. APM resolves dependencies declared in the apm.yml manifest and generates a lockfile to lock exact versions, preventing unexpected updates across different environments.

Can I resolve agent skill dependencies from local paths and non-GitHub sources?

Yes, you can resolve agent skill dependencies from local paths and non-GitHub sources. APM supports resolving dependencies across GitHub, non-GitHub, and local directories declared in your apm.yml manifest for both project-scoped and global workflows.

How do I update existing agent skills and audit repository dependencies?

To update existing agent skills and audit dependencies, run APM update commands against your centralized manifest. APM helps onboard new skills, update repository capabilities, and audit dependency versions configured in project-scoped or global scopes.

What troubleshooting steps exist for APM lockfile and dependency resolution issues?

Common troubleshooting steps for APM lockfile and dependency resolution issues involve verifying required manifest fields in apm.yml and regenerating the lockfile. APM outlines specific troubleshooting steps to resolve conflicts during skill installation and version pinning.