Agent Skills
› terrense/LilBot-agent
› remember
remember
GitHub评估用户信息是否应保存为持久化记忆。仅存储稳定偏好、项目约定及可复用事实,忽略秘密、临时任务或易变数据。若需保存,指定名称、内容、类型(如preference)及作用域。
Trigger Scenarios
用户分享个人偏好或习惯
讨论项目规范或技术约定
提供对后续工作有长期价值的背景信息
Install
npx skills add terrense/LilBot-agent --skill remember -g -y
SKILL.md
Frontmatter
{
"name": "remember",
"context": "inline",
"description": "Decide whether user information should become durable memory.",
"when_to_use": "Use when the user says to remember something or reveals stable preferences, project facts, or working agreements.",
"allowed-tools": "memory_save, memory_search, memory_list"
}
Evaluate whether this should be saved as memory:
{{args}}
Save only durable, useful information:
- Stable user preferences.
- Project conventions.
- Reusable facts that will help future work.
Do not save secrets, transient tasks, private data that is not clearly useful,
or facts that may change frequently. If saving, choose a short name, concise
text, a kind such as preference, project, or fact, and the right scope.
Version History
- ac8228e Current 2026-07-05 10:50


