What are Packages?
A Package is a curated collection of commands, standards, and skills grouped together. Packages organize your artifacts in a way that matches how your team actually works—whether by technology, domain, team, or architectural layer. Instead of managing dozens of individual items, packages let you group related artifacts and distribute them as a single unit.How to Distribute Packages
There are two ways to distribute packages to your team:- Install locally via CLI - Download packages directly to your local machine (no Git required)
- Distribute to Git repositories - Push packages to your repositories (requires Git configuration)
Creating Packages
Via Web Interface
- Navigate to Packages in the Packmind UI
- Click Create Package
- Provide a name and description
- Select commands, standards, and skills to include
- Save the package
Via CLI
Create an empty package from the command line:Adding Items to Packages
There are several ways to add items to packages:- Via CLI — Use
packmind-cli packages addto add existing standards, commands, or skills to a package: - Via MCP — Include the
packageSlugsparameter when creating commands or standards via the MCP server - Via Web Interface — Add items to packages through the Packmind UI
Using Packages
Once you’ve created packages, you can distribute them using either of these methods:Option 1: Install Locally
Download package content directly to your machine using the CLI:Option 2: Distribute to Repositories
Push packages to your Git repositories through the web interface:- Navigate to Packages
- Select packages to distribute
- Choose target paths
- Click Distribute
Default skills included — All distributions automatically include
Packmind’s default skills (such as
packmind-create-skill for creating new
skills). These are added alongside your package contents.Via MCP Server
AI agents can work with packages using these tools:list_packages- View available packagesget_package_details- Inspect package contents
save_command or save_standard, use the packageSlugs parameter to add them to packages automatically.
See the MCP Server reference for details.