scholastic

scholastic is a skill for Claude Code, Codex from askarzh/epistemator. It costs 68 tokens per session (1,375 once invoked), scanned A, original, MIT.

A structured method for examining a claim by stating the question, presenting strong objections, and replying to them with careful distinctions. It adapts the medieval quaestio disputata, a formal debate format associated with Thomas Aquinas, for modern arguments and evidence.

In plain words
What is it for?
Use it to analyze an argument, examine a thesis or proposition, find objections and replies, or assess whether a position is true or valid.
Why use it?
It helps expose hidden assumptions and test whether a position remains convincing after serious objections. It is useful when an answer needs more than a quick opinion.

Skill for Claude CodeCodex

Part of the epistemator plugin — 6 skills, 6 commands, 1 agent shipped together

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/askarzh/epistemator/scholastic
Any agent
npx skills add askarzh/epistemator --skill scholastic
Clone the repo
git clone --depth 1 https://github.com/askarzh/epistemator

Made for: Claude Code, Codex.

Or install epistemator, the plugin that ships this one along with the rest of its 6 skills, 6 commands, 1 agent.

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 scholastic

README.md
[![agentmods](https://agentmods.dev/badge/skills/askarzh/epistemator/scholastic.svg)](https://agentmods.dev/skills/askarzh/epistemator/scholastic)
Your own site
<a href="https://agentmods.dev/skills/askarzh/epistemator/scholastic"><img src="https://agentmods.dev/badge/skills/askarzh/epistemator/scholastic.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,375 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 $0.00068 $0.01375
Opus 5 $0.00034 $0.00687
Sonnet 5 $0.00014 $0.00275
Haiku 4.5 $0.00007 $0.00137

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

Security

Grade A, and why

scholastic 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 5d 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/scholastic/SKILL.md · 99 lines

How it starts

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

Modern Scholastic Analysis

Overview

A modern adaptation of the quaestio disputata — the structured disputation framework originating with Thomas Aquinas. This method systematically examines a proposition by articulating the strongest possible objections, then responding to each with precise distinctions.

Unlike the medieval form, this modern adaptation does not presuppose a shared metaphysical or theological framework. It incorporates empirical evidence, surfaces hidden epistemological assumptions, and is designed to be legible across philosophical traditions.

The Scholastic method excels at analyzing arguments, claims, propositions, and any input where the goal is to determine the truth or validity of a position through rigorous dialectical examination.

Core Methodology

  1. Formulate the Question (Quaestio) — Convert the input into a precise question or clearly stated thesis. The question may be yes/no ("Whether X is the case?"), comparative ("Whether X is better than Y?"), or explanatory ("What accounts for X?"). It must be specific enough to admit determinate answers.

  2. Raise Objections (Objectiones) — Construct 3-5 steel-manned objections against the position under examination. Each objection must be the strongest possible case, not a straw man. Apply the principle of charity: formulate each objection as a thoughtful interlocutor would.

  3. Determine the Response (Respondeo) — The master's own voice. Open with the strongest counter-argument (the traditional sed contra pivot), then provide the main analysis and resolution. Address each objection individually, showing exactly where it succeeds, fails, or requires qualification. Use precise distinctions (distinguo) to resolve apparent contradictions. Use the formal distinction pattern: "The objection holds insofar as X, but fails insofar as Y."

  4. Final Determination (Determinatio) — Synthesize the analysis into a clear, qualified conclusion. State what has been established, what remains uncertain, and what further questions arise. Include a confidence rating (0.0–1.0) indicating how strongly the analysis supports the determination, with a brief justification for the rating.

Read the full file on GitHub · 99 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. 5d ago First seen · 99 lines · 68 tokens per session scan A 9f869ad3e67d

Subscribe to this mod's changes

scholastic is a skill published in the GitHub repository askarzh/epistemator (3 stars, last pushed 6mo ago), licensed MIT. It adds 68 tokens to every session and 1,375 once invoked, about $0.0003 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

learn-from-fix

Capture Elixir/Ecto/LiveView lessons and Hex API rules. Use after corrections or when asked to document learning, record a lesson, prevent a fixed mistake, or remember package guidance with --library.

oliver-kriska/claude-elixir-phoenix · 46 tokens

elixir-idioms

OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.

oliver-kriska/claude-elixir-phoenix · 44 tokens

examples

Provide Phoenix, LiveView, Ecto, OTP, or Oban examples. Use when asked for sample code, a walkthrough, a proper implementation, or expected workflow output. Pair with domain skills. NOT for debugging, direct changes, best-practice advice, or audits.

oliver-kriska/claude-elixir-phoenix · 57 tokens

intro

Walk through the Elixir/Phoenix plugin commands, workflow, and features in 6 interactive sections. Use when a new user wants to learn what the plugin offers or needs a refresher on available commands.

oliver-kriska/claude-elixir-phoenix · 44 tokens

vertical-hr-recruiting

Domain-knowledge primer for the HR & recruiting vertical (ATS, onboarding, workforce scheduling, engagement). Applied by architect/pm during spec authoring so they aren't naive about hiring pipelines, the admitted offer→onboard data-carry gap, EEO/I-9 compliance, and shift-coverage rules. Stops the four products from…

avelikiy/great_cto · 90 tokens

vertical-real-estate

Residential-proptech domain knowledge so architect / pm aren't naive when speccing real-estate products (listings, lead-crm, transaction-coordination, property-mgmt). Codifies MLS/IDX reality, listing status lifecycle + syndication canonical-source, long-cycle lead nurture, transaction-coordination as the high-pain…

avelikiy/great_cto · 99 tokens