packmind-cli-list-commands

List Packmind standards, commands, skills, and packages via the CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables AI agents to quickly discover and enumerate the available Packmind artifacts (standards, commands, skills, and packages) via the CLI, reducing integration friction and speeding up setup.

Core Features & Use Cases

  • Artifact discovery: List standards, commands, skills, and packages available in the Packmind organization.
  • Contextual results: Returns entries with slug, human-readable name, and a full URL to the artifact in the Packmind web app.
  • Use Case: When onboarding a new project, an agent runs this skill to inventory all artifacts before deciding which to install or reference.

Quick Start

Use the Packmind CLI to enumerate artifacts and present results as a slug-name-url list. Example commands: packmind-cli standards list; packmind-cli commands list; packmind-cli skills list; packmind-cli install --list. Ensure you are logged in with packmind-cli login and authenticated to access the Packmind organization.

Frequently Asked Questions about packmind-cli-list-commands

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

FAQPage Schema
How do I list available Packmind artifacts like skills and standards from the CLI?

Use the Packmind CLI to enumerate artifacts with commands like `packmind-cli skills list`, `packmind-cli standards list`, or `packmind-cli commands list`. Each command returns a structured list with slug, name, and full URLs to artifacts in the Packmind web app, helping you quickly discover what's available in your organization.

What do I need to do before listing Packmind CLI artifacts?

Install and authenticate the packmind-cli tool by running `packmind-cli login`. You must be logged in and authenticated to access your Packmind organization's artifacts. Once authenticated, you can enumerate standards, commands, skills, and packages.

Can I discover all Packmind artifact types in one command?

Yes, use `packmind-cli install --list` to enumerate multiple artifact types at once. The output includes standards, commands, skills, and packages with their slugs, human-readable names, and full URLs, giving you a complete inventory of available artifacts.

What format do Packmind CLI artifact listings return?

Listings return structured results containing three fields for each artifact: slug (identifier), human-readable name, and full URL pointing to the artifact in the Packmind web app. This format makes it easy to reference and integrate artifacts into workflows.

When should I use Packmind artifact discovery during project setup?

Run artifact listing during onboarding to inventory all available standards, commands, skills, and packages before deciding which to install or reference. This reduces integration friction and speeds up project initialization by showing you what's already available in your organization.