Agent skill · Design & Presentation

deepchat-settings

DeepChat app settings modification (DeepChat 设置/偏好) skill. Activate ONLY when the user explicitly asks to change DeepChat's own settings/preferences (e.g., theme, language, font size...). Do NOT activate for OS/system settings, editor settings, or other apps.

ThinkInAIXYZgithub.com/ThinkInAIXYZGitHub ↗
claude-codeApache-2.0
Install
npx skills add ThinkInAIXYZ/deepchat --skill deepchat-settings --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: resources/skills/deepchat-settings/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 6,191
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# DeepChat Settings Modification Skill Use this skill to safely change DeepChat *application* settings during a conversation. ## Core rules - Only change settings when the user is asking to change **DeepChat** settings. - Use the dedicated settings tools; never attempt arbitrary key/value writes. - These tools are intended to be available only when this skill is active. - Viewing the main `deepchat-settings` `SKILL.md` activates this skill for the current conversation and exposes the `deepchat_settings_*` tools in the next tool loop iteration. - Viewing linked files under this skill does **not** activate the skill. - If the request is ambiguous, ask a clarifying question before applying. - For unsupported or high-risk settings (MCP, prompts, providers, API keys, paths): do **not** apply changes; instead explain where to change it and open Settings. ## Supported settings (initial allowlist) Toggles: - `soundEnabled`: enable/disable sound effects. - `copyWithCotEnabled`: enable/disable copying COT details. Enums: - `language`: DeepChat locale, including `system`, `zh-CN`, `en-US`, `zh-TW`, `zh-HK`, `ko-KR`, `ru-RU`, `ja-JP`, `fr-FR`, `fa-IR`, `pt-BR`, `da-DK`, `he-IL`. - `theme`: `da

What's inside
Steps it walks through
  1. Core rules
  2. Supported settings (initial allowlist)
  3. Workflow
  4. Examples (activate this skill)
  5. Examples (do NOT activate this skill)
More from deepchat
All skills →
About this skill
What does the deepchat-settings skill do?

DeepChat app settings modification (DeepChat 设置/偏好) skill. Activate ONLY when the user explicitly asks to change DeepChat's own settings/preferences (e.g., theme, language, font size...). Do NOT activate for OS/system settings, editor settings, or other apps.

How do I install it?

Run `npx skills add ThinkInAIXYZ/deepchat --skill deepchat-settings --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ThinkInAIXYZ/deepchat, a repository with 6,191 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going