od-tune-collab

od-tune-collab is a skill for Claude Code, Codex from wolfenazz/YzPzCode. It costs 34 tokens per session (311 once invoked), scanned A, original, Apache-2.0.

A reference workflow for revising an existing artifact through direction selection, patching, critique, and handoff.

In plain words
What is it for?
It helps choose a direction, make targeted edits, review the result, preserve artifact lineage, and prepare a patch or deployable-app handoff.
Why use it?
It keeps iterative edits connected to the original artifact and adds repeated critique until the result meets the workflow's quality condition.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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.

agentmods
npx agentmods add skills/wolfenazz/yzpzcode/od-tune-collab
Any agent
npx skills add wolfenazz/YzPzCode --skill od-tune-collab
Clone the repo
git clone --depth 1 https://github.com/wolfenazz/YzPzCode

Made for: Claude Code, 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 od-tune-collab

README.md
[![agentmods](https://agentmods.dev/badge/skills/wolfenazz/yzpzcode/od-tune-collab.svg)](https://agentmods.dev/skills/wolfenazz/yzpzcode/od-tune-collab)
Your own site
<a href="https://agentmods.dev/skills/wolfenazz/yzpzcode/od-tune-collab"><img src="https://agentmods.dev/badge/skills/wolfenazz/yzpzcode/od-tune-collab.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 311 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00034 $0.00311
Opus 5 $0.00017 $0.00156
Sonnet 5 $0.00007 $0.00062
Haiku 4.5 $0.00003 $0.00031

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

Security

Grade A, and why

od-tune-collab 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.

app/desgin/plugins/_official/scenarios/od-tune-collab/SKILL.md · 39 lines

What it actually says

od-tune-collab (scenario)

Spec §1 / §10.1 / §21.5 / §23.3.3: the canonical "iterate on an existing artifact" flow. Inherits parentArtifactId from the project metadata so the produced artifact's ArtifactManifest.parentArtifactId is set automatically — the artifact lineage chain stays intact across multi-turn tune cycles.

Default pipeline

{
  "stages": [
    { "id": "direction", "atoms": ["direction-picker"] },
    { "id": "patch",     "atoms": ["patch-edit"] },
    {
      "id": "critique",
      "atoms": ["critique-theater"],
      "repeat": true,
      "until": "critique.score>=4 || iterations>=3"
    },
    { "id": "handoff",   "atoms": ["handoff"] }
  ]
}

The handoff stage records handoffKind: 'patch' (or 'deployable-app' when the user opted in via od plugin run --target deployable-app AND build-test ran successfully somewhere upstream in the project's history).

Files

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.

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. 2d ago First seen · 39 lines · 34 tokens per session scan A 1d93952d0cab

Subscribe to this mod's changes

od-tune-collab is a skill published in the GitHub repository wolfenazz/YzPzCode (13 stars, last pushed yesterday), licensed Apache-2.0. It adds 34 tokens to every session and 311 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

dev-bounce

코드를 고치거나 새로 짜는 작업을 단계별 워크플로우로 진행한다. 버그 수정, 기능 구현, 리팩터링, 설정·의존성 변경, "이거 고쳐줘" / "이 기능 추가해줘" / "왜 안 되는지 보고 고쳐봐" 같은 요청에 파일을 건드리기 전 반드시 먼저 호출할 것. 계획 승인·검증 통과·커밋을 엔진이 강제하는데, 이 스킬로 작업을 시작해야만 그 강제가 걸린다 — 스킬 없이 바로 Edit/Write하면 아무 규칙도 적용되지 않은 채 진행된다. 질문·설명·코드 읽기만 하는 요청에는 쓰지 않는다.

kangraemin/claude-inspector · 160 tokens

alive:settings

The human wants to adjust how the system behaves — not what it contains, but how it feels. Voice, rhythm, preferences, walnut-level config, full permissions toggleable, named squirrel config, action logging toggle. The system adapting to them. Routes to preferences.yaml or walnut config.yaml depending on scope. For…

alivecontext/alive · 84 tokens

calendar-event-manager

Create macOS Calendar events with tiered sound alarms and paired Reminders so events are never missed across Mac and iOS.

terrylica/cc-skills · 34 tokens

lark-contact

飞书 / Lark 通讯录:按姓名 / 邮箱解析成 openid,或按 openid 反查姓名 / 部门 / 邮箱 / 联系方式 / 个人状态 / 签名,以及按关键词搜索当前用户可见的机器人 / 智能体(agent)。当用户提到一个名字要下一步发消息 / 排日程,或拿到 openid 想查具体信息时使用。不负责部门树遍历、按部门列员工、组织架构图,这类需求走原生 OpenAPI。.

seaworld008/Commonly-used-high-value-skills · 120 tokens

dashboard

Open the Claude Session Dashboard in the browser. Starts it first if not already running. Checks for and installs updates before starting.

dlupiak/claude-session-dashboard · 27 tokens

oxideterm-release

Prepare, publish, or recover canceled OxideTerm stable, beta, or GPUI preview releases by deriving changelog content from the previous tag, selecting the requested release-note detail level, running the repository version-bump script, validating channel-specific notes and fork ownership, committing, pushing, creating…

AnalyseDeCircuit/oxideterm · 135 tokens