Gateway Script Design Skill Guide creation of gateway scripts - the entry points into agentic coding. When to Use - Creating new CLI entry points for agents - Building programmatic agent invocation - Designing composed workflows - Setting up automation scripts Core Concept "This script is the gateway into agentic coding. It's distinctly different from any other type of code - it's calling an agent." Gateway scripts move you from conversation to automation. Three Gateway Patterns Pattern 1: Direct Prompt Execute ad-hoc prompts: Use case: Quick one-offs, testing, exploration Pattern 2: Slash Co…