create-skill

Create structured Cursor agent skills with CSO-optimized descriptions and validation testing.

9|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/paultyng/skill-issue --skill create-skill-paultyng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/paultyng/skill-issue/tree/main/skills/create-skill
Command: npx skills add https://github.com/paultyng/skill-issue --skill create-skill-paultyng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating Cursor agent skills that are poorly structured, lack clear triggering conditions, or omit critical best practices leads to agents failing to load or use the skill correctly, wasting time and reducing productivity. This Skill eliminates that friction by providing a complete, tested framework for authoring high-quality, effective agent skills.

Core Features & Use Cases

  • Skill Categorization Guidance: Classify your skill as a Technique, Pattern, Reference, or Workflow to determine the correct structure, level of detail, and testing approach.
  • CSO-Optimized Description Writing: Learn to write descriptions that ensure your skill is discovered and loaded by agents, avoiding common pitfalls like workflow summaries that cause agents to skip the full skill body.
  • Comprehensive Authoring Principles: Follow best practices for conciseness, progressive disclosure, degrees of freedom, and token efficiency to create skills that are fast to load and easy to follow.
  • Testing & Validation Methodology: Use a TDD-inspired approach to test your skill against real agent scenarios, close rationalization loopholes, and ensure it performs reliably under pressure.
  • Use Case Example: If you want to create a skill that automates your team's code review checklist, this Skill guides you to structure it correctly, write a triggering description, organize reference material, and test it to ensure agents follow the full checklist every time.

Quick Start

Use the create-skill skill to author a new workflow skill for automating your team's weekly deployment validation checks.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I author Cursor agent skills that are discoverable and load correctly?

To author Cursor agent skills effectively, you need a properly structured framework that complies with platform best practices. This ensures agents discover, load, and execute the skill instructions correctly without skipping critical content.

What is the best way to structure a workflow skill for code review automation?

The best way to structure a code review workflow skill is to classify it correctly, write a triggering description, organize reference material with progressive disclosure, and apply validation testing to ensure agents follow the checklist reliably.

What is CSO optimization for agent skill descriptions?

CSO optimization for agent skill descriptions involves writing concise summaries that ensure your skill is discovered and loaded by agents. It prevents common pitfalls like workflow summaries that cause agents to skip the full skill body.

How do I test and validate agent skills for reliability?

You test and validate agent skills using a TDD-inspired methodology to evaluate them against real agent scenarios. This closes rationalization loopholes and ensures the skill performs reliably under pressure.

What are the different types of agent skills I can create?

You can create four distinct types of agent skills: Technique, Pattern, Reference, and Workflow. Categorizing your skill correctly determines the appropriate structure, level of detail, and testing approach required for authoring.

Why does my Cursor agent skip the full skill body during execution?

Cursor agents skip the full skill body when descriptions contain workflow summaries instead of CSO-optimized triggering conditions. Applying progressive disclosure and concise authoring principles ensures the complete skill instructions are loaded and followed.