From scipy-pro
Use when tasks involve the research_api epistemic engine: evidence intake, claim extraction, contradiction or tension analysis, model comparison, method DSL and execution, promotion pipelines, domain packs, retrieval/embedding/NLI tuning, self-organization loops, or two-mode (Railway vs local/dev) architecture decisions. Loads routing, invariants, and reference pointers for the epistemic stack.
How this skill is triggered — by the user, by Claude, or both
Slash command
/scipy-pro:epistemic-engineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read live source before writing code. Read `refs/` for library internals.
Read live source before writing code. Read refs/ for library internals.
Read the research_api codebase for application patterns. Do not rely on
training data for either. Treat specs as intent; reconcile with current
implementation before editing.
/reason — text -> claims -> tensions -> models (NLP, NLI, KR).
Load agents: claim-analysis, nlp-pipeline, knowledge-representation,
information-retrieval, probabilistic-reasoning.
/graph — objects -> structure -> self-organization (graph theory, causal).
Load agents: graph-theory, causal-inference, self-organization,
knowledge-representation, probabilistic-reasoning.
/encode — evidence -> methods -> runs -> learning (DSL, compilation).
Load agents: program-synthesis, knowledge-representation, claim-analysis,
causal-inference, software-architecture.
/gather — web -> corpus -> training data -> evaluation (Firecrawl, SBERT).
Load agents: web-acquisition, training-pipeline, information-retrieval,
nlp-pipeline, software-architecture.
Edge.reason is plain-English, human-readable.Edge uses from_object / to_object (not source/target).retrospective_notes)._generate_sha().engine_config controls pass behavior.is_deleted=True).compose_engine is stateless (text-in, objects-out, no DB writes).engine.py is stateful (object-in, edges + nodes out).patterns/PATTERNS-*.md for implementation recipes.product/*.md for status, roadmap, and design specs.examples/{reason,graph,encode,gather}/*.py for code.agents/*.md for domain-specific CS expertise.npx claudepluginhub travis-gilbert/claude-marketplace --plugin scipy-proGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.