Cursor rule Cursor
Purpose: Specific workflow rules for AI/SWE agents to ensure proper integration with development tools, processes, and quality gates. These rules govern agent behavior when working autonomously on software development tasks.
An experimental, 100% AI-generated, high-performance code intelligence server providing AI assistants with a graph-based understanding of codebases.
Cursor rule Cursor
Purpose: Specific workflow rules for AI/SWE agents to ensure proper integration with development tools, processes, and quality gates. These rules govern agent behavior when working autonomously on software development tasks.
Cursor rule Cursor
This rule enforces best practices and coding standards for Bash scripting to improve code quality, maintainability, and security. It covers naming conventions, formatting, error handling, security, and performance considerations.
Cursor rule Cursor
ALWAYS follow Design-First Development for every feature and bug fix.
Cursor rule Cursor
Purpose: Enforce complete implementation standards to prevent stub code, placeholders, and incomplete work from being committed. Based on lessons learned from MCP Test Harness audit where 60%+ of "complete" work was actually placeholder implementations.
Cursor rule Cursor
Purpose: Process enforcement and team development standards for enterprise Rust projects. Use this for team environments requiring strict quality gates, design documentation, and automated workflow enforcement.
Cursor rule Cursor
This rule file provides comprehensive guidance on Docker best practices, covering Dockerfile construction, image optimization, and security considerations. It aims to improve the efficiency, maintainability, and security of Docker-based projects.
Cursor rule Cursor
Purpose: Ensures all documentation is accurate, complete, and synchronized with actual codebase. Prevents documentation drift, validates code examples, and maintains high-quality user experience through reliable documentation.
Cursor rule Cursor
This rule provides essential guidance for executing GitHub CLI (gh) commands correctly when using the runterminalcmd tool. It covers the critical workaround for pager-related issues that cause gh commands to fail with "cannot open '|' for reading" errors. The rule documents why piping gh commands to cat (e.g., gh run…
Cursor rule Cursor
Enforces structured development workflow using GitHub issues, milestones, and projects. Ensures systematic progression through milestone-focused development with comprehensive tracking and verification.
Cursor rule Cursor
This rule provides comprehensive best practices for developing and maintaining Kubernetes applications and infrastructure, covering coding standards, security, performance, testing, and deployment.
Cursor rule Cursor
Enterprise-grade patterns for production systems including security, complex architecture, and deployment. Use this for high-stakes applications requiring authentication, comprehensive testing, and production deployment.
Cursor rule Cursor
Purpose: Design patterns, architecture, and performance optimizations for real-world applications. Use this when building web APIs, CLI tools, or any application requiring proper structure and scalability.
Cursor rule Cursor
This rule provides comprehensive best practices for Rust development, covering code organization, common patterns, performance, security, testing, pitfalls, and tooling. It aims to guide developers in writing idiomatic, efficient, secure, and maintainable Rust code.
Cursor rule Cursor
Enforces comprehensive test-driven development practices based on lessons learned from testing gaps and failures.
Cursor rule Cursor
Enforces proper TDD workflow planning to prevent scope limitation and incomplete test coverage.
Cursor rule Cursor
Enforces comprehensive test coverage requirements and validation standards.
Cursor rule Cursor
Validates test quality and prevents testing theater anti-patterns in Rust test files.