Multi-Agent Workflow Skills

AIZEN

AIZEN is an open-source AI agent skills library for building multi-agent workflow systems. Each skill lives inside the repository as a reusable SKILL.md file that can be copied, customized, or loaded into AI agents.

Skills Repository

Reusable Agent Skills

These are not just website cards. Each item points to a real skill file inside the repository. Users can open the skill, copy the instructions, and use it inside their own AI agent system for market intelligence, onchain analysis, content, support, documentation, growth, and automation.

How It Works

Multi-Agent Workflow

AIZEN is designed as a workflow system where one router agent understands the request, selects the right specialist skill, and produces a structured output.

01

Router Agent

Reads the user request and selects the correct skill from the repository.

02

Research Agent

Collects context, asks for missing inputs, and prepares useful information.

03

Execution Agent

Runs the selected skill workflow and generates the required output.

04

Report Agent

Formats the final result into clear reports, summaries, plans, or actions.

Repository Structure

Built Like a Skill Pack

The website is only the front page. The real value is inside the skills folder where every agent skill has its own SKILL.md file.

Multi-Agent-Workflow/
│
├── README.md
├── index.html
│
└── skills/
    ├── aizen/
    │   └── SKILL.md
    │
    ├── crypto-market-agent/
    │   └── SKILL.md
    │
    ├── content-agent/
    │   └── SKILL.md
    │
    ├── lead-generation-agent/
    │   └── SKILL.md
    │
    ├── customer-support-agent/
    │   └── SKILL.md
    │
    ├── document-agent/
    │   └── SKILL.md
    │
    ├── workflow-automation-agent/
    │   └── SKILL.md
    │
    └── onchain-data-agent/
        └── SKILL.md