Configuration rules for using DeepSeek models within Cursor IDE, including agent mode setup, file handling, and code generation guidelines.
## DeepSeek + DeepSeek Integration Rules ### Model Configuration - Use deepseek-v3 for general coding tasks (hosted on Fireworks.ai via DeepSeek) - Use deepseek-r1 for complex reasoning, debugging, and architecture decisions - Set temperature to 0.6 for consistent results - For API integration: Settings > Models > Add your Claude API key ### Agent Mode Rules - Always add or update tests for code changes - Do not output or exfiltrate API keys or secrets - Verify file existence before modifying - Use relative paths within the project - Run linting after code generation ### Code Generation Guidelines - Respect existing code style and conventions in the project - Match indentation (tabs vs spaces) of surrounding code - Use existing utility functions rather than creating duplicates - Prefer editing existing files over creating new ones - Include TypeScript types when working in .ts/.tsx files ### File Operations - Read files before editing to understand existing patterns - Never delete files without explicit instruction - Create new files only when they do not exist as part of the current architecture - Use project-relative imports consistent with the existing codebase ### Testing - Add tests for new functions and modified behavior - Use the project's existing test framework - Place test files in the project's established test directory structure
System rules for designing inter-service communication in microservices architectures with DeepSeek Coder, covering sync/async patterns, error handling, and resilience.
System rules for generating content in multiple languages with DeepSeek V3, covering translation quality, cultural adaptation, locale-specific formatting, and quality assurance.
System rules for safe code refactoring with DeepSeek R1, requiring test coverage verification, incremental changes, and behavior preservation checks.
System rules for using DeepSeek V3 to generate clear, maintainable technical documentation including API docs, architecture docs, and onboarding guides.
System rules for DeepSeek Coder to generate optimized database queries, with requirements for EXPLAIN analysis, indexing recommendations, and performance targets.
System rules for using DeepSeek V3 to generate infrastructure code, CI/CD pipelines, and operational runbooks with security and reliability best practices.
Workflows from the Neura Market marketplace related to this DeepSeek resource