Agent skill
response_style_selector
Ask the user to pick a response style and persist the preference.
Install this agent skill to your Project
npx add-skill https://github.com/CheekyCodexConjurer/quant-lab/tree/main/.agent-docs/templates/.codex/skills/response_style_selector
Metadata
Additional technical details for this skill
- short description
- Response style selection
SKILL.md
Purpose
Set the user's preferred response style on first interaction.
Steps
- Ask the user to choose: technical or humanized.
- Record the choice in
.agent-docs/memory/USER_PREFERENCES.md. - Continue execution without further questions unless blocked.
- Keep responses short and aligned to the chosen style.
- Allow the user to change the style later.
Humanized Mode
- Short, plain language with minimal bullets.
- Minimal code details unless requested.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
action_logger
Keep an audit trail of changes, commands, and verification.
size_guard
Enforce line budgets and rotate or split large context files.
analyze_repo_capabilities
Detect repo tooling and patterns, then record a dynamic manifest.
safety_validation
Validate changes against .agentignore before commit.
safe_refactor_migration
Plan and execute large refactors with shadow mode and rollback.
command_guard
Enforce .agentpolicy rules before executing commands.
Didn't find tool you were looking for?