← Back to list

learn-on
by 0xrdan
Persistent project knowledge for Claude Code - Captures patterns, quirks, and decisions that survive session boundaries.
⭐ 0🍴 0📅 Jan 22, 2026
SKILL.md
name: learn-on description: Enable learning mode as a reminder to extract insights user_invokable: true
Learn On
Enable learning mode. This sets a flag to remind you to run /learn before ending your session.
What This Does
Activates learning mode where:
- A flag is set to indicate learning is active
/knowledgewill show a reminder to run/learnbefore ending- Manual
/learnis still required for extraction (v0.1.0)
This is useful for marking sessions where you want to capture insights, serving as a visual reminder to extract knowledge before ending.
Instructions
- Read
knowledge/state.json - Update the state:
{ "learning_mode": true, "learning_mode_since": "[current ISO timestamp]" } - Write updated state back to
knowledge/state.json - Confirm to user
Output Format
Learning Mode: ENABLED
------------------------
Learning mode is now active.
IMPORTANT: Remember to run /learn before ending your session!
Insights will be saved to:
- knowledge/learnings/patterns.md
- knowledge/learnings/quirks.md
- knowledge/learnings/decisions.md
Use /learn-off to disable, or /learn for manual extraction.
Notes
- Learning mode persists across the session but resets on new sessions
- You must still run
/learnmanually to extract insights (v0.1.0) - Use
/knowledgeto see current learning status and the reminder - Future versions may add automatic extraction triggers
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon