Agent skill
user-general-facts
Capture and organize general facts about the user by topic
Install this agent skill to your Project
npx add-skill https://github.com/memodb-io/Acontext/tree/main/src/server/api/go/configs/skill_templates/user-general-facts
SKILL.md
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 conventionstech-stack.md— tools, services, and infrastructure the user works withcommunication-style.md— how the user prefers to interact (concise vs. detailed, etc.)work-context.md— role, team, projects, company detailsgoals.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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
daily-logs
Track daily activity logs and summaries for the user. TRIGGER BY: read/edit user memory
acontext-installer
Install Acontext, Login & Init Acontext Project, Add Skill Memory to Agent.
verl-rl-training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
openrlhf-training
High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.
gguf-quantization
GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.
Claude Code Guide
Master guide for using Claude Code effectively. Includes configuration templates, prompting strategies "Thinking" keywords, debugging techniques, and best practices for interacting with the agent.
Didn't find tool you were looking for?