packmind-create-package

Create Packmind packages via the packmind-cli with name and description.

306|17|Updated Sep 5, 2025
One-click install
npx skills add https://github.com/PackmindHub/packmind --skill packmind-create-package
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: packmind-create-package
Source: https://github.com/PackmindHub/packmind/tree/main/.cursor/skills/packmind-create-package
Command: npx skills add https://github.com/PackmindHub/packmind --skill packmind-create-package

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides AI agents on how to create Packmind packages via the CLI, simplifying the process of organizing standards, commands, and skills for distribution.

Core Features & Use Cases

  • Package creation guidance: Walks a user through listing existing packages, validating naming conventions, and initiating package creation via the CLI.
  • Prerequisite checks: Ensures packmind-cli is installed and the user is logged in before proceeding.
  • Use Case: When you need to bundle related standards/commands into a distributable package for your frontend or backend team.

Quick Start

Use this skill to create a new Packmind package by guiding the CLI steps and prompting the user for package name and description, then executing:

  • List existing packages with packmind-cli install --list
  • Create a new package with packmind-cli packages create "<name>" --description="<description>"

Frequently Asked Questions about packmind-create-package

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

FAQPage Schema
How do I create a Packmind package via CLI?

Create a Packmind package by running `packmind-cli packages create "<name>" --description="<description>"` after ensuring packmind-cli is installed and you're logged in. This bundles standards, commands, and skills into a distributable package for your team.

What do I need before creating a Packmind package?

You need packmind-cli installed and an active login session. List existing packages with `packmind-cli install --list` to validate naming conventions before creating a new one.

Can I organize standards and commands into distributable packages?

Yes. Packmind packages organize related standards, commands, and skills into distributable units scoped for frontend, backend, or team use, managed through the CLI with package name and description.

What's the workflow for setting up a new Packmind package?

Check prerequisites with packmind-cli, list existing packages to avoid conflicts, provide a package name and description, then execute the create command to bundle your standards and skills for distribution.

Can I use Packmind packages for team-wide standards distribution?

Yes. Packmind packages distribute organized standards, commands, and skills across frontend and backend teams, automating governance through the CLI with defined scope and metadata.