What problem does it solve? Offloading coding tasks to an external agent often requires manual terminal management, progress monitoring, and result comparison across models. This Skill lets you delegate implementation, refactoring, and PR review tasks to the Blackbox AI CLI directly from the Anakot terminal, with proper PTY handling and background monitoring. ## Core Features & Use Cases - One-Shot Task Delegation: Run non-interactive coding tasks with blackbox --prompt in a specified working directory. - Background Execution & Monitoring: Launch long-running tasks in background mode and track progress with poll, log, submit, and kill process actions. - Multi-Model Judge Workflow: Dispatch the same task to multiple LLMs (Claude, Codex, Gemini, Blackbox Pro) and let the built-in judge select the best implementation. - Checkpoints & Resume: Pause work and resume from saved checkpoint tags for iterative follow-up tasks. - Use Case: You need JWT authentication added to an Express API. Delegate the task to Blackbox in background mode, monitor its progress, and summarize the resulting code changes for the user. ## Quick Start Ask the agent to use Blackbox to add JWT authentication with refresh tokens to the Express API in your project directory.