axm-manage-packs

Create, install, update, and distribute axm extension packs.

5|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/agentxm/axm --skill axm-manage-packs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: axm-manage-packs
Source: https://github.com/agentxm/axm/tree/main/packages/cli/src/builtin-pack/skills/axm-manage-packs
Command: npx skills add https://github.com/agentxm/axm --skill axm-manage-packs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing extension packs for axm can be complex when coordinating installs, updates, and distribution across multiple projects. This skill provides a centralized workflow to organize related skills into packs and manage their lifecycle.

Core Features & Use Cases

  • Create, install, update, and uninstall packs to bundle related skills.
  • Add or remove individual skills to or from a pack to adapt to evolving workflows.
  • Publish packs to registries or distribute them to teammates for consistent environments.

Quick Start

Create a new pack with axm packs new my-pack and then add skills with axm packs add my-pack @profile/skill-name.

Frequently Asked Questions about axm-manage-packs

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

FAQPage Schema
How do I manage extension packs for axm across multiple projects?

You can manage extension packs for axm by creating, installing, updating, and uninstalling bundles of related skills. This provides a centralized workflow to organize and distribute skills across multiple projects consistently.

How do I bundle related skills into a pack and add new ones?

To bundle related skills, create a new pack with the new command, then use the add command to include individual skills. You can adapt to evolving workflows by adding or removing skills from the pack as needed.

Can I distribute axm packs to teammates for consistent environments?

Yes, you can distribute axm packs to teammates by publishing them to registries. This allows teams to install and unpack the same groups of skills, ensuring consistent environments across projects.

Does axm pack management support custom profiles and registries?

Yes, axm pack management supports options for profiles and registries. This allows you to configure pack lifecycle commands like install, uninstall, new, add, remove, publish, and unpack according to your specific project requirements.

What is the best way to coordinate skill updates and distribution across teams?

The best way to coordinate skill updates is to organize related skills into packs and publish them to registries. Teammates can then install or unpack these distributed packs to maintain synchronized environments.

Why use extension packs instead of managing individual skills?

Extension packs solve the complexity of coordinating installs, updates, and distribution across multiple projects. Bundling related skills into packs streamlines lifecycle management and ensures consistent deployments.