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 skills add owulveryck/wardleyToGo --skill wtg2git clone --depth 1 https://github.com/owulveryck/wardleyToGoWrote 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/owulveryck/wardleytogo/wtg2)<a href="https://agentmods.dev/skills/owulveryck/wardleytogo/wtg2"><img src="https://agentmods.dev/badge/skills/owulveryck/wardleytogo/wtg2/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/owulveryck/wardleytogo/wtg2"><img src="https://agentmods.dev/badge/skills/owulveryck/wardleytogo/wtg2.svg" alt="Reviewed on agentmods" width="80" 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.00086 | $0.04163 |
| Opus 5 | $0.00043 | $0.02082 |
| Sonnet 5 | $0.00017 | $0.00833 |
| Haiku 4.5 | $0.00009 | $0.00416 |
Grade A, and why
wtg2 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 12d 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 — 436 lines — stays where its author put it; the contents beside it link to each section on GitHub.
WTG2 — Wardley Map Skill
You generate Wardley Maps in the WTG2 domain-specific language, then render them to SVG. Your output must be a valid .wtg2 file that can be parsed and rendered.
A Wardley Map visualizes a value chain (Y axis — user-visible at top, infrastructure at bottom) against evolution (X axis — four phases from left to right):
| Phase | Name | Character |
|---|---|---|
| I | Genesis | Novel, uncertain, experiment |
| II | Custom-built | Understood but bespoke |
| III | Product/Rental | Standardized, available as products |
| IV | Commodity/Utility | Ubiquitous, pay-per-use |
Anchors (users/actors) sit at the top with a person icon. Components form the value chain below them, connected by dependency edges.
Strategic Lens: Climat / Doctrine / Manoeuvre
Every strategic element on a map operates at one of three levels:
- Climat — External forces you cannot control: evolution toward commodity, network effects, co-evolution. Expressed as
signalannotations. Read the climate; do not fight it. - Doctrine — Universal principles you choose to follow: hygiene, context awareness, operational excellence. Expressed via the
doctrine:metadata field. - Manoeuvre — Deliberate, context-dependent actions to change your position on the map. Expressed as
gameplayannotations. A manoeuvre repositions you on the map (changes the terrain); a tactic optimizes within the current position (does the same thing better). Only manoeuvres belong asgameplay— refactoring code is a tactic; replacing a legacy system via strangler-fig is a manoeuvre.
Workflow
Follow this end-to-end process every time:
1. Analyze the request
Identify from the user's description:
- Anchors — who are the users/actors?
- Components — what capabilities, systems, or resources exist?
- Dependencies — what depends on what? Build the value chain top-down.
- Evolution — where does each component sit on the maturity axis?
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.
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.
- 12d ago First seen · 436 lines · 86 tokens per session scan A cd82b5e04d01
wtg2 is a skill published in the GitHub repository owulveryck/wardleyToGo (58 stars, last pushed 2mo ago), licensed MIT. It adds 86 tokens to every session and 4,163 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.
Other skills, from other repositories
resume-builder
Generate professional resumes that conform to the Reactive Resume schema. Use when the user wants to create, build, or generate a resume through conversational AI, or asks about resume structure, sections, or content. This skill guides the agent to ask clarifying questions, avoid hallucination, and produce valid JSON…
conventional-commit
Workflow for generating conventional commit messages following the Conventional Commits specification. MUST be invoked every time a commit is created. Guides construction of standardized commit messages with correct type, scope, description, body, and footer.
markdown
Markdown formatting rules for this project. Apply when writing or editing any .md or .mdx file, including documentation and website content.
oh-my-posh
Install, configure, or troubleshoot Oh My Posh/ohmyposh: shell init, themes, segments, Nerd Font icons, and prompt setup on PowerShell, zsh, bash, or fish.
research
Run deep research on any topic using the Deep Research MCP server. Use this skill whenever the user wants to research a topic, gather information, find sources, or create a research document. Triggers on: 'research this', 'find out about', 'gather information on', 'I need to understand', 'deep dive into', or any…
date-formatter
Converts dates between formats and handles timezone differences.