cursor-skill-creator

Scaffold Cursor skills with SKILL.md frontmatter under .cursor/skills/.

5.0k|454|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/tech-leads-club/agent-skills --skill cursor-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cursor-skill-creator
Source: https://github.com/tech-leads-club/agent-skills/tree/main/packages/skills-catalog/skills/%28creation%29/cursor-skill-creator
Command: npx skills add https://github.com/tech-leads-club/agent-skills --skill cursor-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a streamlined way to scaffold Cursor-specific AI agent skills using the SKILL.md format. It ensures skills follow Cursor's directory patterns and frontmatter conventions so they integrate smoothly with tools and editors.

Core Features & Use Cases

  • Automated scaffolding: Generates a new skill directory under .cursor/skills/<skill-name>/ with a properly formatted SKILL.md frontmatter.
  • Pattern compliance: Enforces Cursor's patterns and directory structure (.cursor/skills/).
  • Onboarding & reuse: Helps contributors create consistent, reusable skills for Cursor editor workflows.

Quick Start

Create a new Cursor skill named "example-skill" following SKILL.md structure and place it under .cursor/skills/example-skill/SKILL.md.

Frequently Asked Questions about cursor-skill-creator

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

FAQPage Schema
How do I create a Cursor AI skill using the SKILL.md format?

To create a Cursor AI skill, you scaffold a new directory under .cursor/skills/<skill-name>/ and generate a SKILL.md file with required frontmatter fields like name and description, plus a structured instruction body for agent activation.

What is the correct directory pattern for placing custom skills in Cursor?

The correct directory pattern for custom skills in Cursor is .cursor/skills/<skill-name>/. Each skill requires its own named subdirectory containing a SKILL.md file that follows Cursor's specific frontmatter and structural conventions.

What frontmatter fields are required when generating a SKILL.md file for Cursor?

When generating a SKILL.md file for Cursor, the required frontmatter fields are name and description. These fields ensure the skill integrates smoothly with Cursor's editor workflows and tooling patterns.

Does the Cursor skill scaffolding process enforce specific directory structure compliance?

Yes, the Cursor skill scaffolding process enforces strict directory structure compliance. It automatically places new skills under .cursor/skills/<skill-name>/ and validates that the SKILL.md frontmatter follows Cursor's established patterns.

Can I use this scaffolding approach to build reusable skills for multiple Cursor editor workflows?

Yes, you can use this scaffolding approach to build reusable skills for Cursor editor workflows. It helps contributors create consistent, standardized skills by enforcing proper frontmatter and actionable instruction structures across all generated SKILL.md files.

Why does my custom Cursor skill fail to activate despite having a SKILL.md file?

A custom Cursor skill may fail to activate if the SKILL.md file lacks proper frontmatter fields like name and description, or if the file is not placed correctly under the .cursor/skills/<skill-name>/ directory following Cursor's required patterns.