What problem does it solve?
Reimplementing a feature from another AI coding agent (Codex or Claude Code) in Qwen Code requires knowing its exact prompts, tool schemas, and terminal behavior, which are not publicly documented. This Skill provides a structured capture-and-implement workflow that turns observed reference-agent behavior into a concrete implementation task.
Core Features & Use Cases
- HTTP Traffic Capture: Run a nested reference agent through mitmproxy to record redacted request/response bodies, including messages, tool schemas, and model settings.
- Terminal and State Capture: Record interactive TUI sessions via tmux and snapshot/diff local agent state (~/.codex or ~/.claude) before and after a scenario.
- Guided Implementation Workflow: Extract behavioral facts from traces, implement the smallest compatible behavior in the target repo, and add focused verification tests.
- Use Case: You want Qwen Code to support a slash command that exists in Codex. Use this Skill to run Codex under capture, extract the command's request shape and terminal output, then implement and test the matching behavior.
Quick Start
Ask the agent to reproduce a specific Codex or Claude Code feature in Qwen Code, naming the feature and which reference agent to capture from.