skill-creator

Create and update Cursor Skill Units with SKILL.md frontmatter and optional resource directories.

1|Updated Jun 10, 2025
One-click install
npx skills add https://github.com/Columbia-Cloudworks-LLC/EquipQR --skill skill-creator-columbia-cloudworks-llc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Columbia-Cloudworks-LLC/EquipQR/tree/main/.cursor/skills/skill-creator
Command: npx skills add https://github.com/Columbia-Cloudworks-LLC/EquipQR --skill skill-creator-columbia-cloudworks-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps users create or update Skill Units that extend Cursor's capabilities with specialized knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Modular Skill Units enable teams to encapsulate knowledge, tooling, and workflows for Cursor.
  • Provides a standardized SKILL.md format with mandatory frontmatter (name, description) and a clear operational body.
  • Supports optional resources (scripts/, references/, assets/) to accompany skills for on-demand execution and documentation.

Quick Start

Initialize a new skill directory with SKILL.md frontmatter and optional resource folders, then implement reusable scripts, references, and assets.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create modular skills for Cursor?▼

To create modular skills for Cursor, you design a Skill Unit with a SKILL.md file containing mandatory frontmatter like name and description, then add optional resource directories such as scripts, references, and assets.

What is the required format for a Cursor SKILL.md file?▼

The required format for a SKILL.md file includes a frontmatter header with mandatory name and description fields, followed by a well-structured operational body that defines the skill's instructions and capabilities.

Can I include external scripts and references when packaging a Cursor skill?▼

Yes, you can include external scripts and references when packaging a Cursor skill by initializing optional resource directories like scripts/, references/, and assets/ alongside your SKILL.md file.

What is the best way to structure reusable Cursor workflows?▼

The best way to structure reusable Cursor workflows is by packaging them as modular Skill Units that encapsulate specialized knowledge, tooling, and assets with clear metadata and standardized frontmatter.

Do I need prior coding experience to build Cursor skill modules?▼

Building Cursor skill modules requires familiarity with markdown formatting and script structuring to properly define frontmatter, outline operational instructions, and manage optional resource directories safely.