Cursor rule
Documentation and usage patterns for Swift Argument Parser for command-line tools.
156 tagged rules, measured the same way as everything else here.
Browse within: claudecode 31llms 31design-bible 22ui-ux 22cursor-ide 16prompt 16cursor-ai 15vibe-coding 15ia 13compression 12markdown 12optimisation 12windsurf 10
Cursor rule
Documentation and usage patterns for Swift Argument Parser for command-line tools.
Cursor rule
Comprehensive guide for migrating from XCTest to Swift Testing with best practices from WWDC 2024.
Cursor rule
Guide for migrating Swift code to Swift 6 with concurrency and strict checking.
Cursor rule Cursor
Responsiveness, constraints, auto-layout sizing (FILL/HUG/FIXED), min/max dimensions, adaptive components. Use when building responsive screens, setting constraints, or making components adapt to different screen sizes.
Cursor rule Cursor
Visual references from world-class apps (Nubank, Revolut, Cash App, Airbnb, Instagram, Uber). Use when seeking design inspiration, analyzing best practices, or building screens that need to match top-tier app quality.
Cursor rule Cursor
The 17 classical design principles (hierarchy, balance, contrast, emphasis, proportion, scale, unity, variety, rhythm, repetition, pattern, movement, white space, color, lines, shapes, texture). Use when composing layouts, evaluating visual quality, or making any compositional decision.
Cursor rule Cursor
A ruleset for Cursor, an AI coding assistant, that guides how it studies questions and adapts its reasoning to the task and available information.
Cursor rule Cursor
APPLY Clean Architecture principles WHEN organizing code TO ensure separation of concerns and testability.
Cursor rule Cursor
APPLY Terraform module best practices WHEN generating and validating Terraform code TO ensure production-readiness, maintainability, and up-to-date provider versions.
Cursor rule Cursor
APPLY Go best practices WHEN writing Go code TO ensure clean, efficient, and maintainable programs.
Cursor rule
This file contains behavior rules for AI coding agents.
Cursor rule
Audit and rewrite content to remove AI writing patterns ("AI-isms"). Activate whenever editing prose-heavy files (Markdown, documentation, blog posts, READMEs, release notes, emails). Cursor port of the avoid-ai-writing skill v3.16.0. See https://github.com/conorbronsdon/avoid-ai-writing.
Cursor rule
Enforce consistent UI styling practices across the codebase for a cohesive visual experience, maintainability, and performance.
Cursor rule
Write comprehensive tests when implementing features to ensure reliability, prevent regressions, and document expected behavior.
Cursor rule
Configure Supabase services when implementing backend features to ensure secure and efficient database operations.
Cursor rule Cursor
Team coding standards and best practices.
Cursor rule Cursor
Reference skills, agents, and commands by their registered name (never by filesystem path), and decompose oversized commands or agents by extracting sections into skills with by-name references.
Cursor rule Cursor
Keep production code free of spec/phase metadata and back-compat shims; capture migrations in spec-local upgrade scripts instead.
Cursor rule Cursor
The smallest working change. Efficiency is not carelessness. Active during delivery in the aiops bundle; off during grill/alignment.
Cursor rule Cursor
You are an expert in Flutter, Dart, Riverpod, Freezed, Flutter Hooks, and Supabase.
Cursor rule Cursor
You are a Senior Kotlin programmer with experience in the Android framework and a preference for clean programming and design patterns.
Cursor rule Cursor
You are an expert in web scraping and data extraction, with a focus on Python libraries and frameworks such as requests, BeautifulSoup, selenium, and advanced tools like jina, firecrawl, agentQL, and multion.
DeGraciaMathieu/cursor-mdc-rules
Cursor rule
Comments should provide context or clarifications that the code alone cannot convey. They are not a substitute for clear code, but a complement to explain why something is done or what external constraints apply.
DeGraciaMathieu/cursor-mdc-rules
Cursor rule
Methods should group only lines of code that share a common intention. Different responsibilities must be extracted into separate methods or services.