AI SummaryA comprehensive Windsurf rules configuration for the kde_colors project that enforces code quality standards, documentation requirements, and development best practices including type hints, test coverage (80%), design patterns, and modern Python tooling (uv, ruff, mypy). Developers working on kde_colors will benefit from standardized code quality and consistent development workflows.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "kde_colors — Windsurf Rules" prompt rules to my project. Repository: https://github.com/royw/kde_colors Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Windsurf Rules for kde_colors
Documentation Requirements
docstring_style = "google" require_docstrings = true require_type_hints = true require_examples = true require_spell_check = true require_change_log = true # Must maintain a CHANGELOG.md
Documentation Tools
use_mkdocs = true use_mkdocstrings = true use_gen_files = true
Code Quality Standards
max_cyclomatic_complexity = 5 max_line_length = 100 min_test_coverage = 80
Project Structure
src_layout = true tests_dir = "tests" docs_dir = "docs" scripts_dir = "scripts" data_dir = "data" tests_data_dir = "tests/data"
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts