Agent skill · AI & Agents

learn

Hizlica kural/ogrenim kaydet. CLAUDE.md'ye ve memory'ye yazar. Kullanim: /learn <kural>

vibeeval521★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add vibeeval/vibecosystem --skill learn --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/learn/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 521
Language: C#

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /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>

What's inside
Steps it walks through
  1. Adim 1: Argumani Parse Et
  2. Adim 2: CLAUDE.md'ye Kaydet
  3. CLAUDE.md VARSA:
  4. CLAUDE.md YOKSA:
  5. Adim 3: Memory'ye Kaydet
  6. Adim 4: Onay Ver
  7. Ornekler
  8. Kurallar
Commands it runs
cd ~/.claude && PYTHONPATH=scripts python3 scripts/core/store_learning.py \
More from vibecosystem
All skills →
About this skill
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.

Keep going