agentbuilder

Orchestrate Standard Agent components into scalable agent graphs with subagents and handoffs.

63|2|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/stolinski/s-stack --skill agentbuilder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentbuilder
Source: https://github.com/stolinski/s-stack/tree/main/skills/agentbuilder
Command: npx skills add https://github.com/stolinski/s-stack --skill agentbuilder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AgentBuilder provides a structured blueprint for building, organizing, and orchestrating complex Standard Agent architectures, including prompts, tools, subprompts, subagents, and handoffs. It helps teams design scalable agent graphs with a clear stack and interconnections.

Core Features & Use Cases

  • Standard Agent Stack coverage: Providers, Prompts, Tools, Agents, Hooks, Effects, Threads, Endpoints.
  • Clear orchestration and definition of model selection, environment, prompts, and subagents for scalable AI systems.
  • Use Case: Designing a central coordinator that delegates tasks to subagents and composes multiple subprompts into a full agent graph.

Quick Start

Create a central coordinator, define subagents and prompts, and expose the agent as a tool to compose the full Standard Agent stack.

Frequently Asked Questions about agentbuilder

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

FAQPage Schema
How do I build scalable AI agent graphs with subagents and subprompts?

To build scalable AI agent graphs, you create a central coordinator that defines subagents and subprompts, then expose the agent as a tool. This orchestrates providers, hooks, effects, threads, and endpoints into a modular, repeatable system.

What is a Standard Agent stack for composing multiple AI agents?

A Standard Agent stack is a structured architecture covering providers, prompts, tools, agents, hooks, effects, threads, and endpoints. It provides a clear blueprint for organizing complex AI systems with defined model selection and environment configurations.

How do I configure agent handoffs and dual_ai collaborations across domains?

Configuring agent handoffs and dual_ai collaborations requires clear definitions in prompts and agent configurations. You orchestrate these connections by composing subagents into a full agent graph, ensuring safe composition and modularity across varied domains.

Can I design a central coordinator to delegate tasks to multiple subagents?

Yes, you can design a central coordinator to delegate tasks to subagents. You define the subagents and prompts, then expose the coordinator as a tool, allowing the full Standard Agent stack to orchestrate complex tasks with clear interconnections.

What's the best way to organize prompts and tools for modular AI systems?

The best way to organize prompts and tools for modular AI systems is applying a structured blueprint that emphasizes modularity and repeatability. You compose subprompts and define tool configurations to ensure safe composition and scalable agent orchestration.

When should I not use a subagent architecture for my AI system?

You should avoid subagent architectures when your AI system lacks clear definitions for prompts and configurations. Without the need for orchestrated handoffs, dual_ai collaborations, or multi-layer task delegation, the overhead of composing a full agent graph is unnecessary.