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.
npx agentmods add skills/hesreallyhim/ultracode-workflows/workflow-authoringnpx skills add hesreallyhim/ultracode-workflows --skill workflow-authoringgit clone --depth 1 https://github.com/hesreallyhim/ultracode-workflowsWrote 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.
[](https://agentmods.dev/skills/hesreallyhim/ultracode-workflows/workflow-authoring)<a href="https://agentmods.dev/skills/hesreallyhim/ultracode-workflows/workflow-authoring"><img src="https://agentmods.dev/badge/skills/hesreallyhim/ultracode-workflows/workflow-authoring.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00092 | $0.03407 |
| Opus 5 | $0.00046 | $0.01703 |
| Sonnet 5 | $0.00018 | $0.00681 |
| Haiku 4.5 | $0.00009 | $0.00341 |
Grade A, and why
workflow-authoring 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 188 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Workflow Authoring
Treat the marketplace as a casebook of reusable orchestration designs. The built-in Workflow tool already supplies the execution model; this skill adds authorship judgment: deciding whether a workflow is warranted, selecting compatible patterns, adapting them without copying accidental details, and making the resulting script honest about cost, uncertainty, failure, and coverage.
Prefer a small script with one defensible idea over a miniature workflow framework. A workflow earns its overhead when several agents can contribute genuinely different evidence or when an explicit trust structure—independent verification, a completeness critic, falsification, or a bounded repair loop—materially improves the result. Recommend an ordinary prompt or one agent when the work is short, tightly sequential, or cannot be partitioned without duplicating context.
This skill also provides an optional user-facing design process. Its value is not that a user must out-author Claude; it makes Claude’s orchestration choices inspectable and revisable before the workflow is trusted. When the user invokes the skill or /wf-new, expose the major decisions, teach the few composition patterns that matter to this design, and show the static diagram rather than silently producing a script.
Reference routing
Read only what the task needs, but read the selected reference completely.
| Reference | Use it for |
|---|---|
references/catalog-patterns.md |
Start here when selecting precedents, combining two catalog shapes, or deciding what not to copy |
references/patterns.md |
Read when reasoning about barriers, convergence, verification, diversity, sharding, composition, or human checkpoints |
references/api-contract.md |
Consult while drafting or debugging syntax, metadata, args, schemas, failure behavior, budget, and resume safety |
references/exemplar.md |
Use when a complete mid-sized script would be more useful than isolated rules |
${CLAUDE_PLUGIN_ROOT}/workflows/<name>.js |
Read the two or three nearest shipped examples before inventing a new topology |
${CLAUDE_PLUGIN_ROOT}/scripts/diagram-workflow.mjs |
Optionally render an advisory terminal view after static source review; Mermaid is an explicit artifact format |
What ships with it
4 files 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.
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.
- 3d ago First seen · 188 lines · 92 tokens per session scan A 5959a3d34093
workflow-authoring is a skill published in the GitHub repository hesreallyhim/ultracode-workflows (2 stars, last pushed 27d ago), licensed MIT. It adds 92 tokens to every session and 3,407 once invoked, about $0.0005 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-31.
Other skills, from other repositories
token-optimizer
Audit a Claude Code or Codex setup for context-window waste, then fix it and measure the savings. Use when context feels tight.
token-coach
Plan a token-efficient Claude Code or Codex setup, or get a quick health check. Coaching, not the full audit (use token-optimizer for that).
fleet-auditor
Cross-system agent token/cost audit (Claude Code, Codex, OpenClaw, Hermes, OpenCode): idle burns, model misrouting, config bloat, with dollar savings.
math-unicode
Use when a response needs mathematical notation (equations, filters, set-builder notation, statistics, calculus, linear algebra, logic, ratios, drops, counts) and the output goes to a terminal or TUI that cannot render LaTeX: Claude Code, Codex CLI, SSH and tmux sessions, CI logs. Load it before composing, including…
vibe-ship
Generates a complete, production-ready deployment setup for any app in one pass -- Dockerfile, docker-compose.yml, .dockerignore, CI/CD (GitHub Actions), scalability config (health checks, resource limits, K8s on request), and security hardening (non-root user, secrets, dependency scanning). Auto-detects the stack…
anatomia-cc
ES: Te dice qué construir en Claude Code y te da el esqueleto de archivos: skill y en qué modo, subagente, hook, servidor MCP, plugin, rutina, artefacto, app con el Agent SDK, una línea en CLAUDE.md, o nada. Corré esto antes del primer archivo. Se dispara con «esto lo hago como skill o como agente», «necesito un MCP o…