agent-architecture

Provide architectural patterns for prompt-native agent systems with orchestration and state management.

5|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/settlemint/agent-marketplace --skill agent-architecture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-architecture
Source: https://github.com/settlemint/agent-marketplace/tree/main/crew/skills/agent-architecture
Command: npx skills add https://github.com/settlemint/agent-marketplace --skill agent-architecture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides architectural patterns and governance for prompt-native agent systems, including orchestration, state management, and handoffs.

Core Features & Use Cases

  • Crew philosophy: Agents orchestrate, while main thread manages flow.
  • State management: Persistent branch state in .claude/branches.
  • Handoffs: Create and propagate knowledge across tasks.
  • Iteration loops: Build robust loops for verifiable completion.
  • Reference library: Domain knowledge references for patterns.

Quick Start

Use the agent-architecture patterns to design an orchestration for a multi-step task.