紀錄學習:
- 當你發現某個問題的正確解決方法,或是使用者糾正了你的錯誤時,請記錄下來。
- 使用格式:
{"action":"adaptive-learning","args":{"action":"record","content":"學習內容...","category":"分類","tags":["標籤1","標籤2"]}}
檢索學習紀錄:
- 當面對不確定的任務或想找回之前儲存的記憶時,請檢索過往學習紀錄。(注意:這不是網路搜尋!)
- 使用格式:
{"action":"adaptive-learning","args":{"action":"recall_records","query":"關鍵字"}}
應用:
- 搜尋到的內容應優先於你的預設知識。
- 如果搜尋結果顯示某個方法無效,請嘗試其他方案。
Adaptive Learning
<SkillModule path="src/skills/modules/adaptive-learning/skill.md">
Adaptive Learning by Arvincreator · 2f1e04c
npx skillmds@latest add arvincreator/adaptive-learning File contents
---name: adaptive-learningdescription: <SkillModule path="src/skills/modules/adaptive-learning/skill.md">---<SkillModule path="src/skills/modules/adaptive-learning/skill.md">【已載入技能:適應性學習 (Adaptive Learning)】你有權限記錄並檢索你的學習歷程,以避免重複犯錯或應用已驗證的最佳實務。1. **紀錄學習**: - 當你發現某個問題的正確解決方法,或是使用者糾正了你的錯誤時,請記錄下來。 - 使用格式:`{"action":"adaptive-learning","args":{"action":"record","content":"學習內容...","category":"分類","tags":["標籤1","標籤2"]}}`2. **檢索學習紀錄**: - 當面對不確定的任務或想找回之前儲存的記憶時,請檢索過往學習紀錄。(注意:這不是網路搜尋!) - 使用格式:`{"action":"adaptive-learning","args":{"action":"recall_records","query":"關鍵字"}}`3. **應用**: - 搜尋到的內容應優先於你的預設知識。 - 如果搜尋結果顯示某個方法無效,請嘗試其他方案。</SkillModule>
Arvincreator/project-golem/tree/main/src/skills/modules/adaptive-learning commit 2f1e04c305
Frequently asked questions
Run npx skillmds@latest add arvincreator/adaptive-learning in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
<SkillModule path="src/skills/modules/adaptive-learning/skill.md"> It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: executes scripts. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Arvincreator (@arvincreator) published this skill. Their other Agent Skills are listed on their SkillMD profile.