用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/happyshittake/oh-my-pi --skill config-guide命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when executing implementation plans with independent tasks in the current session
基于 SOC 职业分类
正在显示 SKILL.md
| name | config-guide |
| description | Complete reference for Oh My Pi configuration, settings, and config file formats. |
This guide covers every config surface in Oh My Pi: the settings schema, CLI commands, MCP servers, LSP setup, keybindings, and config file hierarchy.
Config files are resolved in priority order (highest first). Later values override earlier ones.
User-level directories:
~/.omp/agent/ (highest)~/.claude/~/.codex/~/.gemini/Project-level directories:
.omp/ (highest).claude/.codex/.gemini/Important rules:
cwd..omp takes precedence over .claude, .codex, and .gemini.config.yml (or config.yaml / config.json with auto-migration from JSON to YAML).Settings are the single source of truth for agent behavior. Use omp config set <key> <value> to change values — never edit config.yml manually while the agent is running.
Settings are organized by tab:
skill://config-guide/settings-model.mdskill://config-guide/settings-context.mdskill://config-guide/settings-reference.mdomp config list # List all settings with current values
omp config get <key> # Get a specific setting value
omp config set <key> <value> # Set a setting value
omp config reset <key> # Reset a setting to its default
omp config path # Print the config directory path
omp config init-xdg # Initialize XDG Base Directory structure
Boolean values: true, false, yes, no, on, off, 1, 0
Array values: Pass as JSON array string, e.g., omp config set extensions '["ext1", "ext2"]'
Record values: Pass as JSON object string.
See skill://config-guide/mcp-lsp-keybindings.md for:
.mcp.json)lsp.json / .lsp.json / lsp.yml)keybindings.json)omp config set to modify settings. Editing config.yml manually while the agent is running will not take effect and may be overwritten.config.yml. JSON configs are auto-migrated to YAML on first load..omp overrides .claude.