blackbox

Delegate coding tasks to the Blackbox AI CLI for generation, refactoring, and review.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/hochoa13/Asistente-Harlest --skill blackbox-hochoa13
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blackbox
Source: https://github.com/hochoa13/Asistente-Harlest/tree/main/optional-skills/autonomous-ai-agents/blackbox
Command: npx skills add https://github.com/hochoa13/Asistente-Harlest --skill blackbox-hochoa13

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates complex coding tasks by delegating them to the Blackbox AI CLI, which leverages multiple LLMs and a judge to find the best solution.

Core Features & Use Cases

  • Automated Code Generation & Refactoring: Delegate tasks like adding authentication, refactoring modules, or building APIs.
  • Multi-Model & Judge Workflow: Blackbox runs tasks through multiple LLMs and selects the optimal output.
  • PR Reviews: Automatically review pull requests for bugs, security issues, and code quality.
  • Background Execution: Run long-running tasks in the background and monitor their progress.

Quick Start

Use the blackbox skill to add JWT authentication with refresh tokens to the current project.

Frequently Asked Questions about blackbox

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code generation and refactoring using a CLI agent?

Automate code generation and refactoring by delegating coding tasks to the Blackbox AI CLI, which leverages multiple LLMs and a judge to find and output the best solution.

Can I automatically review pull requests for bugs and security issues?

Automatically review pull requests for bugs, security issues, and code quality by delegating the PR review process to the Blackbox AI CLI agent.

Do I need to install the Blackbox CLI and configure an API key to use this?

Yes, using the Blackbox AI CLI for automated coding tasks requires installing the Blackbox CLI locally and configuring your API key before delegating any tasks.

What is the best way to run long-running coding tasks in the background?

Run long-running coding tasks in the background using the Blackbox AI CLI, which supports background execution and allows you to monitor task progress as needed.

How does multi-model execution with a judge work for code generation?

Multi-model code generation works by running tasks through multiple LLMs and using a judge mechanism to evaluate and select the optimal output for your project.