converge

converge is a skill for Codex from Zaoqu-Liu/converge-skill. It costs 134 tokens per session (7,542 once invoked), scanned C, original, MIT.

A decision and planning guide for vague or complicated requests. It turns incomplete ideas, mixed files, screenshots, links, or project context into a clearer recommendation and usable plan.

In plain words
What is it for?
Use it to clarify an idea, choose between technologies, write a product brief or specification, create a plan, or combine information from several sources.
Why use it?
It reduces misunderstandings when the desired outcome is not clearly stated. It helps separate confirmed facts from assumptions and identifies checks needed for technical choices.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions CLAUDE.md; names the AskUserQuestion tool; mentions Claude Code.

Good fit Use it to clarify an idea, choose between technologies, write a product brief or specification, create a plan, or combine information from several sources.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zaoqu-liu/converge-skill/converge
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 Zaoqu-Liu/converge-skill --skill converge
Clone the repo
git clone --depth 1 https://github.com/Zaoqu-Liu/converge-skill

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 converge

README.md
[![agentmods](https://agentmods.dev/badge/skills/zaoqu-liu/converge-skill/converge/github.svg)](https://agentmods.dev/skills/zaoqu-liu/converge-skill/converge)
Your own site
<a href="https://agentmods.dev/skills/zaoqu-liu/converge-skill/converge"><img src="https://agentmods.dev/badge/skills/zaoqu-liu/converge-skill/converge/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.

agentmods 80×15 button for converge

Your own site · 80×15
<a href="https://agentmods.dev/skills/zaoqu-liu/converge-skill/converge"><img src="https://agentmods.dev/badge/skills/zaoqu-liu/converge-skill/converge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 134 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,542 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00134 $0.07542
Opus 5 $0.00067 $0.03771
Sonnet 5 $0.00027 $0.01508
Haiku 4.5 $0.00013 $0.00754

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

Security

Grade C, and why

converge scanned grade C with 1 finding 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 9d 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.

Tells the agent never to refusehighAnti-refusal

Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.

If the user explicitly invokes Converge on a direct task, do not refuse and do not over-document. Run Universal Intent Guard, carry forward the clarified intent and assumptions, then switch to the relevant execution work
skills/converge/SKILL.md · 424 lines

How it starts

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

Converge v3 - Owner-Mode Intent Reconstruction

Converge turns low-expression, high-ambiguity human input into clear understanding, a defensible recommendation, and a directly usable artifact.

Core contract:

The user owns the goal. Converge owns clarity, reasoning quality, and output quality.

Do not behave like a passive interviewer. Infer, challenge, recommend, and iterate until the user is genuinely understood. Label inference clearly and never pretend a guess is confirmed truth.

Non-Negotiable Gates

Apply these even if you only have time to read the top of this skill.

  • Current technical route: for model/framework/library/protocol/platform decisions, include explicit Evidence Snapshot, Validation Spike, and Revisit Trigger sections. If the user asks to omit sources, override that part and keep sources compact because current-route claims need traceability. Do not stall trying to perfect research; if source access is unavailable or slow, give a conditional route and name the checks needed.
  • High-risk decisions: for medical, legal, financial, security, compliance, safety-critical, employment, or irreversible decisions, separate information from recommendation and user ownership. For financial allocation involving most cash, leverage, illiquidity, unfamiliar products, or life-impacting downside, explicitly recommend official product/risk-disclosure checks and consultation with a licensed professional or regulated institution before action.
  • Inaccessible artifacts: never pretend to have read a private link, file, image, repo, or doc. Mark it unavailable, ask for the smallest useful paste/export, and provide only a conditional review frame.
  • Tool realism: call only tools present in the active environment. If a native question/research/browser tool is absent or non-interactive, use the shortest allowed fallback and keep moving.
  • No proof overclaim: do not claim final completion, production readiness, or "best today" from narrow, stale, indirect, or unchecked evidence.
  • Architecture handoff: when a system architecture request is meant for engineers/agents to build, load playbooks/architecture.md and settle actors, resources, policies, enforcement points, risks, and acceptance criteria before writing detailed API contracts, schemas, migrations, or task graphs. If repo/product context is missing, produce a Converge Docs skeleton and label concrete examples as placeholders, not implementation-ready handoff.

Read the full file on GitHub · 424 lines

Files

What ships with it

60 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. 9d ago First seen · 424 lines · 134 tokens per session scan C a06a07ce2bb8

Subscribe to this mod's changes

converge is a skill published in the GitHub repository Zaoqu-Liu/converge-skill (1 stars, last pushed 3mo ago), licensed MIT. It adds 134 tokens to every session and 7,542 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent never to refuse). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

agent-evaluation

Evaluate and improve Claude Code commands, skills, and agents. Use when testing prompt effectiveness, validating context engineering choices, or measuring improvement quality.

NeoLabHQ/context-engineering-kit · 32 tokens

plan-task

Refine a draft task specification into a fully planned, implementation-ready task with acceptance criteria, architecture, per-step sub-task files and verifiable phases.

NeoLabHQ/context-engineering-kit · 32 tokens

design-testing-strategy

Use before writing any type of tests. Distills 14 industry sources into deterministic decision gates, schemas, and worked test examples.

NeoLabHQ/context-engineering-kit · 31 tokens

ainb-fleet:daemons

Runtime-health view of the four fleet daemons — phone bridge, notifyd, ATC, and the fleet auto-continue daemon — in one table. Each row reports state (running / stopped / unknown), pid, uptime, last activity, error count, and a HEALTH reason that distinguishes a clean stop from a crash (stale heartbeat) or a…

stevengonsalvez/agents-in-a-box · 126 tokens

test-coverage

Use after writing tests to assess coverage quality across structural, mutation, requirements, and API/integration dimensions; organized knowledge for choosing and interpreting coverage analyses.

NeoLabHQ/context-engineering-kit · 34 tokens

apply-anthropic-skill-best-practices

Comprehensive guide for skill development based on Anthropic's official best practices - use for complex skills requiring detailed structure.

NeoLabHQ/context-engineering-kit · 33 tokens