cursor-custom-prompts

📁 jeremylongshore/claude-code-plugins-plus-skills 📅 1 day ago
1
总安装量
1
周安装量
#51639
全站排名
安装命令
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill cursor-custom-prompts

Agent 安装分布

amp 1
opencode 1
kimi-cli 1
github-copilot 1
gemini-cli 1

Skill 文档

Cursor Custom Prompts

Overview

This skill helps you create effective custom prompts for Cursor AI. It covers prompt engineering fundamentals, domain-specific templates, advanced techniques like chain-of-thought prompting, and best practices for consistent, high-quality AI responses.

Prerequisites

  • Cursor IDE with Chat or Composer
  • Understanding of prompt engineering basics
  • Project with existing patterns to reference
  • .cursorrules file for persistent prompts

Instructions

  1. Structure prompt with context, task, constraints
  2. Include specific requirements and formats
  3. Reference existing patterns with @-mentions
  4. Start with simple prompt, iterate for complexity
  5. Store effective prompts in .cursorrules
  6. Refine based on output quality

Output

  • Effective prompt templates
  • Consistent AI output quality
  • Reusable prompt patterns
  • Project-specific prompt library

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources