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/workflow-modesnpx skills add JunMystery/Agent-Guidance-Python --skill workflow-modesgit clone --depth 1 https://github.com/JunMystery/Agent-Guidance-PythonWrote 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/junmystery/agent-guidance-python/workflow-modes)<a href="https://agentmods.dev/skills/junmystery/agent-guidance-python/workflow-modes"><img src="https://agentmods.dev/badge/skills/junmystery/agent-guidance-python/workflow-modes.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.1 | $0.00055 | $0.00649 |
| Opus 5 | $0.00028 | $0.00324 |
| Sonnet 5 | $0.00011 | $0.00130 |
| Haiku 4.5 | $0.00006 | $0.00065 |
Grade A, and why
workflow-modes 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.
How it starts
The opening of the file, as written. The whole thing — 41 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Workflow Modes
Use this skill when a workflow mode prompt is needed. Load only the reference for the requested mode.
References
Core modes
agent-guidance-mcp_workflow-init: references/workflow-init.mdagent-guidance-mcp_workflow-plan: references/workflow-plan.mdagent-guidance-mcp_workflow-design: references/workflow-design.mdagent-guidance-mcp_workflow-visualize: references/workflow-visualize.mdagent-guidance-mcp_workflow-code: references/workflow-code.mdagent-guidance-mcp_workflow-run: references/workflow-run.mdagent-guidance-mcp_workflow-test: references/workflow-test.mdagent-guidance-mcp_workflow-deploy: references/workflow-deploy.mdagent-guidance-mcp_workflow-debug: references/workflow-debug.mdagent-guidance-mcp_workflow-refactor: references/workflow-refactor.mdagent-guidance-mcp_workflow-audit: references/workflow-audit.mdagent-guidance-mcp_workflow-review: references/workflow-review.mdagent-guidance-mcp_workflow-rollback: references/workflow-rollback.mdagent-guidance-mcp_workflow-recap: references/workflow-recap.md
Additional modes
agent-guidance-mcp_workflow-next: references/workflow-next.mdagent-guidance-mcp_workflow-help: references/workflow-help.mdagent-guidance-mcp_workflow-readme: references/workflow-readme.mdagent-guidance-mcp_workflow-customize: references/workflow-customize.mdagent-guidance-mcp_workflow-brainstorm: references/workflow-brainstorm.mdagent-guidance-mcp_workflow-save_brain: references/workflow-save_brain.md
What ships with it
20 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/workflow-audit.md 6.5 KB
- references/workflow-brainstorm.md 9.3 KB
- references/workflow-code.md 18 KB
- references/workflow-customize.md 8.1 KB
- references/workflow-debug.md 8.9 KB
- references/workflow-deploy.md 8.6 KB
- references/workflow-design.md 13 KB
- references/workflow-help.md 8.4 KB
- references/workflow-init.md 2.6 KB
- references/workflow-next.md 7.0 KB
- references/workflow-plan.md 16 KB
- references/workflow-readme.md 11 KB
- references/workflow-recap.md 6.7 KB
- references/workflow-refactor.md 5.1 KB
- references/workflow-review.md 4.8 KB
- references/workflow-rollback.md 2.1 KB
- references/workflow-run.md 6.4 KB
- references/workflow-save_brain.md 13 KB
- references/workflow-test.md 3.3 KB
- references/workflow-visualize.md 14 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 · 41 lines · 55 tokens per session scan A 055160dd99d7
workflow-modes is a skill published in the GitHub repository JunMystery/Agent-Guidance-Python (2 stars, last pushed 1mo ago), licensed MIT. It adds 55 tokens to every session and 649 once invoked, about $0.0003 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-09-03.
Other skills, from other repositories
voicemode
Voice interaction for Claude Code. Use when users mention voice mode, speak, talk, converse, voice status, or voice troubleshooting.
specimen-authoring
Workflow and hard-won TD patterns for authoring Embody Specimens (the transparent TDXN gallery networks). Load before building or persisting a Specimen.
externalize-operator
MUST READ before calling externalizeop or saveexternalization. Required workflow steps.
multi-instance
Workflow for running multiple TD instances with Envoy, switching between them, and understanding the instance registry.
coding-flow
Light coding workflow: features, fixes, refactors, unit tests, etc.; scales small to large.
debug-operator
TRIGGER when operator errors appear or user reports broken behavior. Systematic diagnosis workflow.