huseyindol

4 mods across 2 repositories, 4 stars between them.

karpathy-guidelines

01

huseyindol/game

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.

2 4mo ago A 571 tokens

game AGENTS.md

02

huseyindol/game

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.

2 4mo ago A 1,178 tokens

game CLAUDE.md

03

huseyindol/game

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ı.

2 4mo ago A 3,000 tokens

cursorrules

04

huseyindol/McpProjectScaffold

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"] } }.

2 11mo ago A 573 tokens