Claude Code Mods
Claude Code için function hook mod'ları
Function-hook mods for Claude Code
Her mod tek bir işi yapar ve ne okuduğunu, ne çalıştırdığını, neyi sakladığını kendi README dosyasında yazar. Hepsi tek bir marketplace'ten kurulur.
Each mod does one job and states in its own README what it reads, what it runs and what it keeps. They install from one marketplace.
34mod
7L0 + L1
20L2
7L3
Kurulum
Install
Function hook'lar early access. Flag olmadan hiçbir mod yüklenmez.
claude plugin marketplace add KilimcininKorOglu/claude-code-mods
claude plugin install <mod>@kilimcininkoroglu-mods
Flag'i kalıcı yapmak için ~/.claude/settings.json dosyasına ekleyin:
{ "env": { "CLAUDE_CODE_ENABLE_FUNCTION_HOOKS": "1" } }Function hooks are early access. No mod loads without the flag.
claude plugin marketplace add KilimcininKorOglu/claude-code-mods
claude plugin install <mod>@kilimcininkoroglu-mods
To keep the flag on, add this to ~/.claude/settings.json:
{ "env": { "CLAUDE_CODE_ENABLE_FUNCTION_HOOKS": "1" } }Reach seviyeleri
Reach levels
- L0
- Çizer ve hatırlar. Dosya okumaz, process çalıştırmaz.
- L1
- Okur: dosya, ayar, environment ya da transcript.
- L2
- Yazar ya da process çalıştırır, Claude'u sürebilir.
- L3
- Network'e çıkar.
- L0
- Draws and remembers. Reads no file and runs no process.
- L1
- Reads files, settings, environment or the transcript.
- L2
- Writes files, runs processes or drives Claude.
- L3
- Reaches the network.
Her mod sayfası o mod'un kendi README dosyasından üretilir.
Each mod page is rendered from that mod's own README.