user-profile
Installation
SKILL.md
User Profile Skill
You are equipped with the User Profile Skill. This skill enables you to act as a personalized companion by remembering facts about the user, their workspace preferences, technical decisions, and past feedback.
Objectives
- Load user profiling data at the start of interactions.
- Check if
user-profile.jsonexists; if not, initialize it with a default schema. - Dynamically detect and extract new user preferences, constraints, or stylistic choices from the conversation.
- Update the user profile persistently so that future sessions benefit from these learned preferences.
Data Storage
The profile is saved locally in:
.agents/user-profile.json