claude-code

Delegate coding and refactoring tasks to the Claude Code CLI.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/MarbleSodas/Mavis --skill claude-code-marblesodas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code
Source: https://github.com/MarbleSodas/Mavis/tree/main/skills/autonomous-ai-agents/claude-code
Command: npx skills add https://github.com/MarbleSodas/Mavis --skill claude-code-marblesodas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the back-and-forth of manually coding, refactoring, and reviewing by letting Claude Code directly read project files, run shell commands, and manage git workflows from within your Hermes terminal orchestration.

Core Features & Use Cases

  • Print Mode (-p) automation: Run one-shot coding tasks non-interactively for fast refactors, bug fixes, and code-review summaries suitable for CI/CD or scripting.
  • Interactive PTY sessions: Use tmux-based multi-turn workflows for iterative development, including follow-up prompts and slash-command driven refinement.
  • Structured outputs and session control: Generate JSON or streamed JSON results for downstream automation, resume conversations by session ID, and cap turns/budget to prevent runaway cost.

Quick Start

Delegate a refactor and review pass in print mode by asking the AI to: "Refactor the auth module to use JWT tokens, then summarize the changes and suggest tests to add."

Frequently Asked Questions about claude-code

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

FAQPage Schema
How do I automate refactoring and code review tasks with Claude Code?

Automate refactoring and code review by delegating tasks to Claude Code in print mode for non-interactive, one-shot execution. This allows fast execution of shell commands and git workflows suitable for CI/CD pipelines.

Can I use tmux for interactive multi-turn coding sessions with Claude Code?

Yes, you can use tmux-based PTY sessions for interactive multi-turn coding with Claude Code. This supports iterative development, follow-up prompts, and slash-command driven refinement within your terminal orchestration.

How do I get structured JSON output from Claude Code for downstream automation?

Generate structured JSON output from Claude Code by running tasks in print mode or streaming results. This captures structured outputs for downstream automation and allows you to resume conversations by session ID.

Do I need to install Claude Code before using this terminal automation Skill?

Yes, you must install and authenticate the Claude Code CLI before using this Skill. It delegates coding, refactoring, and git-aware development tasks directly to the Claude Code CLI integrated with a Hermes terminal workflow.

How can I prevent runaway costs when running iterative Claude Code sessions?

Prevent runaway costs during iterative Claude Code sessions by capping turns and budget. The Skill supports controlled execution with max turns and budget limits to safely manage automated coding operations.

What is the best way to manage tool permissions for automated coding tasks?

Manage tool permissions for automated coding by enforcing workspace trust and handling permissions dialogs during interactive sessions. The Skill applies safe tool permission handling to control execution within your terminal.