deep-debug-sync

deep-debug-sync is a skill for Claude Code, Codex from anotherben/claude-harness. It costs 154 tokens per session (2,651 once invoked), scanned A, original, no licence file.

A root-cause debugging workflow for data-transfer failures in the Cortex stack, including REX SOAP sync, Shopify product and inventory sync, and pipelines that move data into PostgreSQL. A sync keeps information consistent between systems.

In plain words
What is it for?
Use it when a sync creates wrong suppliers, missing products, incorrect inventory, or other database data errors.
Why use it?
It helps trace incorrect or missing local data back through the external-system pipeline that produced it.

Skill for Claude CodeCodex

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/anotherben/claude-harness/b-deep-debug-sync
Any agent
npx skills add anotherben/claude-harness --skill b-deep-debug-sync
Clone the repo
git clone --depth 1 https://github.com/anotherben/claude-harness

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 deep-debug-sync

README.md
[![agentmods](https://agentmods.dev/badge/skills/anotherben/claude-harness/b-deep-debug-sync.svg)](https://agentmods.dev/skills/anotherben/claude-harness/b-deep-debug-sync)
Your own site
<a href="https://agentmods.dev/skills/anotherben/claude-harness/b-deep-debug-sync"><img src="https://agentmods.dev/badge/skills/anotherben/claude-harness/b-deep-debug-sync.svg" alt="Measured on agentmods" height="20"></a>
Per session 154 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,651 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00154 $0.02651
Opus 5 $0.00077 $0.01326
Sonnet 5 $0.00031 $0.00530
Haiku 4.5 $0.00015 $0.00265

Measured 4d ago against content hash a08788bede21, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

deep-debug-sync 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 4d 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.

skills/b-deep-debug-sync/SKILL.md · 203 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 4d ago First seen · 203 lines · 154 tokens per session scan A a08788bede21

Subscribe to this mod's changes

deep-debug-sync is a skill published in the GitHub repository anotherben/claude-harness (7 stars, last pushed 1mo ago), with no licence file. It adds 154 tokens to every session and 2,651 once invoked, about $0.0008 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.

Related

Other skills, from other repositories

post-merge-cleanup

Finish an already-merged branch. Proves the branch is contained in the fetched default, classifies leftover artifacts as unique / redundant / superseded, returns to a clean --ff-only default checkout, and deletes the merged local branch — every discard confirmed per item. Routed to by {{CMD:cleanup}}.

arbiterForge/codeArbiter · 68 tokens

pre-landing-review

Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when explicitly asked for the specialized pre-landing workflow. Product /review requests are handled by BitFun's unified Review mechanism instead.…

GCWing/BitFun · 74 tokens

tech-radar-context

Discover and inject Tikal Israeli Tech Radar context — adoption ring, quadrant, and Tikal's opinion — for any technology, framework, database, library, or cloud tool implied by the current prompt. Model-invoked whenever a tech stack choice is being made or evaluated, similar to team-discover but scoped to the Tikal…

tikalk/adlc-team-skills · 74 tokens

building-agents

Use when building or restructuring an LLM agent — provider adapter, tool calling, structured output, RAG, agent loop, eval gate, cost routing, tracing, MCP server — model-agnostic across OpenAI/Anthropic/Gemini/OSS so a model swap is a config change. NOT vector-store SQL alone (that is postgresdb) or service…

ericrisco/rsc-harness · 85 tokens

business-intelligence

Use when a metric (revenue, MRR, margin) needs defining once in a governed semantic layer so every dashboard, report and agent returns the same number, or when an LLM must answer data questions in plain language without hallucinating SQL. NOT chart layout (that is dashboard), NOT which KPIs to track (that is…

ericrisco/rsc-harness · 90 tokens

database-design

Design schemas and migrations when persistent data structures change.

KbWen/agentic-os · 13 tokens