Epistemator epistemic

Multi-framework epistemic analysis — compare, suggest, or pick frameworks

install
source · Clone the upstream repo
git clone https://github.com/askarzh/epistemator
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/askarzh/epistemator "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/epistemic" ~/.claude/skills/askarzh-epistemator-epistemic && rm -rf "$T"
manifest: skills/epistemic/SKILL.md
source content

Multi-Framework Epistemic Analysis

Invoke the

epistemic-analyst
agent with the user's input.

Determine the mode from arguments:

  • If
    --compare
    is present: use Compare mode (run all frameworks in parallel)
  • If
    --pick
    is present: use Pick mode (let user choose frameworks)
  • Otherwise: use Suggest mode (auto-recommend frameworks, ask user to confirm)

The user's input to analyze: $ARGUMENTS