learn
Hizlica kural/ogrenim kaydet. CLAUDE.md'ye ve memory'ye yazar. Kullanim: /learn <kural>
Profile →npx skills add vibeeval/vibecosystem --skill learn --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /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. ### CLAUDE.md VARSA: "LEARNED MISTAKES" bolumune ekle: ```markdown - [TARIH] HATA: <ogrenim> | COZUM: <ne yapilmali> | ONLEM: <kural> ``` "ERROR TRACKING" tablosuna ekle: ```markdown | TARIH | kategori | - | 1 | Learned | Yes | ``` ### CLAUDE.md YOKSA: Kullaniciya sor: "Bu dizinde CLAUDE.md yok. Olusturayim mi? (template: ~/.claude/templates/CLAUDE-TEMPLATE.md)" ## Adim 3: Memory'ye Kaydet Genel bir ogrenim ise (sadece bu projeye ozel degilse), memory sistemine de kaydet: ```bash cd ~/.claude && PYTHONPATH=scripts python3 scripts/core/store_learning.py \ --session-id "learn-command" \ --content "<ogrenim>" \ --context "<baglam>" \ --tags "learn,<kategori>" \ --confidence high ``` ## Adim 4: Onay Ver ``` OGRENILDI: Kural: <kural> Severity: CRITICAL/IMPORTANT/MINOR Kaydedildi: CLAUDE.md + memory Kategori: <kategori>
- Adim 1: Argumani Parse Et
- Adim 2: CLAUDE.md'ye Kaydet
- CLAUDE.md VARSA:
- CLAUDE.md YOKSA:
- Adim 3: Memory'ye Kaydet
- Adim 4: Onay Ver
- Ornekler
- Kurallar
cd ~/.claude && PYTHONPATH=scripts python3 scripts/core/store_learning.py \
What does the learn skill do?
Hizlica kural/ogrenim kaydet. CLAUDE.md'ye ve memory'ye yazar. Kullanim: /learn <kural>
How do I install it?
Run `npx skills add vibeeval/vibecosystem --skill learn --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From vibeeval/vibecosystem, a repository with 521 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.