src/server/api/go/configs/skill_templates/user-general-facts/SKILL.md
Capture and organize general facts about the user by topic
npx skillsauth add memodb-io/acontext user-general-factsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Learn and recall general facts about the user — preferences, background, goals, and other persistent information that helps personalize interactions.
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.
[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"]
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 goalscoding-preferences.md)data-ai
Track daily activity logs and summaries for the user. TRIGGER BY: read/edit user memory
data-ai
Install Acontext, Login & Init Acontext Project, Add Skill Memory to Agent.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------