Workflow Automation

Workflow Automation is a skill for Claude Code, Codex from notforyou23/home23. It costs 28 tokens per session (352 once invoked), scanned A, original, MIT.

A planning guide for turning a larger goal into ordered work stages, using available tools and skills for each stage.

In plain words
What is it for?
Use it to plan repeatable operations, map multi-step tasks, and design workflows such as research-to-publishing or inspect-to-test.
Why use it?
It helps prevent missed dependencies and unsafe changes by checking and validating work before side effects happen.

Skill for Claude CodeCodex

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

Good fit Use it to plan repeatable operations, map multi-step tasks, and design workflows such as research-to-publishing or inspect-to-test.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/notforyou23/home23/workflow-automation
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 notforyou23/home23 --skill workflow-automation
Clone the repo
git clone --depth 1 https://github.com/notforyou23/home23

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 Workflow Automation

README.md
[![agentmods](https://agentmods.dev/badge/skills/notforyou23/home23/workflow-automation/github.svg)](https://agentmods.dev/skills/notforyou23/home23/workflow-automation)
Your own site
<a href="https://agentmods.dev/skills/notforyou23/home23/workflow-automation"><img src="https://agentmods.dev/badge/skills/notforyou23/home23/workflow-automation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Workflow Automation

Your own site · 80×15
<a href="https://agentmods.dev/skills/notforyou23/home23/workflow-automation"><img src="https://agentmods.dev/badge/skills/notforyou23/home23/workflow-automation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 352 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.00028 $0.00352
Opus 5 $0.00014 $0.00176
Sonnet 5 $0.00006 $0.00070
Haiku 4.5 $0.00003 $0.00035

Measured 9d ago against content hash 2f4e67ceace4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

Workflow Automation 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 9d 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.

workspace/skills/workflow-automation/SKILL.md · 60 lines

What it actually says

Workflow Automation

Use this skill when the ask is bigger than one tool call and smaller than a vague brainstorm.

When to use

Use workflow-automation for:

  • repeatable operational flows
  • multi-step tasks with dependencies
  • “how should we automate this” asks
  • turning a goal into an execution graph

Workflow

  1. Define the end state.
  2. Break the job into distinct stages.
  3. Map each stage to the narrowest useful tool or skill.
  4. Mark side effects and irreversible steps.
  5. Sequence the stages so validation happens before mutation.

Examples

  • research -> validate -> structure -> publish
  • inspect -> patch -> test -> restart
  • collect -> transform -> verify -> schedule

Gotchas

  • Do not hide mutation steps inside “automation.”
  • Validate dependencies before the first side effect.
  • If the workflow is one step, this skill is overkill.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 60 lines · 28 tokens per session scan A 2f4e67ceace4

Subscribe to this mod's changes

Workflow Automation is a skill published in the GitHub repository notforyou23/home23 (11 stars, last pushed today), licensed MIT. It adds 28 tokens to every session and 352 once invoked, about $0.0001 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

executing-plans

Executes approved plans one task at a time, verified.

andreaswasita/copilot-agents-dojo · 17 tokens

dispatch

Use when a task file exists in .hyperflow/tasks/ and workers need dispatching. Fans out parallel workers under per-batch Reviewers, runs a final integration review, and commits per sub-task. Endpoint of the auto-chain — no auto-deploy. Trigger with /hyperflow:dispatch, "run the plan", "execute the task", "build it"…

jeremylongshore/tons-of-skills-marketplace · 81 tokens

post-build-flow

Handles workflow verification and setup after build-workflow succeeds, or when the message contains workflow-verification-follow-up or workflow-setup-required. Load after direct builds, when verificationReadiness requires action, or on orchestrator verify/setup follow-up turns.

n8n-io/n8n · 53 tokens

data-table-manager

Load before calling data-tables or parse-file. Use for natural standalone requests like "what data tables do I have?", "show/list my tables", or "what columns are in this table?", and whenever the user asks to list, show, create, inspect, import, seed, query, update, clean up, rename columns in, or delete data tables…

n8n-io/n8n · 113 tokens

n8n-cli

Use the n8n CLI to manage workflows, credentials, executions, and more on an n8n instance. Use when the user asks to interact with n8n, automate workflows, manage credentials, or operate their instance from the command line.

n8n-io/n8n · 55 tokens

debugging-executions

Debug failed or wrong-output workflow executions using executions tools. Load when the user reports execution failures, unexpected node output, empty parameter values after a successful run, or a node showing a red or failed expression error.

n8n-io/n8n · 48 tokens