Windsurf & Cline Rules
Rules files for Windsurf and Cline editors
Showing 1–60 of 128 skills · Page 1 of 3
devhax-heavy-industries / containerization-docker-best-practices.instructions
Comprehensive best practices for creating optimized, secure, and efficient Docker images and managing containers. Covers multi-stage builds, image layer optimization, security scanning, and runtime best practices.
jwynia / .clinerules.sample
Context Networks: A collaborative framework for human-AI knowledge management focused on relationships between information rather than just storage. Includes guides and templates for creating evolving knowledge systems with AI partners.
gannino / tech
Cloud-agnostic Kubernetes infrastructure with Terraform & Helm for homelabs, edge, and production clusters.
gannino / structure
Cloud-agnostic Kubernetes infrastructure with Terraform & Helm for homelabs, edge, and production clusters.
gannino / guidelines
Cloud-agnostic Kubernetes infrastructure with Terraform & Helm for homelabs, edge, and production clusters.
gannino / development
Cloud-agnostic Kubernetes infrastructure with Terraform & Helm for homelabs, edge, and production clusters.
mizchi / _memory
私は専門的なソフトウェアエンジニアであり、特徴的な性質を持っています:セッション間で私の記憶は完全にリセットされます。これは制限ではなく、完璧なドキュメントを維持する原動力です。各リセット後、プロジェクトを理解し効果的に作業を継続するために、私は完全にメモリバンクに依存します。すべてのタスクの開始時に、すべてのメモリバンクファイルを読むことは必須であり、これは任意ではありません。 以下のファイルは `.cline/memory/*` の下に保存されます。
noriaki / 02_git
このドキュメントでは、開発サイクルとしてのブランチ管理の方法と、コミットとプルリクエストの作成に関するベストプラクティスを説明します。 開発サイクルとして GitHub Flow を採用します。main ブランチにマージ済みの feature ブランチはローカルとリモートの両方とも削除します。
noriaki / 01_memory
私は専門的なソフトウェアエンジニアであり、特徴的な性質を持っています:セッション間で私の記憶は完全にリセットされます。これは制限ではなく、完璧なドキュメントを維持する原動力です。各リセット後、プロジェクトを理解し効果的に作業を継続するために、私は完全にメモリバンクに依存します。すべてのタスクの開始時に、すべてのメモリバンクファイルを読むことは必須であり、これは任意ではありません。 以下のファイルは `.cline/memory/*` の下に保存されます。
AK2083 / architecture-vertical-slice
Vertical Slice Architecture — layers, import rules, and slice structure for src/main and src/preload
char5742 / _memory
私は専門的なソフトウェアエンジニアであり、特徴的な性質を持っています:セッション間で私の記憶は完全にリセットされます。これは制限ではなく、完璧なドキュメントを維持する原動力です。各リセット後、プロジェクトを理解し効果的に作業を継続するために、私は完全にメモリバンクに依存します。すべてのタスクの開始時に、すべてのメモリバンクファイルを読むことは必須であり、これは任意ではありません。 以下のファイルは `.cline/memory/*` の下に保存されます。
kyouyap / _memory
私は専門的なソフトウェアエンジニアであり、特徴的な性質を持っています:セッション間で私の記憶は完全にリセットされます。これは制限ではなく、完璧なドキュメントを維持する原動力です。各リセット後、プロジェクトを理解し効果的に作業を継続するために、私は完全にメモリバンクに依存します。すべてのタスクの開始時に、すべてのメモリバンクファイルを読むことは必須であり、これは任意ではありません。 以下のファイルは `.cline/memory/*` の下に保存されます。
devhax-heavy-industries / react.instructions
React 19 framework coding conventions and best practices
AK2083 / architecture-fsd
Feature-Sliced Design — layers, import rules, and slice structure for src/renderer
noriaki / domain-driven-design
Re-Stock アプリでは、以下の基本原則に従ってドメイン駆動設計を適用します: - 値オブジェクトとエンティティを区別する
devhax-heavy-industries / General Coding Standards
Universal coding standards applicable across all programming languages
devhax-heavy-industries / AI Assistant Guidelines
Guidelines for working effectively with AI coding assistants
kyouyap / python
- **最初に型とインターフェース(関数のシグネチャ)を考える** Python では、PEP 484 に基づく型ヒントや `typing.NewType`、`Protocol` を活用して、処理対象の型と関数のシグネチャを設計します。
Themis128 / 04-cloudflare-rules
- **Target platform is Cloudflare** (Workers, R2, D1, Access, Tunnel, DNS/CDN). New work should prefer Cloudflare-native services over AWS. - Treat remaining AWS usage (SSM, SES, Cognito, S3, Lambda, Athena, etc.) as **legacy to migrate off**, not expand.
fxcl / .dotfiles
You are Windsurf Cascade, an AI assistant with advanced problem-solving capabilities. Please follow these instructions to execute tasks efficiently and accurately. 1.
devhax-heavy-industries / github-actions-ci-cd.instructions
Comprehensive guide for building robust, secure, and efficient CI/CD pipelines using GitHub Actions. Covers workflow structure, jobs, steps, environment variables, secret management, caching, matrix strategies, testing, and deployment strategies.
AK2083 / vue-frontend
Vue frontend — components, composables, Vuetify, tests, accessibility, and i18n
dimitritholen / pep8
- **ALWAYS** adhere to the PEP 8 guideline for maximum line length of 79 characters for code and 72 for comments. - **MANDATORY** use of `snake_case` for function and variable names. - **MUST** use `CapWords` convention for class names.
dimitritholen / documentation
- **MANDATORY**: All Python functions and methods **MUST** have docstrings. - **REQUIRED**: Every module **MUST** contain a module-level docstring explaining the purpose and usage of the module. - Documentation **MUST** be written in English using clear, precise, and easy-to-understand language.
dimitritholen / best-practices
- **MANDATORY**: Follow PEP 8 style guide for Python code to maintain readability and consistency. - **REQUIRED**: Docstrings are **MANDATORY** for all public modules, functions, classes, and methods. - **MUST** use four spaces per indentation level.
gannino / product
Cloud-agnostic Kubernetes infrastructure with Terraform & Helm for homelabs, edge, and production clusters.
crowterliam / 2d6mcp
AI GM Assistant — system-agnostic 2d6 TTRPG rules engine, dice roller, Discord bot, and MCP server
AdriDob / core
OWNEX — Autonomous Work Operating System: opportunity discovery, security automation, agent orchestration, local-first AI routing, revenue intelligence. Python/FastAPI + Vue 3 + Tauri.
noriaki / state-management
Re-Stock アプリでは、以下の基本方針に従って状態管理を行います: - Zustandを使用した軽量な状態管理
devhax-heavy-industries / copilot-instructions
**Crustchan 2** is a 4chan-style imageboard built for 2026 with a cloud-native architecture. This is an early-stage project (pre-release) that will serve as a successor to the original unfinished Crustchan. **Current Status**: Planning and architectural phase.
char5742 / css
最新のCSSを活用したコーディングのベストプラクティスをまとめます。JavaScriptに頼らず、純粋なCSSで機能性と表現力を最大化することを目指します。 - **JavaScript不要を前提**に、CSSだけでUI実装を完結させる。
drjuliancucalon-droid / siso-storage
Migrado desde jqklony/siso-appultimo
Nlkomaru / 00_basic
ユーザーはClaudeよりプログラミングが得意ですが、時短のためにClaudeにコーディングを依頼しています。 2回以上連続でテストを失敗した時は、現在の状況を整理して、一緒に解決方法を考えます。 私は GitHubから学習した広範な知識を持っており、個別のアルゴリズムやライブラリの使い方は私が実装するよりも速いでしょう。ユーザーに説明しながらコードを書きます。
noriaki / coding-standards
- コンポーネントファイル: kebab-case(例: `user-profile.tsx`) - コンポーネント名: PascalCase(例: `UserProfile`)
landracer / display-config
A quick display solution for zoom zoom.
drjuliancucalon-droid / siso-coding
Migrado desde jqklony/siso-appultimo
Themis128 / 06-security-rules
- **Auth store:** Cloudflare D1 `user-auth-db` — users, sessions, roles, password hashes (PBKDF2) - **Session:** Opaque `session_token` cookie (or Bearer header), resolved by `src/lib/api-auth.ts` - **Default session:** 30 days; 60 days with "remember me"
Themis128 / 02-architecture-rules
- **Void:** `#0a0a0f` (void), `#12121a` (void-light), `#1a1a2e` (void-lighter) - **Neon:** cyan `#00fff5`, magenta `#ff00ff`, green `#00ff41`, blue `#4d7cff`
sebschopf / backend-python
> Appliquées à `app/**/*.py` et `tests/**/*.py` ---
noriaki / ui-guidelines
Re-Stock アプリの UI 開発においては、以下の基本方針に従います: - Next.js の App ルーターを基本フレームワークとして使用
Nlkomaru / 00_basic
Web app for recoloring hair and clothing in images by editing color palettes.
Nlkomaru / 02_coding
Web app for recoloring hair and clothing in images by editing color palettes.
Nlkomaru / 01_about-projects
Web app for recoloring hair and clothing in images by editing color palettes.
Nlkomaru / 04_directory-patterns
Web app for recoloring hair and clothing in images by editing color palettes.
devhax-heavy-industries / TypeScript Best Practices
Best practices and coding standards for TypeScript development
chrmsantos / 03-source-python
Minimal Windows notifier that reads visible text from a target desktop app and sends an email when a phrase appears.
chrmsantos / 02-release-policy
Minimal Windows notifier that reads visible text from a target desktop app and sends an email when a phrase appears.
chrmsantos / 01-project-architecture
Minimal Windows notifier that reads visible text from a target desktop app and sends an email when a phrase appears.
chrmsantos / 00-core-coding-standards
Minimal Windows notifier that reads visible text from a target desktop app and sends an email when a phrase appears.
Rubbonn / memory-bank
A docker container to run Cline Cli in a sandboxed environment.
Rubbonn / environment
A docker container to run Cline Cli in a sandboxed environment.
Themis128 / 07-testing-rules
- **Runner:** Vitest - **Environment:** jsdom (for React components), node (for utilities) - **Config:** `vitest.config.mts` (unit), `vitest.integration.config.mts` (integration)
mormorbump / memory
fsmによる状態遷移のサンプル
mormorbump / go-test
fsmによる状態遷移のサンプル
tsongglod123 / development
This project is fully written with AI
AK2083 / project-overview
Project goals, roles, architecture guidelines, and privacy for DojoSphere
Lay4U / awesome-ai-rules
🤖 Curated AI coding assistant rules for Cursor, Claude Code, Copilot, Windsurf, Codex CLI & Gemini CLI. Copy-paste configs for TypeScript, React, Next.js & Python.
ahmetvural01 / 00-safety
Demo deployment for clinic management platform
ahmetvural01 / 02-quality
Demo deployment for clinic management platform
ahmetvural01 / 04-cost-routing
Demo deployment for clinic management platform