# User Preference Profiler

> Builds and applies user preference profiles across sessions. Use for: my preferences, remember how I like, user profile, personalize.

- Skill: `stijnman/user-preference-profiler` (Agent Skill)
- Install (CLI): `npx skillmds@latest add stijnman/user-preference-profiler`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stijnman/user-preference-profiler/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: Stijnman (https://skillmd.com/u/stijnman)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/stijnman/user-preference-profiler

---

# User Preference Profiler
## When to Use

- User says **my preferences** or task matches this capability
- User says **remember how I like** or task matches this capability
- User says **user profile** or task matches this capability
- User says **personalize** or task matches this capability

## Workflow

1. Extract preferences from conversation (tone, format, tools).
2. Merge with persistent-memory-bridge store.
3. Apply profile to current task defaults.
4. Confirm major preference changes with user.

## Integrations

- `persistent-memory-bridge`
- `semantic-memory-manager`

## Error Handling

| Failure | Response |
|---------|----------|
| Conflicting prefs | Ask user to resolve. |

## Gotchas

- Preferences are suggestions, not overrides for safety rules.

## Example

**Input:** User request matching triggers above.
**Output:** Structured result per workflow with integrations invoked as needed.

