perry-coding-agents

Dispatch coding tasks to isolated Perry workspaces using OpenCode and Claude Code agents.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/gricha/clawdbot-skills --skill perry-coding-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: perry-coding-agents
Source: https://github.com/gricha/clawdbot-skills/tree/main/perry-coding-agents
Command: npx skills add https://github.com/gricha/clawdbot-skills --skill perry-coding-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the orchestration of coding work by dispatching tasks to Perry workspaces and code agents (OpenCode and Claude Code). It enables development tasks, PR reviews, and other coding work to run in isolated environments with structured handoffs.

Core Features & Use Cases

  • Isolated Perry workspaces per task to avoid cross-contamination.
  • Task execution via OpenCode and Claude Code in controlled environments.
  • Wake callbacks and cron-based fallbacks to ensure completion notifications and reliable follow-ups.

Quick Start

Use the perry-coding-agents skill to dispatch a coding task to an isolated Perry workspace and run a code task:

  • perry start <name> --clone [email protected]:user/repo.git
  • ssh workspace@<name> "cd ~/<projname> && opencode run 'Your task here'"
  • ssh workspace@<name> "cd ~/<projname> && claude 'Your task here'"

Frequently Asked Questions about perry-coding-agents

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

FAQPage Schema
How do I dispatch coding tasks to isolated workspaces using Claude Code?

Coding tasks are dispatched to isolated Perry workspaces by starting a named workspace, cloning a repository, and executing commands via SSH using OpenCode or Claude Code for reproducible development environments.

What is the best way to automate PR reviews in isolated environments?

Automating PR reviews involves dispatching review tasks to isolated Perry workspaces where code agents process them, using wake callbacks and cron-based fallbacks to ensure completion notifications and reliable follow-ups.

Can I use OpenCode and Claude Code together for remote development tasks?

OpenCode and Claude Code can be used together within Perry workspaces to execute remote development tasks, running structured commands via SSH to maintain isolated and controlled task execution.

How do wake callbacks work for coding task orchestration?

Wake callbacks notify task completion and support fallback reminders during coding task orchestration, ensuring reliable follow-ups across Perry workspaces when dispatching tasks to code agents.

Do I need Perry workspace management to run code agents like Claude Code?

Perry workspace management is required to provide the isolated, reproducible environments necessary for dispatching tasks to code agents like Claude Code and OpenCode, preventing cross-contamination between tasks.