weave

weave is a skill for Claude Code from Alexander-Tyagunov/magician. It costs 89 tokens per session (398 once invoked), scanned A, original, MIT.

A delivery workflow for large batches of coding work, such as several tickets, an epic, or a codebase-wide migration. It organizes each unit with tests, reviews, verification, and safety checks.

In plain words
What is it for?
Use it to deliver multi-item work, broad migrations, or batch changes across a repository.
Why use it?
It provides a repeatable way to manage many related changes without losing track of dependencies, testing, review, or authorization boundaries.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Part of the magician plugin — 26 skills, 4 agents, 10 hooks shipped together

Good fit Use it to deliver multi-item work, broad migrations, or batch changes across a repository.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alexander-tyagunov/magician/weave
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 Alexander-Tyagunov/magician --skill weave
Clone the repo
git clone --depth 1 https://github.com/Alexander-Tyagunov/magician

Made for: Claude Code.

Or install magician, the plugin that ships this one along with the rest of its 26 skills, 4 agents, 10 hooks.

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 weave

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/alexander-tyagunov/magician/weave"><img src="https://agentmods.dev/badge/skills/alexander-tyagunov/magician/weave.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 398 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00089 $0.00398
Opus 5 $0.00044 $0.00199
Sonnet 5 $0.00018 $0.00080
Haiku 4.5 $0.00009 $0.00040

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

Security

Grade A, and why

weave 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.

.codex-plugin/skills/weave/SKILL.md · 16 lines

What it actually says

$weave — Codex Adapter

Read ../../references/codex-adapter.md, then read ../../../skills/weave/SKILL.md and follow the source skill through that Codex adapter. Keep the source skill's gates and non-negotiables.

Codex equivalents:

  • Engine — if agent tools are available, compose the delivery per ../../../skills/weave/references/template.md: sequential TDD per unit → $certify → parallel multi-lens review → adversarially refute every Critical/High → consolidate. Use generic agents with self-contained role prompts; reviewer, security, simplification, and verification are responsibilities, not magician:* profiles. Otherwise execute the same stages locally.
  • Groundingkg check/kg init, then kg query/kg blast to scope each unit; pass file:line pointers into worker prompts, never whole files.
  • Write gates — implement + test on a branch; never push, open/merge PRs, or do anything destructive without explicit approval. A unit commit requires authorization and must stage only enumerated task-owned files.
  • No context loss — every worker prompt self-contained (Goal/Scope/Inputs/Constraints/Return); workers return distilled summaries.
  • Plan gate — show units + structure + rough scale and get approval before running a large pipeline (use Codex's question/approval UI).
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. 12d ago First seen · 16 lines · 89 tokens per session scan A bfe07c479821

Subscribe to this mod's changes

weave is a skill published in the GitHub repository Alexander-Tyagunov/magician (14 stars, last pushed 11d ago), licensed MIT. It adds 89 tokens to every session and 398 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.

Related

Other skills, from other repositories

collaborating

Hackathon-native multiplayer collaboration mode -- brain-dump together, claim tasks across machines, flag decisions async. Drives the subcommands of /forge:collaborate.

LucasDuys/forge · 37 tokens

g-init

The single G-Forge front door — run once after installing the plugin. Detects what's here and routes to /g-onboard (existing codebase) or /g-kickoff (new project) for the brief, scaffolds CLAUDE.md (compact G-rules), g-docs/ROADMAP.md (with the Active Session handoff), g-docs/milestones/, g-docs/todo.md, the…

onlygian/G-Forge · 128 tokens

g-onboard

Onboard G-Forge onto an existing codebase. Reads deeply before asking anything — treats existing CLAUDE.md, rules, agents, and task ledgers as first-class inputs. Only interviews for what it genuinely doesn't know yet. Produces or updates g-docs/projectbrief.md.

onlygian/G-Forge · 63 tokens

g-roadmap

Project-manager-driven milestone planner. Gated phases — feature dump → cluster → sequence → premortem & re-prioritize → approve → write. Narrates reasoning at every step, and runs a premortem + re-prioritization of the whole roadmap whenever a milestone is added or modified. Auto-triggers when no g-docs/ROADMAP.md…

onlygian/G-Forge · 129 tokens

g-roundtable

Bind the session to "the Roundtable" — a shared live Doc that is the human-facing communication layer between you, non-programmers (PMs, collaborators), and the session. start binds a Doc (create-from-template or attach-by-URL); sync reads the Roundtable at a boundary and writes only salient deltas; close distills the…

onlygian/G-Forge · 125 tokens

g-telemetry

Compute the 8 reliability metrics defined in g-docs/telemetry-metrics.md, derive a health profile (stable / cautious / defensive / recovery), and write it to .claude/telemetry-profile for adaptive orchestration in /g-execute and /g-review. Read-only on history; never modifies retros, forecasts, or git state.

onlygian/G-Forge · 76 tokens