PixelML

agenticflow-skills

10
9
# Install this skill:
npx skills add PixelML/agenticflow-skill

Or install specific skill: npx add-skill https://github.com/PixelML/agenticflow-skill

# Description

Comprehensive guide for building AI workflows, agents, and workforce systems with AgenticFlow. Use when designing workflows with various node types, configuring single agents, or orchestrating workforce collaboration patterns.

# SKILL.md


name: agenticflow-skills
description: Comprehensive guide for building AI workflows, agents, and workforce systems with AgenticFlow. Use when designing workflows with various node types, configuring single agents, or orchestrating workforce collaboration patterns.
license: MIT


AgenticFlow Skills

AgenticFlow is a platform for building AI-powered automation workflows, intelligent agents, and workforce systems.

Quick Navigation

Topic When to Use Reference
Workflow Building automation flows with nodes workflow/overview.md
Agent Creating single intelligent agents reference/agent/overview.md
Workforce Orchestrating multiple agents reference/workforce/overview.md

Workflow

Workflows are linear automation pipelines composed of sequential nodes. Each node performs a specific action.

Guide Description
overview.md Core concepts, schemas, execution model
how-to-build.md Step-by-step build guide
how-to-run.md Execute workflows and handle results
node-types.md Node type schemas and discovery
connections.md Connection providers and setup

Node Types Overview

Category Example Node Types Purpose
AI/LLM claude_ask, openai_chat, gemini AI model calls, text generation
Image Generation generate_image, dall_e Create images from prompts
Data Processing json_parse, text_transform Transform and manipulate data
Integrations slack_send, gmail, notion Connect to 300+ external services (MCPs)
API Calls http_request, webhook HTTP requests and webhooks
File Operations file_upload, pdf_parse Upload, download, process files

Note: Workflows in AgenticFlow are linear and sequential - nodes execute top to bottom with no branching or loops.


Agent

An Agent is an AI entity with specific capabilities, tools, and a defined persona.

To learn about agent configuration, load: reference/agent/overview.md


Workforce

Workforce systems coordinate multiple agents to solve complex tasks collaboratively.

To understand orchestration patterns, load: reference/workforce/overview.md

Common Patterns

  • Supervisor - One agent delegates to specialists
  • Swarm - Agents self-organize dynamically
  • Pipeline - Sequential agent handoffs
  • Debate - Agents discuss to reach consensus

Glossary

For terminology and definitions, see reference/glossary.md.

# README.md

AgenticFlow Skills

Comprehensive guide for building AI workflows, agents, and workforce systems with AgenticFlow.

License: MIT

Overview

This skill provides reference documentation for designing and building with the AgenticFlow platform:

  • Workflows β€” Linear automation pipelines with sequential nodes
  • Agents β€” Single intelligent AI entities with tools and personas
  • Workforce β€” Multi-agent orchestration systems

Installation

Install this skill in your AI assistant to get contextual guidance when working with AgenticFlow.

Documentation Structure

reference/
β”œβ”€β”€ workflow/          # Workflow building guides
β”‚   β”œβ”€β”€ overview.md
β”‚   β”œβ”€β”€ how-to-build.md
β”‚   β”œβ”€β”€ how-to-run.md
β”‚   β”œβ”€β”€ node-types.md
β”‚   └── connections.md
β”œβ”€β”€ agent/             # Agent configuration
β”‚   └── overview.md
β”œβ”€β”€ workforce/         # Multi-agent orchestration
β”‚   └── overview.md
└── glossary.md        # Terminology reference

Quick Start

Building... Start Here
Automation workflow workflow/overview.md
Single AI agent agent/overview.md
Multi-agent system workforce/overview.md

Key Concepts

Workflows

Sequential node-based automations. Supports 300+ integrations including:

  • AI/LLM: Claude, OpenAI, Gemini
  • Image Gen: DALL-E, Stable Diffusion
  • Integrations: Slack, Gmail, Notion, and more

Agents

Configurable AI entities with:

  • Custom system prompts
  • Tool/MCP access
  • Knowledge bases

Workforce Patterns

  • Supervisor β€” Delegation to specialists
  • Swarm β€” Self-organizing agents
  • Pipeline β€” Sequential handoffs
  • Debate β€” Consensus through discussion

License

MIT

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.