Agent Skills: response_style_selector

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

UncategorizedID: CheekyCodexConjurer/quant-lab/response_style_selector

Install this agent skill to your local

pnpm dlx add-skill https://github.com/CheekyCodexConjurer/quant-lab/tree/HEAD/.codex/skills/response_style_selector

Skill Files

Browse the full folder contents for response_style_selector.

Download Skill

Loading file tree…

.codex/skills/response_style_selector/SKILL.md

Skill Metadata

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

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.