build-error-resolver

build-error-resolver is an agent for Claude Code from HaipingXu/social-science-claude-scholar. It costs 50 tokens per session (3,080 once invoked), scanned C, original, no licence file.

A build and Python type-error resolution specialist. It focuses on fixing errors that stop a project from building or that cause Python type checks to fail, using small changes without redesigning the architecture.

In plain words
What is it for?
Use it when a build fails or Python type errors appear and the goal is to restore a working build with minimal code changes.
Why use it?
It helps isolate and fix build or type-checking failures without introducing unrelated structural changes.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Use it when a build fails or Python type errors appear and the goal is to restore a working build with minimal code changes.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/haipingxu/social-science-claude-scholar/build-error-resolver
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.

Clone the repo
git clone --depth 1 https://github.com/HaipingXu/social-science-claude-scholar

Made for: Claude Code.

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 build-error-resolver

README.md
[![agentmods](https://agentmods.dev/badge/agents/haipingxu/social-science-claude-scholar/build-error-resolver/github.svg)](https://agentmods.dev/agents/haipingxu/social-science-claude-scholar/build-error-resolver)
Your own site
<a href="https://agentmods.dev/agents/haipingxu/social-science-claude-scholar/build-error-resolver"><img src="https://agentmods.dev/badge/agents/haipingxu/social-science-claude-scholar/build-error-resolver/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 build-error-resolver

Your own site · 80×15
<a href="https://agentmods.dev/agents/haipingxu/social-science-claude-scholar/build-error-resolver"><img src="https://agentmods.dev/badge/agents/haipingxu/social-science-claude-scholar/build-error-resolver.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,080 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 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.1 $0.00050 $0.03080
Opus 5 $0.00025 $0.01540
Sonnet 5 $0.00010 $0.00616
Haiku 4.5 $0.00005 $0.00308

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

Security

Grade C, and why

build-error-resolver 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 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

find . -type d -name __pycache__ -exec rm -rf {} +
agents/build-error-resolver.md · 511 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. 12d ago First seen · 511 lines · 50 tokens per session scan C b06076c7adfe

Subscribe to this mod's changes

build-error-resolver is an agent published in the GitHub repository HaipingXu/social-science-claude-scholar (23 stars, last pushed 6mo ago), with no licence file. It adds 50 tokens to every session and 3,080 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

python-general-engineer

Python development: features, debugging, code review, performance. Modern Python 3.12+ patterns.

notque/vexjoy-agent · 26 tokens

python-dev

Expert Python development agent for any Python codebase. Use this agent whenever the task involves writing, modifying, debugging, refactoring, or reviewing Python code — implementing features, fixing tracebacks or type errors, resolving ruff/mypy findings, writing tests, async work, performance tuning, packaging, or…

aaronbassett/agent-foundry · 261 tokens

Python Coder

Use when developing, debugging, or extending a Python project. Expert data scientist and Python programmer. Reads PLAN.md, TASKS.md, and NOTES.md (if they exist) before acting. Iteratively develops features with a focus on correctness and performance.

JacobBruce/CAIT · 54 tokens

python-debugger

Python debugging and root cause analysis specialist. Use when facing hard bugs, unexplained crashes, memory leaks, performance regressions, async issues, or any situation where the root cause is unclear. Applies hypothesis-driven methodology.

shir-bruchim/agent-runtime-kit · 47 tokens

build-resolver-python

Resolves Python build, import, and runtime errors. Use when pip, poetry, pytest, or Python scripts fail.

claude-hangar/claude-hangar · 29 tokens

django-build-resolver

Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration conflicts, import errors, Django configuration issues, and collectstatic failures with minimal changes. Use when Django setup or startup fails.

mturac/everything-openai-codex · 53 tokens