claude-code

Orchestrate coding, refactoring, and review tasks via the Claude Code CLI.

Updated May 15, 2026
One-click install
npx skills add https://github.com/cabezno/bmb-encover-agent --skill claude-code-cabezno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code
Source: https://github.com/cabezno/bmb-encover-agent/tree/main/skills/autonomous-ai-agents/claude-code
Command: npx skills add https://github.com/cabezno/bmb-encover-agent --skill claude-code-cabezno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces the friction of writing, refactoring, and reviewing code by delegating real development workflows to the Claude Code CLI instead of managing every step yourself.

Core Features & Use Cases

  • Non-interactive print mode for automation: Run one-shot coding tasks that return results without interactive prompts.
  • Interactive PTY mode for iterative development: Use tmux to support multi-turn refactor → review → fix → test cycles.
  • Git and structured output workflows: Leverage JSON/stream output, session resumption, and tool permissions for safer orchestration.

Quick Start

Tell the agent to fix a bug in the API module and update the code by running Claude Code in print mode against your project directory.

Frequently Asked Questions about claude-code

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

FAQPage Schema
How do I automate code review and refactoring tasks using the Claude Code CLI?

You can automate code review and refactoring by delegating tasks to the Claude Code CLI using non-interactive print mode (-p), which executes one-shot coding changes against your project directory and returns results without interactive prompts.

Can I run interactive multi-turn coding sessions for iterative bug fixes with Claude?

Yes, interactive PTY mode uses tmux to support multi-turn coding sessions, enabling iterative refactor, review, fix, and test cycles for complex feature implementation and test-driven fixes.

Do I need Claude Code v2.x installed to use this coding workflow automation?

Yes, Claude Code v2.x must be installed to use this Skill, as it orchestrates the CLI to manage output formats like text, JSON, and stream-JSON, session continuation, and tool permission flags.

What is the best way to handle structured output and session resumption for PR workflows?

The best way to handle structured output for PR workflows is leveraging the CLI's JSON and stream-JSON output formats alongside session resumption and tool permissions for safer automated orchestration.

Does tmux PTY work with one-shot coding changes or only iterative development?

Tmux PTY supports interactive iterative development cycles, while one-shot coding changes use non-interactive print mode (-p) to run automated tasks that return results without requiring a persistent terminal session.