Agent skill
agenticflow-skills
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/agenticflow
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?