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 Claude.
Install with Tessl CLI
npx tessl i github:cteyton/packmind --skill packmind-create-command79
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillAgent success when using this skill
Validation for skill structure
Playbook file structure and location
Correct directory
0%
100%
Draft filename suffix
0%
100%
Lowercase hyphenated slug
80%
100%
name field present
100%
100%
summary field present
100%
100%
whenToUse array
100%
100%
contextValidationCheckpoints array
100%
100%
steps array
100%
100%
steps have name and description
100%
100%
Valid JSON syntax
100%
100%
Step quality and code snippet format
Concise step names
87%
0%
No vague step names
75%
0%
Actionable descriptions
75%
0%
No placeholder descriptions
100%
0%
Code fences with language tag
100%
0%
Single concept per step
93%
0%
At least 5 steps
100%
0%
Code snippets present
0%
0%
Unique step names
100%
0%
Description specificity
100%
0%
Checkpoint specificity and review preview
Specific whenToUse entries
25%
66%
No overly broad scenarios
50%
100%
Specific checkpoint questions
16%
100%
No non-validating checkpoints
12%
100%
Review preview: name and summary
100%
100%
Review preview: whenToUse section
75%
100%
Review preview: checkpoints section
62%
100%
Review preview: steps section
100%
100%
Draft file path mentioned
20%
100%
Approval question present
0%
0%
Multiple whenToUse entries
0%
100%
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.