architecting-software
Designs software architecture from a confirmed PRD. Use when a PRD exists and architecture must be designed before implementation, when writing ADRs, choosing…
Verifies claims and assesses source credibility. Use when fact-checking claims, verifying accuracy, validating sources, detecting hallucinations, triangulating evidence, or performing SIFT or RADAR assessment.
$ npx -y skills add isvlasov/rageatc-oss --skill verifying-claims --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/verifying-claimsContext preview
The summary Claude sees to decide when to auto-load this skill.
Verifies claims and assesses source credibility. Use when fact-checking claims, verifying accuracy, validating sources, detecting hallucinations, triangulating evidence, or performing SIFT or RADAR assessment.
name: verifying-claims description: Verifies claims and assesses source credibility. Use when fact-checking claims, verifying accuracy, validating sources, detecting hallucinations, triangulating evidence, or performing SIFT or RADAR assessment.
Medium freedom: follow the phases sequentially (extract → mode → assess sources → weight → triangulate → resolve conflicts → calibrate), adapting verification depth to claim significance and risk.
Non-negotiable standards:
**Extract** discrete, verifiable assertions: statements presented as fact; names, dates, numbers, statistics, events; asserted causal relationships and predictions; factual claims embedded in interpretive passages.
Example: "The UK's ageing population, which reached 67.3 million in 2021, will strain healthcare resources" yields three claims — population 67.3 million in 2021 (factual), population ageing (factual, needs definition), will strain healthcare (interpretive/predictive).
**Categorise** each claim:
**Filter uncheckable claims** and note why: future predictions, personal experiences, vague claims ("many people believe…"), hypotheticals.
**Prioritise** by significance (affects key conclusions or decisions), specificity, risk, and feasibility.
**Mode A — Retrospective (sources provided).** Check claims against provided documents; the standard mode for detecting extrinsic hallucinations in AI-generated content. Compare each claim systematically against the sources and flag:
Check: are statistics and numbers present in the sources? Are quotes actually from the cited source? Are causal claims supported? Are dates, names, and details consistent? Does the output acknowledge limitations the sources mention? Is its confidence calibrated to source certainty?
AI-specific detection methods: `references/hallucination-detection.md`.
**Mode B — Proactive (find sources).** No sources provided, or provided sources insufficient. Apply SIFT:
Apply to each source before weighting its evidence:
Full rubric with red flags and scoring: `references/source-evaluation-radar.md`. Always prefer official/primary sources over third-party interpretation.
Context-dependent weighting adjustments: `references/evidence-hierarchy.md`.
Significant factual claims require **at least three independent, high-quality sources**.
1. **Identify the disagreement precisely** — facts or interpretation? Same question? Different contexts (dates, definitions, methodologies)? 2. **Analyse methodologies** — could method, assumptions, or data access exp
Rage Against The C - pick your own C to rage against. Two plugins for Claude Code / Cowork, built on the idea that we're using AI wrong: the speed of its output tricks us into rushing the input.
Repo: isvlasov/rageatc-oss
Designs software architecture from a confirmed PRD. Use when a PRD exists and architecture must be designed before implementation, when writing ADRs, choosing…
Writes correct, version-aware Telegram bot code. Use when writing, extending, or debugging a Telegram bot in python-telegram-bot, aiogram, grammY, or Telegraf.…
Converts an approved ARCHITECTURE.md into an implementation roadmap of isolated, dependency-ordered chunks. Use when architecture has been approved and work…
Delegates a task to OpenAI Codex running as an interactive session in a herdr pane - uses the user's ChatGPT subscription, visible in herdr, steerable…
Delegates a task to a local LLM running as a Pi coding-agent session in a herdr pane - the subagent is visible in herdr, can be steered mid-session, and costs…
Creates a design system for software with a UI. Use when a project has a user interface and architecture is confirmed — whether creating from scratch or…