Updates an existing OpenCode command to match current platform best practices, fixes deprecated patterns, and validates the result. Use when user says "update opencode command", "fix opencode command", "migrate command to opencode", or wants to modernize an existing OpenCode command file.
Updates an existing OpenCode skill to match current platform best practices, fixes deprecated patterns, and validates the result. Use when user says "update opencode skill", "fix opencode skill", "migrate skill to opencode", or wants to modernize an existing OpenCode SKILL.md file.
Converts a single plugin component (skill, agent, hooks, reference, or MCP config) to a target platform format. Spawned by port-plugin as part of a wave-based conversion team. Reads session files for shared knowledge, loads type-specific converter references on demand, and writes structured results to per-component…
Researches target platform plugin architectures by fetching official documentation, community examples, and existing plugins to produce a structured platform profile for the conversion engine.
Convert Claude Code plugins into generic, platform-agnostic format. Supports full conversion (skills, agents, hooks), flatten mode (skills only — agents converted to skills, hooks absorbed), or nested mode (agents nested as pure markdown within parent skills, hooks absorbed). Full mode supports per-group or unified…
Explores codebases to discover architecture, patterns, and feature-relevant code for spec creation context. Spawned in parallel with specific focus areas.
Manages execution context lifecycle within a single wave of the run-tasks engine. Reads and summarizes prior wave learnings from executioncontext.md, distributes context to all task executors via SendMessage, collects context contributions during execution, provides enriched context for Tier 2 retries, and finalizes…