maintain-cross-platform
Ensures compatibility across Claude Code, OpenCode, and Codex CLI for seamless release preparation and maintenance.
Install this skill
Security score
The maintain-cross-platform skill was audited on Feb 21, 2026 and we found 16 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 317 | ```javascript |
Template literal with variable interpolation in command context
| 326 | ```javascript |
Access to hidden dotfiles in home directory
| 33 | | **Config location** | `~/.claude/settings.json` | `~/.config/opencode/opencode.json` | `~/.codex/config.toml` | |
Access to hidden dotfiles in home directory
| 42 | | **Commands** | Plugin `commands/` | `~/.config/opencode/commands/` | N/A (use skills) | |
Access to hidden dotfiles in home directory
| 43 | | **Agents** | Plugin `agents/` | `~/.config/opencode/agents/` | N/A (use MCP) | |
Access to hidden dotfiles in home directory
| 44 | | **Skills** | Plugin `skills/` | `.opencode/skills/` (singular) | `~/.codex/skills/` | |
Access to hidden dotfiles in home directory
| 52 | | OpenCode | `~/.agentsys/` | `~/.config/opencode/commands/` | `~/.config/opencode/agents/` (29 files) | N/A | `~/.config/opencode/opencode.json` | |
Access to hidden dotfiles in home directory
| 53 | | Codex CLI | `~/.agentsys/` | N/A | N/A | `~/.codex/skills/` (9 directories) | `~/.codex/config.toml` | |
Access to hidden dotfiles in home directory
| 263 | 1. **No changes needed** - Installer auto-copies agents to OpenCode `~/.config/opencode/agents/` |
Access to hidden dotfiles in home directory
| 483 | 2. **Clean Old Installation** - Removes `~/.agentsys/` if exists |
Access to hidden dotfiles in home directory
| 484 | 3. **Copy Package** - From npm global to `~/.agentsys/` |
Access to hidden dotfiles in home directory
| 499 | - Creates dirs: `~/.config/opencode/commands/`, `~/.config/opencode/plugins/agentsys.ts` |
Access to hidden dotfiles in home directory
| 503 | - Updates `~/.config/opencode/opencode.json` with MCP config |
Access to hidden dotfiles in home directory
| 506 | - Creates dir: `~/.codex/skills/` |
Access to hidden dotfiles in home directory
| 509 | - Updates `~/.codex/config.toml` with MCP config |
Access to hidden dotfiles in home directory
| 618 | - ✅ Copies to `~/.config/opencode/agents/my-agent.md` |