coding

Routes coding tasks to a configured delegate or Bash fallback.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ayo-ooo/ayo --skill coding-ayo-ooo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding
Source: https://github.com/ayo-ooo/ayo/tree/main/internal/builtin/skills/coding
Command: npx skills add https://github.com/ayo-ooo/ayo --skill coding-ayo-ooo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coding tasks often require policy-driven control to prevent unsafe or untracked edits. This Skill ensures safe delegation to an external coding agent when configured and provides a Bash-based fallback for direct coding when no delegate is available.

Core Features & Use Cases

  • Delegation enforcement: If a coding delegate is configured (e.g., @crush), all coding tasks must be performed by that agent.
  • Safe fallback: When no delegate is configured, coding is performed directly via Bash with heredocs for controlled file creation and modification.
  • Context-aware guidance: Provides clear messaging about delegation status and next steps to the user.

Quick Start

Ask ayo to create or modify code, delegating to the configured coding agent when present.

Frequently Asked Questions about coding

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

FAQPage Schema
How do I safely delegate code generation and editing tasks to an external agent?

Safe delegation routes code generation and editing tasks to a configured coding delegate, enforcing policy-driven control to prevent untracked changes. If a delegate like @crush is configured, all coding operations are automatically routed to that agent.

Can I generate boilerplate code when no coding delegate is configured?

Boilerplate generation works without a delegate by falling back to Bash-based coding with heredocs. This provides controlled file creation and modification directly, ensuring safe source code creation when no external coding agent is configured.

What's the best way to ensure safe refactoring and debugging across local sandboxes?

Safe refactoring and debugging across local sandboxes is managed by enforcing delegation to a coding agent when present, or using Bash fallbacks with safeguards. This prevents unsafe or untracked edits during collaborative workflows.

How does Bash-based code generation handle file creation and modification?

Bash-based code generation handles file creation and modification using heredocs for controlled output. This fallback mechanism activates when no coding delegate is configured, applying safeguards to prevent unsafe operations.

Why does my coding task require delegation instead of direct editing?

Delegation is required to enforce policy-driven control and prevent unsafe or untracked edits. When a coding delegate is configured, all coding tasks must be performed by that agent to maintain reliable source code modification standards.

Are there limitations when using Bash fallback for code modification tasks?

Bash fallback for code modification is limited to direct file creation via heredocs when no delegate is configured. It includes safeguards against unsafe operations, but lacks the advanced context-aware guidance of a dedicated coding delegate.