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.
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:
- Run the CLI command using the Bash tool
- Preserve the full URLs from the CLI output - these are clickable links to the Packmind webapp
- Display results as a list showing slug, name, and the full URL for each item
- 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:
packmind-cli whoami
If not logged in, authenticate first:
packmind-cli login
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
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.
qa-review
Review a user story implementation against its Example Mapping (EM) specification.
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.
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.
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.
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.).
Didn't find tool you were looking for?