preferences

Update user preference entries in configs/bootstrap/USER.md and confirm edits.

14|6|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jholhewres/devclaw --skill preferences-jholhewres
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preferences
Source: https://github.com/jholhewres/devclaw/tree/main/pkg/devclaw/copilot/builtin/skills/preferences
Command: npx skills add https://github.com/jholhewres/devclaw --skill preferences-jholhewres

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and automates updates to the user's profile stored in configs/bootstrap/USER.md so personal details and context stay consistent across the agent's prompts and sessions.

Core Features & Use Cases

  • Direct file edits: Modify USER.md entries for Name, What to call them, Timezone, Language, Context, and Preferences using edit-style operations.
  • Safety guidance: Reminds not to store secrets in USER.md and to keep the file concise because it is loaded into prompts.
  • Use Case: When a user states their name, preferred language, or workflow context, update USER.md accordingly and confirm the saved changes to the user.

Quick Start

Update the user's name and preferred language in configs/bootstrap/USER.md and confirm the changes to the user.

Frequently Asked Questions about preferences

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update user preferences in USER.md to change my name and timezone?

To update user preferences in USER.md, the skill applies direct file edits to configs/bootstrap/USER.md, modifying entries for Name, Timezone, Language, Context, and Preferences, then confirms the saved changes to the user.

What is the best way to persist personal settings across AI assistant sessions?

The best way to persist personal settings is by centralizing them in configs/bootstrap/USER.md. This ensures personal details and context stay consistent across the agent's prompts and sessions.

Can I store API keys and secrets in USER.md alongside my profile configurations?

No, you cannot store secrets in USER.md. The skill explicitly avoids storing secrets and reminds users to keep the file concise because it is loaded directly into prompts.

Does the user profile update process require write access to bootstrap configs?

Yes, updating the user profile requires write access to configs/bootstrap/USER.md to apply edit-style operations during onboarding, preference changes, or context updates.

When do I need to modify the USER.md file for localization and context updates?

You need to modify USER.md when a user states their preferred language, name, or workflow context during onboarding, preference changes, or context updates by an AI assistant.