cursor-prod-checklist

Featured

Production readiness checklist for Cursor IDE setup: security, rules, indexing, privacy, and team standards. Triggers on "cursor production", "cursor ready", "cursor checklist", "optimize cursor setup", "cursor onboarding".

AI & Automation 2,274 stars 319 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Cursor Production Checklist Comprehensive checklist for configuring Cursor IDE for production use. Covers security hardening, project rules, indexing optimization, privacy settings, and team standardization. ## Pre-Flight Checklist ### Authentication & Licensing ``` [ ] All team members authenticated with correct plan (Pro/Business/Enterprise) [ ] SSO configured (Business/Enterprise) -- see cursor-sso-integration skill [ ] Privacy Mode enabled (enforced at team level for Business+) [ ] Verify plan at cursor.com/settings ``` ### Project Rules ``` [ ] .cursor/rules/ directory created and committed to git [ ] Core project rule with alwaysApply: true (stack, conventions, standards) [ ] Language-specific rules with glob patterns (*.ts, *.py, etc.) [ ] Security rule: "Never suggest hardcoded credentials or secrets" [ ] No sensitive data (API keys, passwords) in any rule file ``` **Minimum viable rule set:** ```yaml # .cursor/rules/project.mdc --- description: "Core project context" globs: "" alwaysApply: true --- # Project: [Name] Stack: [framework, language, database, etc.] Package manager: [npm/pnpm/yarn] ## Conventions - [your team conventions here] - Never commit console.log statements - All functions require TypeScript return types - Use Conventional Commits format ``` ```yaml # .cursor/rules/security.mdc --- description: "Security constraints for AI-generated code" globs: "" alwaysApply: true --- # Security Rules - NEVER hardcode API keys, passwords, or secrets in...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

cursor-compliance-audit

Compliance and security auditing for Cursor IDE usage: SOC 2, GDPR, HIPAA assessment, evidence collection, and remediation. Triggers on "cursor compliance", "cursor audit", "cursor security review", "cursor soc2", "cursor gdpr", "cursor data governance".

2,274 Updated today
jeremylongshore
AI & Automation Featured

cursor-rules-config

Configure Cursor project rules using .cursor/rules/*.mdc files and legacy .cursorrules. Triggers on "cursorrules", ".cursorrules", "cursor rules", "cursor config", "cursor project settings", ".mdc rules", "project rules".

2,274 Updated today
jeremylongshore
AI & Automation Featured

cursor-reference-architecture

Reference architecture for Cursor IDE projects: directory structure, rules organization, indexing strategy, and team configuration patterns. Triggers on "cursor architecture", "cursor project structure", "cursor best practices", "cursor file structure".

2,274 Updated today
jeremylongshore
AI & Automation Featured

cursor-team-setup

Set up Cursor for teams: plan selection, member management, shared rules, admin dashboard, and onboarding. Triggers on "cursor team", "cursor organization", "cursor business", "cursor enterprise setup", "cursor admin".

2,274 Updated today
jeremylongshore
AI & Automation Featured

cursor-known-pitfalls

Avoid common Cursor IDE pitfalls: AI feature mistakes, security gotchas, configuration errors, and team workflow issues. Triggers on "cursor pitfalls", "cursor mistakes", "cursor gotchas", "cursor issues", "cursor problems", "cursor tips".

2,274 Updated today
jeremylongshore