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/junmystery/agent-guidance-python/agent-workflow-opsnpx skills add JunMystery/Agent-Guidance-Python --skill agent-workflow-opsgit clone --depth 1 https://github.com/JunMystery/Agent-Guidance-PythonWhat 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.00039 | $0.00363 |
| Opus 5 | $0.00019 | $0.00181 |
| Sonnet 5 | $0.00008 | $0.00073 |
| Haiku 4.5 | $0.00004 | $0.00036 |
Grade A, and why
agent-workflow-ops 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 2d 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.
What it actually says
Agent Workflow Ops
Use this skill for agentic engineering systems, autonomous loops, harness design, and long-running agent operations.
References
Agent engineering and OS design
agentic-engineering: references/agentic-engineering.mdagentic-os: references/agentic-os.mdagent-harness-construction: references/agent-harness-construction.mdagent-architecture-audit: references/agent-architecture-audit.mdagent-introspection-debugging: references/agent-introspection-debugging.md
Autonomous and enterprise operations
autonomous-agent-harness: references/autonomous-agent-harness.mdautonomous-loops: references/autonomous-loops.mdcontinuous-agent-loop: references/continuous-agent-loop.mddynamic-workflow-mode: references/dynamic-workflow-mode.mdenterprise-agent-ops: references/enterprise-agent-ops.md
Compatibility
Old skill identifiers remain as compatibility shims for one release cycle. Prefer this canonical skill for new routing and load only the reference needed for the task.
What ships with it
10 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.
- references/agent-architecture-audit.md 9.9 KB
- references/agent-harness-construction.md 2.0 KB
- references/agent-introspection-debugging.md 5.4 KB
- references/agentic-engineering.md 1.7 KB
- references/agentic-os.md 12 KB
- references/autonomous-agent-harness.md 11 KB
- references/autonomous-loops.md 24 KB
- references/continuous-agent-loop.md 1.1 KB
- references/dynamic-workflow-mode.md 5.1 KB
- references/enterprise-agent-ops.md 1.2 KB
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.
- 2d ago First seen · 31 lines · 39 tokens per session scan A d8d935fec08b
agent-workflow-ops is a skill published in the GitHub repository JunMystery/Agent-Guidance-Python (2 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 363 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-31.
Other skills, from other repositories
common-feedback-reporter
Pre-write audit for skill violations: checks planned code against loaded skill anti-patterns before any file write. Use when writing Flutter/Dart/TS code or editing SKILL.md files with active project skills. Load as composite; on auto-fixed violation, also load +common/common-learning-log.
common-exploit-verification
Enforce "No Exploit, No Report" policy with PoC construction standards, false-positive filtering, and evidence collection per vulnerability class across backend, frontend, and mobile. Use when validating security findings, constructing exploit proofs, filtering false positives, or writing pentest findings.
common-session-retrospective
Analyze conversation corrections to detect skill gaps and prepare targeted skill-library maintenance tasks. Use after any session with user corrections, rework, or retrospective requests. After finding correction loops, also load +common/common-learning-log to persist mistake entries to AGENTSLEARNING.md.
common-store-changelog
Generate user-facing release notes for the App Store and Google Play from git history (App Store <=4000 chars, Google Play <=500). Use when generating release notes, app store changelog, play store release, or "what's new" text for a mobile app.
typescript-language
Apply modern TypeScript standards for type safety and maintainability. Use when working with types, interfaces, generics, enums, unions, or tsconfig settings.
common-code-review
Conduct high-quality, persona-driven code reviews. Use when reviewing PRs, critiquing code quality, or analyzing changes for team feedback.