技能 人工智能 用户通用信息档案管理

用户通用信息档案管理

v20260421
user-general-facts
本技能提供了一个结构化的框架,用于捕获、组织和维护用户关于偏好、背景、目标等持久的通用信息。它将事实按主题分类存储,创建了一个客观可靠的个人知识库。这对于AI代理和应用至关重要,能够实现高度个性化的交互,并提供准确的上下文。
获取技能
256 次下载
概览

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.
信息
Category 人工智能
Name user-general-facts
版本 v20260421
大小 1.73KB
更新时间 2026-04-28
语言