Settings
Show, set, or reset the global Hope language and theme preferences shared by the harness and plugin. Use when someone invokes $hope:settings in Codex, /hope:settings in Claude Code, or asks to change Hope's default language or light, dark, or system theme.From its SKILL.md
npx -y skills add dkstm95/hope --skill settingsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 177 tokens by cl100k_base, as published. Nobody here has run it
Hope settings
Use the generated settings command for the current host.
Claude Code:
node "${CLAUDE_PLUGIN_ROOT}/runtime/settings/cli.mjs"
Codex:
node <skill-dir>/../../runtime/settings/cli.mjs
For Codex, replace <skill-dir> with the absolute directory that contains this
file.
Use one of these exact forms:
show
set locale ko-KR
set locale en-US
set theme system
set theme light
set theme dark
reset
Use show when the request is ambiguous. Do not edit the settings file
directly, inspect unrelated environment values, or store a preference inferred
only from the current conversation language.
Report the command result plainly. A new review uses the changed default; an existing offline review does not change.
What ships with it: 2 files
96.9 KB alongside SKILL.md
agents/
- openai.yaml309 B
assets/
- hope-protected-light.png96.6 KB