agent-workflow-designer

agent-workflow-designer is a skill for Claude Code, Codex from staruhub/CrewClaw. It costs 30 tokens per session (191 once invoked), scanned A, original, Apache-2.0.

A design guide for splitting a business process among several AI agents, with defined roles, tool access, human checks, and failure handling.

In plain words
What is it for?
It is for mapping process steps, assigning agents with limited permissions, adding human approval before risky actions, and defining fallback paths.
Why use it?
It makes responsibilities and safety points explicit when more than one agent must cooperate on a workflow.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for mapping process steps, assigning agents with limited permissions, adding…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/staruhub/crewclaw/agent-workflow-designer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add staruhub/CrewClaw --skill agent-workflow-designer
Clone the repo
git clone --depth 1 https://github.com/staruhub/CrewClaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agent-workflow-designer

README.md
[![agentmods](https://agentmods.dev/badge/skills/staruhub/crewclaw/agent-workflow-designer.svg)](https://agentmods.dev/skills/staruhub/crewclaw/agent-workflow-designer)
Your own site
<a href="https://agentmods.dev/skills/staruhub/crewclaw/agent-workflow-designer"><img src="https://agentmods.dev/badge/skills/staruhub/crewclaw/agent-workflow-designer.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 191 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.00191
Opus 5 $0.00015 $0.00096
Sonnet 5 $0.00006 $0.00038
Haiku 4.5 $0.00003 $0.00019

Measured 7d ago against content hash 6cb212bc18ad, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

agent-workflow-designer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

experts/ai-adoption-whale/skills/advisory/agent-workflow-designer/SKILL.md · 25 lines

What it actually says

Agent Workflow Designer

Overview

Decompose a business process into a multi-agent workflow: who does what, which tools each may use, where a human reviews, and how it falls back on failure.

When to Use

When the user wants to automate a process with multiple cooperating agents and needs a concrete design.

Workflow

  1. Map the current process into steps and decision points.
  2. Assign each step to an agent role with least-privilege tool permissions.
  3. Insert human-review gates at high-risk actions (writes, sends, deploys).
  4. Define fallback / escalation per step. Output a text workflow diagram.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 25 lines · 30 tokens per session scan A 6cb212bc18ad

Subscribe to this mod's changes

agent-workflow-designer is a skill published in the GitHub repository staruhub/CrewClaw (22 stars, last pushed today), licensed Apache-2.0. It adds 30 tokens to every session and 191 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

autonomous-loops

Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.

affaan-m/ECC · 26 tokens

mle-workflow

Production machine-learning engineering workflow for data contracts, reproducible training, model evaluation, deployment, monitoring, and rollback. Use when building, reviewing, or hardening ML systems beyond one-off notebooks.

affaan-m/ECC · 44 tokens

react-patterns

React 18/19 patterns including hooks discipline, server/client component boundaries, Suspense + error boundaries, form actions, data fetching, state management decision trees, and accessibility-first composition. Use when writing or reviewing React components.

affaan-m/ECC · 49 tokens

article-writing

Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter.

affaan-m/ECC · 57 tokens

agent-carnet

Use this skill when the user asks to save, recall, find, or organize notes. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check the notebook', 'find in carnet'. Also use proactively when discovering findings worth preserving across sessions.

yamadashy/repomix · 67 tokens

deploy-docker-compose

Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug the stack on a host they already have, or extend the stack…

omnigent-ai/omnigent · 84 tokens