despicable-statusline

Append a nefario status snippet to the Claude Code status line configuration.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/benpeter/despicable-agents --skill despicable-statusline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: despicable-statusline
Source: https://github.com/benpeter/despicable-agents/tree/main/.claude/skills/despicable-statusline
Command: npx skills add https://github.com/benpeter/despicable-agents --skill despicable-statusline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users stay informed about the progress of their nefario orchestrations directly within their Claude Code status line, providing real-time feedback without needing to switch contexts.

Core Features & Use Cases

  • Dynamic Status Updates: Integrates nefario orchestration phases into the Claude Code status line.
  • Idempotent Configuration: Safely applies changes, ensuring the status line is updated only if necessary and without duplicating entries.
  • Use Case: When running a complex /nefario command, you can see the current phase (e.g., "Planning", "Execution", "Review") directly in your status bar, allowing for quick monitoring of long-running tasks.

Quick Start

Configure your Claude Code status line to display the nefario orchestration phase.

Frequently Asked Questions about despicable-statusline

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

FAQPage Schema
How do I show orchestration status in the Claude Code status line?

You can display orchestration status in the Claude Code status line by configuring your settings to append a nefario status snippet, which reads the current phase and updates the bar dynamically.

How do I configure nefario status updates without losing my existing status line?

To preserve your existing status line while adding nefario status, the configuration process reads your current settings, creates a safety backup, and appends the nefario snippet idempotently to prevent duplicating entries.

Do I need jq installed to configure the Claude Code status line for nefario?

Yes, you need the jq command-line tool installed, because it is required for the JSON manipulation used to safely modify your ~/.claude/settings.json file during the status line configuration.

What file does the nefario status line configuration modify?

The configuration modifies the user's ~/.claude/settings.json file to inject the nefario status snippet, ensuring a safety backup is created before applying any changes to preserve existing configurations.

Will running the status line configuration multiple times create duplicate entries?

No, running the configuration multiple times will not create duplicate entries because the process is idempotent, ensuring the nefario status snippet is updated only if necessary and without duplicating existing status line commands.

Can I see specific nefario orchestration phases like Planning or Execution in my status bar?

Yes, you can see specific nefario orchestration phases like Planning, Execution, or Review directly in your status bar, providing real-time feedback for monitoring long-running tasks without switching contexts.