ark-fix

ark-fix is a skill for Claude Code, Codex from pedroknigge/arkgate. It costs 18 tokens per session (1,146 once invoked), scanned A, original, MIT.

A shortcut for fixing a small group of imports that violates the project's ArkGate rules.

In plain words
What is it for?
Use it to move code or design a port, apply the change, and run ArkGate checks again. It is intended for one small violation cluster.
Why use it?
It removes the need to decide which separate repair command to use when a known import problem has already failed a check.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

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/pedroknigge/arkgate/ark-fix
Any agent
npx skills add pedroknigge/arkgate --skill ark-fix
Clone the repo
git clone --depth 1 https://github.com/pedroknigge/arkgate

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 ark-fix

README.md
[![agentmods](https://agentmods.dev/badge/skills/pedroknigge/arkgate/ark-fix.svg)](https://agentmods.dev/skills/pedroknigge/arkgate/ark-fix)
Your own site
<a href="https://agentmods.dev/skills/pedroknigge/arkgate/ark-fix"><img src="https://agentmods.dev/badge/skills/pedroknigge/arkgate/ark-fix.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,146 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.00018 $0.01146
Opus 5 $0.00009 $0.00573
Sonnet 5 $0.00004 $0.00229
Haiku 4.5 $0.00002 $0.00115

Measured yesterday against content hash 729d8248aa08, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

ark-fix 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 yesterday.

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.

templates/agent-skills/ark-fix/SKILL.md · 90 lines

How it starts

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

/ark-fix — Shortcut to /ark-autopilot

Not a first-run door. This leftover name is a shortcut. Gate violations are /ark-autopilot. Do that job now. CLI only validates.

Autonomy contract

Invoking this leftover name is the approval to write the fix. Open importers, design the port/move, apply, ark-check. Never weaken the config. Never invent mechanical-safe kinds.

When / not when

Use this leftover name when… Prefer instead
One change / small cluster just failed the gate /ark-autopilot
Judgment design for a known violation Session 0 / false-green → /ark-adopt

Plan B one-pilot checklist (when leftover design, not a single edge)

Empty plan A + leftover design work is not architecture finished. One pilot only. Write an extraction card (docs/brownfield-adoption.md §6) — never mechanical-safe, never silent B apply. Kill-switch required. multiPilotBatchForbidden — never multi-pilot batch.

Dual engine (mandatory)

Engine Role
Deterministic CLI / MCP / contract sensors — exit codes, plan kinds, coverage numbers, install status
Exploratory You open this repo's real files and product surface before concluding

The CLI is a sensor, never the whole job. Claiming done without the exploratory bar for this skill is incomplete.

MCP workspace binding (mandatory)

Before any ark_* MCP tool, call ark_identity with project.expectedRoot set to the exact workspace root. Continue only when binding.status === "matched" and authoritative === true; retain projectIdentity.projectId, then pass both expectedRoot and expectedProjectId under project on every later MCP call. If identity is missing, mismatched, unverified, or the root is uncertain, do not consume MCP analysis: use the workspace-local CLI and report that MCP restart/retargeting is required. ark://manifest never satisfies this preflight.

Read the full file on GitHub · 90 lines

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. yesterday Changed 729d8248aa08
  2. 5d ago First seen · 90 lines · 18 tokens per session scan A c7300bfeaba2

Subscribe to this mod's changes

ark-fix is a skill published in the GitHub repository pedroknigge/arkgate (1 stars, last pushed 2d ago), licensed MIT. It adds 18 tokens to every session and 1,146 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.