jeremylongshore / cursor-prod-checklist
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/cursor-prod-checklist && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1192" && unzip -o skill.zip -d .claude/skills/cursor-prod-checklist && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/cursor-prod-checklist/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Execute production readiness checklist for Cursor IDE setup. Triggers on "cursor production", "cursor ready", "cursor checklist", "optimize cursor setup". Use when working with cursor prod checklist functionality. Trigger with phrases like "cursor prod checklist", "cursor checklist", "cursor".
0 views
0 installs
Skill Content
---
name: "cursor-prod-checklist"
description: |
Execute production readiness checklist for Cursor IDE setup. Triggers on "cursor production",
"cursor ready", "cursor checklist", "optimize cursor setup". Use when working with cursor prod checklist functionality. Trigger with phrases like "cursor prod checklist", "cursor checklist", "cursor".
allowed-tools: "Read, Write, Edit, Bash(cmd:*)"
version: 1.0.0
license: MIT
author: "Jeremy Longshore <jeremy@intentsolutions.io>"
---
# Cursor Prod Checklist
## Overview
This skill provides a comprehensive production readiness checklist for Cursor IDE setup. It covers authentication, configuration, security, performance optimization, and team standards to ensure your Cursor environment is properly configured for professional use.
## Prerequisites
- Cursor IDE installed
- Project workspace ready for configuration
- Team alignment on coding standards
- Understanding of Cursor features and settings
## Instructions
1. Complete authentication and licensing setup
2. Create and configure .cursorrules file
3. Set up .cursorignore for indexing exclusions
4. Configure security and privacy settings
5. Verify all AI features working correctly
6. Document setup for team onboarding
## Output
- Production-ready Cursor configuration
- Optimized AI settings for project
- Security-compliant setup
- Documented team standards
- Maintenance schedule established
## Error Handling
See `{baseDir}/references/errors.md` for comprehensive error handling.
## Examples
See `{baseDir}/references/examples.md` for detailed examples.
## Resources
- [Cursor Setup Guide](https://cursor.com/docs/setup)
- [Enterprise Configuration](https://cursor.com/docs/enterprise)
- [Security Best Practices](https://cursor.com/security)