Ne Zaman Aktifleştirmelisiniz
Claude Code oturumlarından otomatik kalıp çıkarma ayarlarken
affaan-m/ECC
Claude Code oturumlarından yeniden kullanılabilir kalıpları otomatik olarak çıkarın ve gelecekte kullanmak üzere öğrenilmiş skill'ler olarak kaydedin.
npx skills add https://github.com/affaan-m/ECC --skill "docs/tr/skills/continuous-learning"Source checked Jul 28, 2026·Refresh due Oct 26, 2026
Reorganized from the pinned upstream SKILL.md
Claude Code oturumlarını sonunda otomatik olarak değerlendirir ve öğrenilmiş skill'ler olarak kaydedilebilecek yeniden kullanılabilir kalıpları çıkarır.
npx skills add https://github.com/affaan-m/ECC --skill "docs/tr/skills/continuous-learning"The pinned source supports a structured brief, but not an expanded tutorial. Only detected inputs, outputs, and sections are shown.
471 source words · 10 usable sections
Documentation workflow
Sections are extracted automatically from the pinned SKILL.md and link back to the source.
Claude Code oturumlarından otomatik kalıp çıkarma ayarlarken
Bu skill her oturumun sonunda Stop hook olarak çalışır:
Özelleştirmek için config.json dosyasını düzenleyin:
Review the “Kalıp Tipleri” section in the pinned source before continuing.
Documentation checklist
The source section “Ne Zaman Aktifleştirmelisiniz” has been checked.
The source section “Nasıl Çalışır” has been checked.
The source section “Konfigürasyon” has been checked.
The source section “Kalıp Tipleri” has been checked.
Choose a different workflow
Use it for engineering tasks; the detail page covers purpose, installation, and practical steps.
A separate implementation from affaan-m/ECC; compare its source, maintenance signals, and permission requirements.
Open source detailUse it for engineering tasks; the detail page covers purpose, installation, and practical steps.
A separate implementation from affaan-m/ECC; compare its source, maintenance signals, and permission requirements.
Open source detailAutomatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
A separate implementation from affaan-m/ECC; compare its source, maintenance signals, and permission requirements.
Open source detailFAQ
Claude Code oturumlarını sonunda otomatik olarak değerlendirir ve öğrenilmiş skill'ler olarak kaydedilebilecek yeniden kullanılabilir kalıpları çıkarır.
The source record exposes this install command: npx skills add https://github.com/affaan-m/ECC --skill "docs/tr/skills/continuous-learning". Inspect the command and pinned source before running it.
The pinned source record declares support for: claude code.
Quality breakdown
Based on traceable docs and repository signals; stars are not treated as quality.
Compare before choosing
These links are selected from shared tasks, functions, stacks, platforms, and same-name variants. Compare the source owner, documentation, permissions, and maintenance signals.
Use it for engineering tasks; the detail page covers purpose, installation, and practical steps.
Use it for engineering tasks; the detail page covers purpose, installation, and practical steps.
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
Use it for engineering tasks; the detail page covers purpose, installation, and practical steps.
[DEPRECATED - use continuous-learning-v2] Legacy v1 stop-hook skill extractor. v2 is a strict superset with instinct-based, project-scoped, hook-reliable learning. Do not invoke v1; route continuous learning, session learning, and pattern extraction requests to continuous-learning-v2.
Claude Code oturumlarını sonunda otomatik olarak değerlendirir ve öğrenilmiş skill'ler olarak kaydedilebilecek yeniden kullanılabilir kalıpları çıkarır.
~/.claude/skills/learned/ içindeki öğrenilmiş skill'leri incelerken veya düzenlerkenBu skill her oturumun sonunda Stop hook olarak çalışır:
~/.claude/skills/learned/ dizinine kaydederÖzelleştirmek için config.json dosyasını düzenleyin:
{
"min_session_length": 10,
"extraction_threshold": "medium",
"auto_approve": false,
"learned_skills_path": "~/.claude/skills/learned/",
"patterns_to_detect": [
"error_resolution",
"user_corrections",
"workarounds",
"debugging_techniques",
"project_specific"
],
"ignore_patterns": [
"simple_typos",
"one_time_fixes",
"external_api_issues"
]
}
| Kalıp | Açıklama |
|---|---|
error_resolution | Belirli hataların nasıl çözüldüğü |
user_corrections | Kullanıcı düzeltmelerinden kalıplar |
workarounds | Framework/kütüphane tuhaflıklarına çözümler |
debugging_techniques | Etkili hata ayıklama yaklaşımları |
project_specific | Projeye özgü kurallar |
~/.claude/settings.json dosyanıza ekleyin:
{
"hooks": {
"Stop": [{
"matcher": "*",
"hooks": [{
"type": "command",
"command": "~/.claude/skills/continuous-learning/evaluate-session.sh"
}]
}]
}
}
/learn komutu - Oturum ortasında manuel kalıp çıkarmaHomunculus v2 daha sofistike bir yaklaşım benimsiyor:
| Özellik | Bizim Yaklaşım | Homunculus v2 |
|---|---|---|
| Gözlem | Stop hook (oturum sonu) | PreToolUse/PostToolUse hooks (%100 güvenilir) |
| Analiz | Ana bağlam | Arka plan agent'ı (Haiku) |
| Granülerlik | Tam skill'ler | Atomik "instinct'ler" |
| Güven | Yok | 0.3-0.9 ağırlıklı |
| Evrim | Doğrudan skill'e | Instinct'ler → kümeleme → skill/command/agent |
| Paylaşım | Yok | Instinct'leri dışa/içe aktar |
Homunculus'tan temel içgörü:
"v1 gözlem için skill'lere güveniyordu. Skill'ler olasılıksaldır—zamanın ~%50-80'inde tetiklenirler. v2 gözlem için hook'ları kullanır (%100 güvenilir) ve öğrenilmiş davranışın atomik birimi olarak instinct'leri kullanır."
Bkz: Tam spec için docs/continuous-learning-v2-spec.md.