Claude Code Plugins

Community-maintained marketplace

Feedback

response_style_selector

@majiayu000/claude-skill-registry
27
0

Ask the user to pick a response style and persist the preference.

Install Skill

Shared

Installs to .agents/skills, used by Codex, Amp, Warp, Cursor, OpenCode, and more.

CodexAmp
Warp
CursorOpenCode
Cline
Gemini CLI
GitHub Copilot
Personal

Available across projects.

$npx skills-installer add @majiayu000/claude-skill-registry/response-style-selector --client shared
Project

Writes to .agents/skills.

$npx skills-installer add @majiayu000/claude-skill-registry/response-style-selector -p --client shared
Note: Review the skill instructions before using it.

SKILL.md

name response_style_selector
description Ask the user to pick a response style and persist the preference.
metadata [object Object]

Purpose

Set the user's preferred response style on first interaction.

Steps

  1. Ask the user to choose: technical or humanized.
  2. Record the choice in .agent-docs/memory/USER_PREFERENCES.md.
  3. Continue execution without further questions unless blocked.
  4. Keep responses short and aligned to the chosen style.
  5. Allow the user to change the style later.

Humanized Mode

  • Short, plain language with minimal bullets.
  • Minimal code details unless requested.