workflow-optimizer

workflow-optimizer is an agent for Claude Code from h315uk3/symbiosis. It costs 31 tokens per session (660 once invoked), scanned A, original, AGPL-3.0.

An agent for examining saved workflows, meaning documented sequences of work, and suggesting ways to improve them.

In plain words
What is it for?
Use it to review workflow quality, suggest efficiency improvements, and audit a collection of workflows.
Why use it?
It helps identify inefficient or hard-to-maintain procedures before they become established habits.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the as-you plugin — 5 commands, 5 agents shipped together

Good fit Use it to review workflow quality, suggest efficiency improvements, and audit a collection of workflows.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/h315uk3/symbiosis/workflow-optimizer
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.

Clone the repo
git clone --depth 1 https://github.com/h315uk3/symbiosis

Made for: Claude Code.

Or install as-you, the plugin that ships this one along with the rest of its 5 commands, 5 agents.

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-optimizer

README.md
[![agentmods](https://agentmods.dev/badge/agents/h315uk3/symbiosis/workflow-optimizer/github.svg)](https://agentmods.dev/agents/h315uk3/symbiosis/workflow-optimizer)
Your own site
<a href="https://agentmods.dev/agents/h315uk3/symbiosis/workflow-optimizer"><img src="https://agentmods.dev/badge/agents/h315uk3/symbiosis/workflow-optimizer/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-optimizer

Your own site · 80×15
<a href="https://agentmods.dev/agents/h315uk3/symbiosis/workflow-optimizer"><img src="https://agentmods.dev/badge/agents/h315uk3/symbiosis/workflow-optimizer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 660 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 unknown 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.00031 $0.00660
Opus 5 $0.00015 $0.00330
Sonnet 5 $0.00006 $0.00132
Haiku 4.5 $0.00003 $0.00066

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

Security

Grade A, and why

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

plugins/as-you/agents/workflow-optimizer.md · 107 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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 · 107 lines · 31 tokens per session scan A b70c4c3e556d

Subscribe to this mod's changes

workflow-optimizer is an agent published in the GitHub repository h315uk3/symbiosis (12 stars, last pushed 5mo ago), licensed AGPL-3.0. It adds 31 tokens to every session and 660 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 agents, from other repositories

eval-skew-reviewer

Reviews diffs that add or change a write-time enrichment feature / retrieval channel for training-serving skew — verifies the feature is wired into the ONE canonical ingest path AND the eval seed AND the seed liveness contract, so it can't ship "merged-but-inert". Use after changes touching ingest enrichment, a new…

7xuanlu/wenlan · 90 tokens

research-fetcher

Background content fetcher — fetches URLs, saves raw content, and verifies output. Use when a skill needs to delegate content extraction without synthesis.

harnessprotocol/harness-kit · 33 tokens

code-explorer

Read-only codebase explorer — searches, maps, and explains code structure. Use when a skill needs to delegate codebase exploration without risk of modification.

harnessprotocol/harness-kit · 34 tokens

library-auditor

Read-only content auditor for LibrAIum's library (data/entries/). It runs the deterministic curation report and interprets it — lastchecked freshness buckets, thin shelves, singleton/near-synonym tag drift, uncovered stale/archived succession holes, reception staleness — adds the one judgment-only check the report…

nel-neru/LibrAIum · 0 tokens

ui-reviewer

Read-only design reviewer for LibrAIum's frontend. It reviews a diff of src//.svelte and src//.css against DESIGN.md and the Flexoki token system in src/styles.css — tokens-only (no invented colors/fonts/radii/shadows/hex literals), one chromatic accent, light+dark both handled, the type/spacing/shape/motion scales…

nel-neru/LibrAIum · 0 tokens

libraium-reviewer

Repo-specific code reviewer for LibrAIum. It reviews diffs or recently written code against this project's hard rules — dual-implemented data format, Svelte 5 runes-only frontend, Tauri camelCase/snakecase boundary, async + spawnblocking for network work, keyring-only secrets, no swallowed errors — and returns…

nel-neru/LibrAIum · 0 tokens