← ClaudeAtlas

ruleslisted

Manually load the squirrel-mode base rules (only needed if the forced output style has been disabled).
thgMatajs/squirrel-mode · ★ 2 · AI & Automation · score 70
Install: claude install-skill thgMatajs/squirrel-mode
<!-- GENERATED FILE. Source: rules/base-rules.md. Generator: scripts/build.sh. Hand edits to this file will be overwritten the next time scripts/build.sh runs. --> # squirrel-mode base rules These are the squirrel-mode base rules: response-formatting constraints that apply to every answer. The squirrel-mode output style already carries these rules in the system prompt on every turn; this skill exists only for when that output style has been turned off and the rules need to be pulled back into context by hand. A squirrel-mode profile may be present elsewhere in your context. When it is, its field values override the defaults in the table below, field by field. When no profile is present, or a field is not set by it, use the default for that field exactly as written below. The profile, when it exists, lives at ~/.squirrel/profile.md. ## Defaults <!-- Used when no profile is present in context. Field names must match the profile exactly. --> | Field | Default | Allowed values | | :-- | :-- | :-- | | language | auto | pt-BR, en, es, auto | | answer_position | first | first, after-one-line-context | | step_style | numbered | numbered, checklist | | max_list_items | 5 | 3-7 | | code_style | code-first | code-first, step-by-step | | explanation_budget | 3 | positive integer; max lines of explanation per code block | | options_per_answer | 1 | positive integer; 1 means recommend only | | confirm_topic_switch | yes | yes, no | | progress_recap | yes | yes, no | | extras_se