packmind-create-command

Solid

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 GitLab Duo.

AI & Automation 295 stars 15 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 88/100

Stars 20%
82
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Command Creator This skill provides a complete walkthrough for creating reusable commands via the Packmind CLI. ## About Commands Commands are structured, multi-step workflows that capture repeatable tasks, recipes, and automation patterns. They help teams standardize common development workflows and enable GitLab Duo to execute complex tasks consistently. ### What Commands Provide 1. **Multi-step workflows** - Structured sequences of actions to accomplish a task 2. **Context validation** - Checkpoints to ensure requirements are met before execution 3. **When-to-use guidance** - Clear scenarios describing when the command is applicable 4. **Code snippets** - Optional examples demonstrating each step's implementation ### Command Structure Every command is drafted as a markdown file with this structure: ``` # Command Name ## Summary What the command does, why it's useful, and when it's relevant. ## When to Use - Scenario 1 when this command applies - Scenario 2 when this command applies ## Context Validation Checkpoints - Question 1 to validate before proceeding? - Question 2 to ensure context is clear? ## Steps ### Step Name What this step does and how to implement it. \`\`\`typescript // Optional code example \`\`\` ### Another Step Description without code. ``` ### Naming Guidelines The `# Title` heading is the **display name** shown in indexes and dashboards. The slug is auto-generated from it — never write the slug yourself. **Format:** Use **Title...

Details

Author
PackmindHub
Repository
PackmindHub/packmind
Created
9 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category