Cursor rule Cursor
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
Cursor rule Cursor
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
Instructions file CodexOpenCode
AGENTS.md instructions for huseyindol/game, covering agent rehberi — makas garage, kısa bilgi, çalışma kuralları, yapılmaması gerekenler and test etme.
Instructions file
Claude Code instructions for huseyindol/game, covering proje özeti, komutlar, mimari, multi-game yapısı (yeni oyun ekleme) and bağımlılık kuralları.
Cursor rule Cursor
// Tool tanımı { name: "getuserbyid", description: "ID'ye göre kullanıcı getir", inputSchema: { type: "object", properties: { id: { type: "number", description: "Kullanıcı ID'si" } }, required: ["id"] } }.