skills/learn/SKILL.md
--- name: learn description: Hizlica kural/ogrenim kaydet. CLAUDE.md'ye ve memory'ye yazar. Kullanim: /learn <kural> --- # /learn - Hizli Ogrenim Kaydi Kullanici `/learn <kural>` yazdiginda su adimlari takip et: ## Adim 1: Argumani Parse Et Kullanicinin verdigi metni analiz et: - Ne ogrenilmeli? - Severity: CRITICAL / IMPORTANT / MINOR - Kategori: code / react / api / git / security / performance / testing / workflow ## Adim 2: CLAUDE.md'ye Kaydet Mevcut dizinde CLAUDE.md var mi kontrol et
npx skillsauth add rubicanjr/FinCognis skills/learnInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Kullanici /learn <kural> yazdiginda su adimlari takip et:
Kullanicinin verdigi metni analiz et:
Mevcut dizinde CLAUDE.md var mi kontrol et.
"LEARNED MISTAKES" bolumune ekle:
- [TARIH] HATA: <ogrenim> | COZUM: <ne yapilmali> | ONLEM: <kural>
"ERROR TRACKING" tablosuna ekle:
| TARIH | kategori | - | 1 | Learned | Yes |
Kullaniciya sor: "Bu dizinde CLAUDE.md yok. Olusturayim mi? (template: ~/.claude/templates/CLAUDE-TEMPLATE.md)"
Genel bir ogrenim ise (sadece bu projeye ozel degilse), memory sistemine de kaydet:
cd ~/.claude && PYTHONPATH=scripts python3 scripts/core/store_learning.py \
--session-id "learn-command" \
--content "<ogrenim>" \
--context "<baglam>" \
--tags "learn,<kategori>" \
--confidence high
OGRENILDI:
Kural: <kural>
Severity: CRITICAL/IMPORTANT/MINOR
Kaydedildi: CLAUDE.md + memory
Kategori: <kategori>
/learn API route'larda try-catch sart
-> CLAUDE.md'ye IMPORTANT/api olarak kaydeder
/learn .env dosyasini ASLA commit'leme
-> CLAUDE.md'ye CRITICAL/security olarak kaydeder
/learn React'ta useEffect cleanup unutma
-> CLAUDE.md'ye IMPORTANT/react olarak kaydeder
/learn Bu projede port 3737 kullaniliyor
-> CLAUDE.md'ye MINOR/workflow olarak kaydeder (memory'ye kaydetmez, proje-ozel)
development
Goal-based workflow orchestration - routes tasks to specialist agents based on user goals
tools
Wiring Verification
development
Connection management, room patterns, reconnection strategies, message buffering, and binary protocol design.
development
Screenshot comparison QA for frontend development. Takes a screenshot of the current implementation, scores it across multiple visual dimensions, and returns a structured PASS/REVISE/FAIL verdict with concrete fixes. Use when implementing UI from a design reference or verifying visual correctness.