skills/opencode/oh-my-opencode-model-switcher/SKILL.md
Switch oh-my-opencode.json model configurations between different modes using YAML-based mapping definitions
npx skillsauth add atman-33/atman-workspace oh-my-opencode-model-switcherInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill enables switching model configurations in oh-my-opencode.json between different modes:
opencode/glm-4.7-freeAdditional modes can be easily added by editing the mapping configuration.
When the user requests to switch models or activate a specific mode, use this skill to update the configuration.
Execute the switch script with the desired mode:
python3 ~/.config/opencode/.claude/model-switcher/scripts/switch_models.py [mode_name]
Examples:
python3 ... switch_models.py economy - Switch to economy modepython3 ... switch_models.py default - Switch to default modepython3 ~/.config/opencode/.claude/model-switcher/scripts/switch_models.py --list
config/model-mappings.yml"*" to apply a model to all agents/categoriesvariant are kept unchangedEdit config/model-mappings.yml to:
Example mapping structure:
modes:
mode_name:
agents:
agent_name: model_name
# or use "*" for all agents
categories:
category_name: model_name
tools
Zenn記事のMarkdown校正を行うスキル。記事を読み、Zenn独自記法の正確性・見出し構造・コードブロック・リンク・画像・テーブル・埋め込み・メッセージ/アコーディオン記法をチェックし、改善提案を行う。ユーザーが「Zenn記事を校正して」「Zennの記法をチェックして」「記事をレビューして」「Markdown確認して」と依頼した際に使用する。
tools
Develop React applications for VS Code Webview surfaces. Use when working on the `webview-ui` package, creating features, components, or hooks for VS Code extensions. Includes project structure, coding guidelines, and testing instructions.
testing
Best practices for reliable terminal command execution and output capture. Use this skill when running shell commands, especially in environments like WSL where output might be truncated or lost, to ensure results are properly captured and inspected.
databases
Supabaseデータベースマイグレーションの準備を行うスキル。バックアップの作成と差分マイグレーションファイルの生成を実施します。ユーザーが「マイグレーションを準備」「バックアップと差分を作成」「マイグレーションファイルを生成」などのリクエストをした際に使用します。