dynamic-workflow-packets

dynamic-workflow-packets is a skill for Codex from markoblogo/abvx-agent-skills. It costs 88 tokens per session (1,237 once invoked), scanned A, original, MIT.

A planning and coordination method for large Codex tasks, using compact work packets, risk checks, separate work tracks, and final verification.

In plain words
What is it for?
Use it for migrations, audits, research, documentation, security work, or other tasks that benefit from independent work streams and a clear integration step.
Why use it?
It keeps broad or risky work organized and makes responsibilities, approval points, and completion criteria easier to track.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents; mentions Codex.

Good fit Use it for migrations, audits, research, documentation, security work, or other tasks that benefit from independent work streams and a clear integration step.

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

Made for: 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 dynamic-workflow-packets

README.md
[![agentmods](https://agentmods.dev/badge/skills/markoblogo/abvx-agent-skills/dynamic-workflow-packets.svg)](https://agentmods.dev/skills/markoblogo/abvx-agent-skills/dynamic-workflow-packets)
Your own site
<a href="https://agentmods.dev/skills/markoblogo/abvx-agent-skills/dynamic-workflow-packets"><img src="https://agentmods.dev/badge/skills/markoblogo/abvx-agent-skills/dynamic-workflow-packets.svg" alt="Measured on agentmods" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,237 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.00088 $0.01237
Opus 5 $0.00044 $0.00619
Sonnet 5 $0.00018 $0.00247
Haiku 4.5 $0.00009 $0.00124

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

Security

Grade A, and why

dynamic-workflow-packets 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.

skills/dynamic-workflow-packets/SKILL.md · 192 lines

How it starts

The opening of the file, as written. The whole thing — 192 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Dynamic Workflow Packets

Use this skill to coordinate big work without turning small tasks into process overhead.

Decision Rule

Use packet orchestration when at least two are true:

  • The task has independent coding, research, data, UX, security, docs, review, sourcing, or verification tracks.
  • A clear success contract would prevent drift.
  • The task is risky, broad, expensive, external-facing, or long-running.
  • Separate review would likely catch mistakes.
  • The workflow pattern may be reused.
  • The user explicitly asks for packets, swarm, subagents, dynamic workflow, or orchestration.

If the task is small, do it directly and mention that packet orchestration is unnecessary.

Operating Contract

  1. Restate the goal and success criteria.
  2. Identify risks and approval gates before execution.
  3. Split only genuinely independent work into packets.
  4. Keep critical-path work local; delegate or simulate sidecar work.
  5. Use subagents only if available and appropriate. Otherwise simulate packets with isolated notes.
  6. Set turn/time/tool budgets and stop rules before any long-running or repeated packet.
  7. Integrate results explicitly; never paste raw packet dumps as the final answer.
  8. Verify against the original success criteria.
  9. Save reusable artifacts only when they will help future work.

Risk Gates

Ask one clear approval question before:

  • deleting, overwriting many files, mass-renaming, force-pushing, or rewriting history,
  • deploying, publishing, emailing, messaging, posting, applying to jobs, or mutating external systems,
  • running migrations, broad codemods, dependency upgrades, or expensive jobs,
  • touching credentials, secrets, billing, production data, user accounts, private customer data, resumes, contacts, or outreach history,
  • creating public resources or changing third-party accounts,
  • spawning many agents or long-running compute.

If risk is ambiguous, do a read-only inspection, draft the exact action, explain likely effect, then ask.

Read the full file on GitHub · 192 lines

Files

What ships with it

2 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.

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 · 192 lines · 88 tokens per session scan A 9cdfc8136eef

Subscribe to this mod's changes

dynamic-workflow-packets is a skill published in the GitHub repository markoblogo/abvx-agent-skills (15 stars, last pushed 13d ago), licensed MIT. It adds 88 tokens to every session and 1,237 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.