packmind-create-skill

Scaffold SKILL.md frontmatter and resource directories for new Skill units.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps teams bootstrap structured Skill units for Cursor/Cursor-based agents by automating the creation of SKILL.md templates and resource scaffolding.

Core Features & Use Cases

  • Template SKILL.md generation and frontmatter scaffolding
  • Resource scaffolding: scripts/, references/, and assets/ directories
  • Validation and distribution guidance with Packmind CLI
  • Quick-start guidance to initialize new skills and templates

Quick Start

Run the Skill Initializer to create a new skill skeleton with a simple command:

  • python3 scripts/init_skill.py <skill-name> --path <output-directory>

Frequently Asked Questions about packmind-create-skill

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

FAQPage Schema
How do I bootstrap a new Skill with scaffolded templates and directories?

Bootstrap new Skills by running the Skill Initializer script with a skill name and output path. The tool automatically generates SKILL.md frontmatter, creates resource directories (scripts/, references/, assets/), and provides validation guidance to ensure consistent structure for distribution via Packmind CLI.

What does the Skill Initializer do with resource directories and metadata?

The Skill Initializer automates scaffolding of SKILL.md frontmatter and procedural instructions alongside bundled resource directories. It enables deterministic initialization by pre-structuring metadata, scripts, references, and assets so new Skills are ready for validation and publishing through Packmind CLI.

Can I use this Skill Initializer without Packmind CLI installed?

The Initializer requires both Python 3 and Packmind CLI to initialize, validate, and publish Skills. While the scaffolding runs standalone, Packmind CLI is mandatory for distribution and ensures your Skill meets publishing requirements.

How do I prepare my environment to create new Skills with this tool?

Set up Python 3 and install Packmind CLI before running the Skill Initializer. These prerequisites enable the tool to generate templates, validate frontmatter and resource structure, and prepare Skills for consistent distribution across your Cursor-based agent ecosystem.

What's included when I initialize a new Skill?

Initializing a Skill generates a SKILL.md template with frontmatter metadata, creates empty resource directories (scripts/, references/, assets/), and provides procedural instruction scaffolds. You then populate these with domain-specific content and publish via Packmind CLI.

Can I automate Skill creation for multiple team members?

Yes. The Initializer creates consistent, templated Skill structures that enforce metadata standards and resource organization. Teams can use the same Python command to generate deterministic Skill units, ensuring uniform formatting and distribution readiness across Cursor-based agents.