prove-me-wrong
Your agents have a theory. This skill makes them ask, βWhat would prove me wrong?β
Your agents have a theory. This skill makes them ask, βWhat would prove me wrong?β
Your agents call it done on vibes. This skill makes them prove it.
Your agents change the code, then explain why. This skill makes them bet on the result first.
FAQ
archaeologist is a Claude Code plugin with 1 hand-picked skill for development work, indexed on Flowy. Install it with the command on its page. It includes archaeologist. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Repo: Lum1104/archaeologist
Strange code often has a reason that the current files no longer show.
archaeologist checks relevant commits, blame, reverts, and tests before removing old logic or replacing an established pattern. It reports only history that changes the decision.
This duplicate-callback guard is obsolete after the SDK upgrade. I removed it. Tests pass.
The current code looks cleaner. The reason the guard exists was never checked.
History question: Why does this client suppress a second callback?
Evidence: Commit abc123 added the guard with a regression test for duplicate
callbacks. Commit def456 upgraded the SDK but deliberately retained the test.
Inference: The original SDK defect may be gone, but duplicate-callback behavior
is still a compatibility invariant.
Decision impact: Preserve the invariant while replacing the SDK-specific guard.
Unknown: History does not show whether every downstream caller still depends on it.
History changes the proposal instead of becoming a generic report.
Install with the Skills CLI:
npx skills add Lum1104/archaeologist
Install globally for all projects:
npx skills add Lum1104/archaeologist -g
The repository's root SKILL.md is directly discoverable. No runtime, service, or dependency is installed with it.
In agents that automatically select installed skills, the description can trigger it when the task matches. Invoke it explicitly when the historical question is easy to miss:
Use the archaeologist skill before removing this retry guard.
Use the archaeologist skill to estimate this API migration from similar changes.
Use the archaeologist skill to check whether this dependency was tried before.
In Codex, use $archaeologist. In Claude Code, use /archaeologist. Invocation syntax may vary in other agents.
Use it for:
Skip it for trivial edits whose behavior and intent are already established.
The agent follows a narrow evidence trail:
Current decision
β
Relevant symbol, file, test, or analogue
β
Origin commits, blame pointers, pickaxe search, fixes, and reverts
β
Evidence / Inference / Unknown
β
Only the findings that change the decision
It stops when more history would not change the proposal. Useful tools include path history, git log -S, git log -G, line blame, commit patches, regression tests, and revert relationships.
archaeologist does not:
If history is shallow, missing, or inconclusive, the agent says so. Current requirements still win; history is evidence, not authority.
prove-me-wrong attacks the current explanation with a competing one.bet-on-it records a prediction before the next causally uncertain experiment or change.no-vibes checks whether the final user-visible outcome was actually verified.red-button adds focused safeguards when the resulting change is high risk.Each repository is independent; none of these are required dependencies.
MIT
LICENSE README.md SKILL.md
Β© 2026 Flowy Β· Free and open source
Built for Claude Code Β· Not affiliated with Anthropic