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.mdsource content
Multi-Framework Epistemic Analysis
Invoke the
epistemic-analyst agent with the user's input.
Determine the mode from arguments:
- If
is present: use Compare mode (run all frameworks in parallel)--compare - If
is present: use Pick mode (let user choose frameworks)--pick - Otherwise: use Suggest mode (auto-recommend frameworks, ask user to confirm)
The user's input to analyze: $ARGUMENTS