What problem does it solve?
This Skill streamlines the process of directing plain-language coding requests to specific AI coding environments like Pi, Claude Code, Codex, Gemini, or ACP harness work, ensuring efficient execution either within the GenSparx ACP runtime or via direct acpx commands.
Core Features & Use Cases
- Intelligent Routing: Automatically detects user intent to run code in various ACP-compatible environments.
- Flexible Execution Paths: Supports both the integrated GenSparx ACP runtime (
sessions_spawn) and direct acpx CLI execution for maximum flexibility.
- Threaded Conversations: Manages coding agent threads, ensuring continuity and context for complex tasks.
- Use Case: A user asks, "Start a codex thread and have it write a Python script to sort a list." This Skill will route the request to the ACP runtime, create a new thread for Codex, and pass the instruction.
Quick Start
Ask GenSparx to spawn a new thread for codex and tell it to say hi.