Claude-skill-registry cursor-custom-prompts
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/cursor-custom-prompts" ~/.claude/skills/majiayu000-claude-skill-registry-cursor-custom-prompts && rm -rf "$T"
manifest:
skills/data/cursor-custom-prompts/SKILL.mdsource content
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
- Structure prompt with context, task, constraints
- Include specific requirements and formats
- Reference existing patterns with @-mentions
- Start with simple prompt, iterate for complexity
- Store effective prompts in .cursorrules
- 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.