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/mlz11/claude-code-plugins/swimlanesnpx skills add mlz11/claude-code-plugins --skill swimlanesgit clone --depth 1 https://github.com/mlz11/claude-code-pluginsWrote 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/mlz11/claude-code-plugins/swimlanes)<a href="https://agentmods.dev/skills/mlz11/claude-code-plugins/swimlanes"><img src="https://agentmods.dev/badge/skills/mlz11/claude-code-plugins/swimlanes.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.00014 | $0.00455 |
| Opus 5 | $0.00007 | $0.00228 |
| Sonnet 5 | $0.00003 | $0.00091 |
| Haiku 4.5 | $0.00001 | $0.00046 |
Grade A, and why
swimlanes 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.
What it actually says
Swimlanes Sequence Diagram Generator
Generate a sequence diagram for: $ARGUMENTS
Output Requirements
- Output valid Swimlanes.io syntax in a code block
- Remind the user to paste at https://swimlanes.io/ to render
- After showing the diagram, use the AskUserQuestion tool to ask if they want to copy it to their clipboard (Yes/No options). If yes, use
pbcopy(macOS) orxclip(Linux) to copy the diagram code (without the markdown code fence)
Swimlanes.io Syntax Reference
Messages
One -> Two: Simple message
Two ->> Three: Open arrow
Three -x Four: Lost message
Three <-> Four: Bi-directional
Two -> Two: To self (loop)
Two <- One: Reverse direction
Two --> Three: Dashed line
Two => Three: Bold line
Notes
note: Simple note (spans previous message width)
note One, Three: Note spanning from One to Three actor
Notes support markdown: bold, italic, strikethrough, inline code, lists, links, and code blocks.
Sections (Conditionals/Grouping)
if: Condition label
Two -> Three: Message in condition
else: Alternative label
Two -> One: Alternative message
end
group: Group label
One -> Two: Grouped messages
end
Sections can be nested one level.
Dividers
_: thin divider (or section label)
-: regular divider
--: dashed divider
=: bold divider
Dividers support markdown formatting.
Other Features
title: Diagram Title
autonumber
...: Delay indicator
order: Three, Two, One
Icons
Font Awesome icons: {fa$-icon} where $ is: b (brand), s (solid), r (regular), l (light), d (duotone)
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 · 71 lines · 14 tokens per session scan A e1c6a3d9e54b
swimlanes is a skill published in the GitHub repository mlz11/claude-code-plugins (2 stars, last pushed 6mo ago), licensed MIT. It adds 14 tokens to every session and 455 once invoked, about $0.0001 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
design-compare
Compare Figma designs against implementation screenshots, identifying layout, typography, color, and sizing discrepancies. Generates a structured visual review table and an interactive HTML comparison page with swipe and side-by-side modes. Use when the user asks to compare design with preview, compare Figma with…
error-ux
Principles and patterns for writing error messages that help users recover. Use when auditing, writing, or improving error messages in code. Triggers: error messages, user experience, error handling, exception messages, validation errors.
ux-interaction-patterns
UX laws as code — micro-interactions, animation choreography, skeleton UIs, optimistic UI, and performance UX patterns for world-class user experience.
visual-design-system
World-class visual design system standards — OKLCH color science, fluid typography, elevation hierarchy, branded asymmetric corners, and dark mode implementation.
factsheet-design
Print design system for systemprompt.io PDF factsheets and one-pagers. Light branded containers (never dark glassmorphism), print token table, sp-card asymmetric corners in points, full-width SVG diagram rules, WeasyPrint constraints, and the two-page budget discipline. Load before creating or editing any factsheet…
ux-ui-guide
Entry point for ux-ui-excellence — routes to the right sub-skill for your task.