create-skill

Creates structured Cursor Agent Skills and SKILL.md files for reusable task automation.

264|11|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/coco-research/coco --skill create-skill-coco-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/coco-research/coco/tree/main/adapters/cursor/skills/create-skill
Command: npx skills add https://github.com/coco-research/coco --skill create-skill-coco-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users plan and write effective Cursor Agent Skills when they need a reusable workflow, a domain-specific assistant behavior, or a clear SKILL.md structure.

Core Features & Use Cases

  • Skill Planning: Collects purpose, scope, triggers, storage location, required knowledge, and output preferences before writing a skill.
  • Skill Authoring Guidance: Explains how to structure SKILL.md with concise instructions, examples, and progressive disclosure.
  • Best-Practice Support: Reinforces naming, description quality, and file organization for reliable skill discovery and reuse.

Quick Start

Ask the agent to help you create a new Cursor skill by describing the task, desired triggers, storage location, required knowledge, and output format.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I create a reusable Cursor Agent Skill for automated code review?

To create a reusable Cursor Agent Skill, define the workflow purpose, triggers, and required knowledge, then structure a SKILL.md file with concise frontmatter metadata and progressive disclosure references for the specialized task.

What should a SKILL.md file include for workflow automation in Cursor?

A SKILL.md file should include clear frontmatter metadata, a concise third-person description, task instructions, and optional references or scripts for progressive disclosure to support reliable workflow automation.

When do I need to build a Cursor skill instead of writing a standard prompt?

You need to build a Cursor skill when you require a reusable, domain-specific assistant behavior for tasks like commit messaging or database querying, rather than a one-off conversational prompt.

How do I plan and structure metadata for a new Cursor skill?

Plan a new Cursor skill by collecting the task purpose, scope, triggers, storage location, and output preferences, then structure the metadata using clear naming and concise third-person descriptions for skill discovery.

Can I use optional scripts and references to add progressive disclosure to SKILL.md files?

Yes, you can use optional scripts and references to add progressive disclosure to SKILL.md files, keeping the core instructions concise while providing deeper domain knowledge when needed.

What are the limitations of authoring Cursor skills for specialized assistant behaviors?

Cursor skill authoring requires clearly defined frontmatter metadata and structured file organization; without concise instructions and proper progressive disclosure, skill discovery and reliable task reuse may degrade.