← スキル一覧に戻る

learn-off
by 0xrdan
Persistent project knowledge for Claude Code - Captures patterns, quirks, and decisions that survive session boundaries.
⭐ 0🍴 0📅 2026年1月22日
SKILL.md
name: learn-off description: Disable learning mode user_invokable: true
Learn Off
Disable learning mode. The reminder flag will be cleared.
What This Does
Deactivates learning mode:
- Clears the learning mode flag
/knowledgewill no longer show the session reminder- Manual
/learncommands still work
Instructions
- Read
knowledge/state.json - Update the state:
{ "learning_mode": false, "learning_mode_since": null } - Write updated state back to
knowledge/state.json - Confirm to user with summary
Output Format
Learning Mode: DISABLED
-------------------------
Learning mode is now inactive.
Session summary:
- Extractions performed: X
Manual extraction is still available via /learn.
Use /knowledge to view accumulated insights.
Notes
- Disabling learning mode does not delete any captured insights
- The knowledge base remains available for reference
- You can re-enable with
/learn-onat any time
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です