Skip to content
Automation
Skill

/qalmri-worksheet

Tactic: Fill a six-slot QALMRI worksheet for one paper: Question, Alternatives, Logic, Method, Results, and Inference. Use for a structured reading worksheet rather than a graded evaluation.

From plugin
de-anthropocentric-research-engine
393200 skills
Install
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill qalmri-worksheet --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/qalmri-worksheet

Context preview

The summary Claude sees to decide when to auto-load this skill.

Tactic: Fill a six-slot QALMRI worksheet for one paper: Question, Alternatives, Logic, Method, Results, and Inference. Use for a structured reading worksheet rather than a graded evaluation.

SKILL.md

qalmri-worksheet.SKILL.md
name: qalmri-worksheet
description: 'Tactic: Fill a six-slot QALMRI worksheet for one paper: Question, Alternatives, Logic, Method, Results, and Inference. Use for a structured reading worksheet rather than a graded evaluation.'
version: 1.0.0
category: paper-reading
type: tactic
execution: tactic
input: 'paper_ref (string — title, arXiv ID, DOI, URL, or local .md/.txt/.pdf path)'
output: 'context/papers/<dir>/qalmri-worksheet/01-qalmri.md'
sops:
- paper-fetch
- qalmri
dependencies:
  sops:
  - paper-fetch
  - qalmri

QALMRI Worksheet

Orchestration Pattern

1. Call `paper-fetch`; stop on `not_found`. 2. Create `context/papers/<dir>/qalmri-worksheet/`. 3. Call `qalmri` with `source_path` and `meta_path`. 4. Write `01-qalmri.md` with all six sections.

Only Inference is judgment. Question, Alternatives, Logic, Method, and Results record what the paper says. Leave unsupported slots empty with a reason rather than inventing content or broadening the method.

Frontmatter records `sop: qalmri`, `tactic: qalmri-worksheet`, `written_at`, and `slots_empty`. Report the one-sentence question, empty slots, whether the paper states alternatives, and the output path.

Ships withde-anthropocentric-research-engine

The complete research orchestration system for AI-native science. What It Does Design Philosophy Architecture (v3.2.2) Quick Start Configuration Roadmap License DARE is not a tool that helps you do research. It is the researcher.

Get the whole plugin
Stats
393
Stars
34
Forks
Active
Maintenance
HTML
Language
Apache-2.0
License
20h ago
Last commit
6mo ago
Created

Repo: yogsoth-ai/de-anthropocentric-research-engine