create-workflow

create-workflow is a skill for Claude Code from ZhixiangLuo/10xProductivity. It costs 78 tokens per session (142 once invoked), scanned A, original, MIT.

A workflow for designing and building automation from smaller, reusable building blocks. It breaks a goal into dependent steps, checks each step, and then connects them into a complete process.

In plain words
What is it for?
Use it to plan automation, define command-line interfaces, investigate unclear steps, verify individual workflow blocks, and assemble reliable multi-step processes.
Why use it?
It makes complex automation easier to understand and debug by isolating each part before combining them. It also encourages reuse of proven approaches when a problem is similar to earlier work.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code.

Good fit Use it to plan automation, define command-line interfaces, investigate unclear steps, verify…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zhixiangluo/10xproductivity/create-workflow
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 ZhixiangLuo/10xProductivity --skill create-workflow
Clone the repo
git clone --depth 1 https://github.com/ZhixiangLuo/10xProductivity

Made for: Claude Code.

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 create-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhixiangluo/10xproductivity/create-workflow.svg)](https://agentmods.dev/skills/zhixiangluo/10xproductivity/create-workflow)
Your own site
<a href="https://agentmods.dev/skills/zhixiangluo/10xproductivity/create-workflow"><img src="https://agentmods.dev/badge/skills/zhixiangluo/10xproductivity/create-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 142 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.00078 $0.00142
Opus 5 $0.00039 $0.00071
Sonnet 5 $0.00016 $0.00028
Haiku 4.5 $0.00008 $0.00014

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

Security

Grade A, and why

create-workflow 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.

.claude/skills/create-workflow/SKILL.md · 9 lines

What it actually says

Canonical: workflows/create-workflow/create-workflow.md (in this repo). This file is a thin pointer for Claude Code skill discovery — load the canonical workflow doc for the full methodology.

Read workflows/create-workflow/create-workflow.md and follow it.

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 · 9 lines · 78 tokens per session scan A 40619f88d41e

Subscribe to this mod's changes

create-workflow is a skill published in the GitHub repository ZhixiangLuo/10xProductivity (473 stars, last pushed 1mo ago), licensed MIT. It adds 78 tokens to every session and 142 once invoked, about $0.0004 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

hive.slack-notifications-setup

Set up a Slack notification channel (Sentinel) for a colony by driving the browser — reuse or create the "Hive Sentinel" Slack app from a JSON manifest, install it, capture the bot + app tokens, create/select the channel via the Slack API, and turn Sentinel on so the colony can ping the user on Slack and accept…

aden-hive/hive · 136 tokens

hive.chart-creation-foundations

Required reading whenever any chart tool is available. Teaches the one-tool embedding contract (call chartrender → live chart appears in chat AND a downloadable PNG lands in the queen session dir), the ECharts (data viz) vs Mermaid (structural diagrams) decision, the BI/financial-grade aesthetic baseline (no…

aden-hive/hive · 133 tokens

browser-edge-cases

SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.

aden-hive/hive · 40 tokens

hive.pdf

Read, write, merge, split, rotate, watermark, encrypt, and OCR PDF files using Python (pypdf, pdfplumber, reportlab, pypdfium2) and command-line tools (poppler-utils, qpdf). Use when the user asks to extract text/tables/images from a PDF, create or modify a PDF, combine or split PDFs, OCR a scanned PDF…

aden-hive/hive · 98 tokens

article-writer

Multi-style article creation skill. Supports 5 writing styles (deep analysis, practical guide, story-driven, opinion, news brief), including complete workflow: material collection → outline → content → formatting. Activated when users mention "write article", "write post", "create", or "draft".

netease-youdao/LobsterAI · 62 tokens

skin-creator

Create and apply a two-asset LobsterAI visual skin from the user's style description. Use only when the AI Skin Designer kit supplies the structured skinpack workflow marker; do not use for ordinary theme or image requests.

netease-youdao/LobsterAI · 48 tokens