claude-code

Delegate coding tasks to Claude Code via CLI subcommands and tmux sessions.

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill claude-code-moltis-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/autonomous-ai-agents/claude-code
Command: npx skills add https://github.com/moltis-org/moltis --skill claude-code-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate and orchestrate coding tasks by delegating them to Claude Code, enabling faster feature development, refactoring, and code reviews without leaving the terminal.

Core Features & Use Cases

  • Two orchestration modes: Print mode for deterministic, non-interactive tasks, and Interactive PTY via tmux for multi-turn sessions.
  • CLI-driven workflow: Start Claude Code with a rich set of subcommands, including session management, MCP integration, and plugin support.
  • Real-world use cases: Automate routine coding tasks, perform incremental refactors, and orchestrate PR reviews in a reproducible way.

Quick Start

Install claude-code, authenticate, and run a sample task in your Moltis terminal to delegate a coding task.

Frequently Asked Questions about claude-code

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

FAQPage Schema
How do I automate coding tasks and refactoring from the CLI?

You can automate coding tasks and refactoring from the CLI by delegating them to Claude Code in print mode, which handles deterministic, non-interactive feature development. Interactive tmux sessions are also available for multi-turn work.

Can I run automated code reviews using Claude Code in the terminal?

Yes, you can run automated code reviews using Claude Code in the terminal by delegating PR review tasks through its CLI subcommands. This enables reproducible code review orchestration without leaving your terminal environment.

What is the difference between print mode and interactive tmux sessions for code automation?

Print mode runs deterministic, non-interactive coding tasks for single-shot automation, while interactive PTY via tmux supports multi-turn sessions for ongoing, iterative work on software projects.

Do I need npm and Claude Code installed to delegate coding tasks?

Yes, you need the npm package @anthropic-ai/claude-code installed and proper authentication configured before you can delegate coding tasks. These prerequisites enable the CLI-driven workflow and subcommand execution.

Does Claude Code support session management and MCP integration?

Yes, Claude Code supports session management, MCP integration, and plugin support through its rich set of CLI subcommands. These features allow you to orchestrate complex coding workflows and manage multi-turn sessions.

What are the limitations of using tmux for interactive code refactoring?

Interactive tmux sessions require a PTY environment and are limited to multi-turn workloads, unlike print mode which handles deterministic tasks. You should use print mode for non-interactive automation to avoid tmux dependency constraints.