coding-delegation

Identify coding tasks for sub-agent delegation and manage background coding sessions.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/MCERQUA/jam-skills --skill coding-delegation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-delegation
Source: https://github.com/MCERQUA/jam-skills/tree/main/coding-delegation
Command: npx skills add https://github.com/MCERQUA/jam-skills --skill coding-delegation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you determine when to delegate coding tasks to sub-agents for efficient code generation and management.

Core Features & Use Cases

  • Task Delegation: Identify when and how to delegate coding tasks to sub-agents like z-code or claude_launch.
  • Canvas Pages & Large Files: Handle canvas pages, large files, and multi-file refactoring.
  • Background Coding Sessions: Spawn background coding agents for tasks over 100 lines of code.
  • Session Management: Manage sessions with tools like claude_launch, claude_respond, and claude_kill.

Quick Start

Delegate a task to z-code using the command: exec("z-code -p 'Build a dashboard at /app/runtime/canvas-pages/my-dashboard.html. Dark theme, inline CSS/JS, no CDN.' --allowedTools 'Edit,Write,Read' 2>&1 | tail -20")

Frequently Asked Questions about coding-delegation

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

FAQPage Schema
When should I delegate code generation to background sub-agents?

Yes, you can spawn background coding sessions to handle canvas pages, large files, and multi-file refactoring. This optimizes code generation by offloading heavy coding tasks to sub-agents.

How do I delegate a coding task to a sub-agent using claude_launch?

The coding-delegation Skill identifies coding tasks suitable for sub-agent delegation and provides instructions for building canvas pages, large files, and interactive websites. It offloads heavy coding tasks to sub-agents for efficient code generation.

Can I build interactive canvas pages by offloading work to background coding agents?

Yes, you can spawn background coding sessions to handle canvas pages, large files, and multi-file refactoring. This optimizes code generation by offloading heavy coding tasks to sub-agents.

How do I delegate a coding task to a sub-agent using claude_launch?

Delegate coding tasks by executing commands like z-code with specific prompts and allowed tools such as Edit, Write, and Read. Manage these sessions using claude_launch, claude_respond, and claude_kill.

What is coding delegation and how does it manage background sessions?

The coding-delegation Skill identifies coding tasks suitable for sub-agent delegation and provides instructions for building canvas pages, large files, and interactive websites. It offloads heavy coding tasks to sub-agents for efficient code generation.

What are the limitations of delegating multi-file refactoring to sub-agents?

Delegating multi-file refactoring to sub-agents requires execution of code generation commands and active session management. You must monitor sessions using tools like claude_kill to prevent runaway background processes.