Agent Skills
› terrense/LilBot-agent
› remember
remember
GitHub评估用户信息是否应保存为持久化记忆。筛选稳定偏好、项目规范和可复用事实,避免存储秘密、临时任务或易变数据,并规范命名与分类。
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


