Agent skill

packmind-cli-list-commands

Reference for Packmind CLI listing commands. This skill should be used when an agent needs to discover available standards, commands, or skills in the Packmind organization.

Stars 260
Forks 13

Install this agent skill to your Project

npx add-skill https://github.com/PackmindHub/packmind/tree/main/.cursor/skills/packmind-cli-list-commands

SKILL.md

Packmind CLI List Commands

List available Packmind artifacts (standards, commands, skills, packages) via the CLI.

IMPORTANT: Output Requirements

When presenting results to the user, you MUST:

  1. Run the CLI command using the Bash tool
  2. Preserve the full URLs from the CLI output - these are clickable links to the Packmind webapp
  3. Display results as a list showing slug, name, and the full URL for each item
  4. Never summarize or table-ify the output in a way that hides the URLs

Example output format to show the user:

## Standards (3)

- **my-standard-slug**
  Name: My Standard Name
  Link: https://<host>/org/myorg/space/global/standards/abc123/summary

- **another-standard**
  Name: Another Standard
  Link: https://<host>/org/myorg/space/global/standards/def456/summary

Commands Reference

Command Purpose
packmind-cli standards list List coding standards
packmind-cli commands list List reusable commands
packmind-cli skills list List available skills
packmind-cli install --list List available packages

Prerequisites

Ensure packmind-cli is authenticated before running commands:

bash
packmind-cli whoami

If not logged in, authenticate first:

bash
packmind-cli login

Expand your agent's capabilities with these related and highly-rated skills.

PackmindHub/packmind

working-with-playground-app

This skill provides guidance for building UI/UX prototypes in the Packmind playground app. It should be used when creating a new prototype, iterating on an existing prototype, or working with files in apps/playground/. Triggers on mentions of "playground", "prototype", or direct work within the apps/playground/ directory.

260 13
Explore
PackmindHub/packmind

qa-review

Review a user story implementation against its Example Mapping (EM) specification.

260 13
Explore
PackmindHub/packmind

packmind-create-command

Guide for creating reusable commands via the Packmind CLI. This skill should be used when users want to create a new command that captures multi-step workflows, recipes, or task automation for distribution to CoPilot.

260 13
Explore
PackmindHub/packmind

doc-audit

Audit Packmind end-user documentation (apps/doc/) for broken links, outdated CLI references, non-existent concepts, misleading information, and missing coverage. Produces a structured markdown report at project root. Use when docs may have drifted from the codebase, before a release, or on a regular cadence.

260 13
Explore
PackmindHub/packmind

git-commit-guidelines

Enforce git commit best practices using gitmoji + Conventional Commits format. TRIGGER when creating commits. Ensures quality-gate passes, prevents issue auto-closing (no Close/Fix keywords), includes Co-Authored-By for AI commits, and requires user approval before committing.

260 13
Explore
PackmindHub/packmind

internal-comms

A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).

260 13
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results