Skip to main content

user-general-facts

Capture and organize general facts about the user by topic

跳到安装

来源信息

仓库
memodb-io/Acontext
最近来源活动
2026年2月22日 14:24
检测到的 SKILL.md 语言
英语
星标
3,690
分支
336

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
user-general-facts
description
Capture and organize general facts about the user by topic
# User General Facts Learn and recall general facts about the user — preferences, background, goals, and other persistent information that helps personalize interactions. ## File Structure Organize facts into topic-specific files named `[TOPIC].md`. Create a new file when a new category of facts is discovered; update the existing file when new facts are found for that topic. ### File Format: `[TOPIC].md` ``` # [Topic Name] - [third-person fact about the user, e.g. "The user prefers TypeScript"] - [third-person fact about the user, e.g. "The user's name is Gus"] ``` ### Example Topics - `coding-preferences.md` — preferred languages, frameworks, code style conventions - `tech-stack.md` — tools, services, and infrastructure the user works with - `communication-style.md` — how the user prefers to interact (concise vs. detailed, etc.) - `work-context.md` — role, team, projects, company details - `goals.md` — current objectives, priorities, long-term goals ## Guidelines - One topic per file — do not mix unrelated facts in the same file - Use lowercase kebab-case for file names (e.g., `coding-preferences.md`) - Choose clear, broad topic names - Update existing facts when corrections are provided — do not keep stale information - Keep facts concise, objective, and actionable - Only record facts explicitly stated or clearly demonstrated by the user — do not speculate - **Always use third-person pronouns** when referring to the user. Write "The user prefers X" or "The user's name is Y", never "I prefer X" or "My name is Y". These files are read by agents who would mistake first-person "I" as referring to themselves.
在 GitHub 查看