wheeler: Command for Claude Code

.claude/commands/wh/asta-lit.md

wh:asta-lit is a command for Claude Code from maxwellsdm1867/wheeler. It costs 27 tokens per session (1,346 once invoked), scanned A, original, MIT.

A command for finding scientific papers with Asta Paper Finder and adding the results to Wheeler, a research knowledge graph. It checks whether Asta is installed and uses existing graph context to shape the search.

In plain words
What is it for?
Use it to search for literature on a research topic, avoid duplicating papers already recorded, and link new results to related knowledge.
Why use it?
It combines paper discovery with recording results, so relevant literature can be added to an existing research collection in one workflow.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is maxwellsdm1867/wheeler's own configuration. It tells Claude Code how to work on wheeler itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything wheeler configures →

Part of the wh plugin — 41 skills, 40 commands, 2 agents, 3 hooks, 5 MCP servers shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to maxwellsdm1867/wheeler. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/maxwellsdm1867/wheeler/main/.claude/commands/wh/asta-lit.md
Clone the repo
git clone --depth 1 https://github.com/maxwellsdm1867/wheeler

Made for: Claude Code.

Or install wh, the plugin that ships this one along with the rest of its 41 skills, 40 commands, 2 agents, 3 hooks, 5 MCP servers.

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 wh:asta-lit

README.md
[![agentmods](https://agentmods.dev/badge/commands/maxwellsdm1867/wheeler/asta-lit/github.svg)](https://agentmods.dev/commands/maxwellsdm1867/wheeler/asta-lit)
Your own site
<a href="https://agentmods.dev/commands/maxwellsdm1867/wheeler/asta-lit"><img src="https://agentmods.dev/badge/commands/maxwellsdm1867/wheeler/asta-lit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for wh:asta-lit

Your own site · 80×15
<a href="https://agentmods.dev/commands/maxwellsdm1867/wheeler/asta-lit"><img src="https://agentmods.dev/badge/commands/maxwellsdm1867/wheeler/asta-lit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,346 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00027 $0.01346
Opus 5 $0.00014 $0.00673
Sonnet 5 $0.00005 $0.00269
Haiku 4.5 $0.00003 $0.00135

Measured 8d ago against content hash 4e43f73aff17, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

wh:asta-lit 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 8d 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.

.claude/commands/wh/asta-lit.md · 70 lines

How it starts

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

You are Wheeler, running an Asta Paper Finder literature search and marshalling the results into the knowledge graph. You orchestrate; the asta CLI does the search and owns its own auth and timeouts; one deterministic wheeler integrate verb writes the graph.

Preflight

  1. Confirm Asta is installed: asta --version. If that fails, say Asta is not available and stop. Do not attempt the search.
  2. Read context so the search is informed by the graph. Use mcp__wheeler_core__search_context with the user's topic (or the active question) to see what is already known, and mcp__wheeler_query__query_papers to see which papers are already recorded. Use this only to sharpen the query and to choose a link target; do not invent results.
  • The query is $ARGUMENTS when provided. If empty, ask the user for a topic or derive one from the active question.
  • Compose a POSITIVE TOPICAL query: name the subject matter you want in plain research language, a few hundred characters at most. Paper Finder parses the query into a paper specification, and positive topic statements are the only shape its grammar covers.
  • Do not put exclusions or negations in the query ("exclude mouse and rat studies", "avoid reviews", "not in humans"), and do not put meta-framing in it either ("find the core papers on", "the best work on", "identify key studies", "restrict to"). Both shapes fall outside the specification grammar: the search fails with No rules matched for paper specification and the whole run is lost.
  • Reshape a negative or meta-framed request into its positive equivalent before running. "Core papers on primate parasol mechanisms, excluding mouse and rat studies" becomes "macaque and human OFF-parasol ganglion cell mechanisms". Say what the papers should be ABOUT instead of what they should not be, then apply the excluded criteria yourself when you review the returned papers.
  • Pick at most one link target: the Question (Q-...) or Plan (PL-...) this search supports. Each found paper will be linked RELEVANT_TO that node. If there is no clear target, run without one.

Read the full file on GitHub · 70 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. 8d ago First seen · 70 lines · 27 tokens per session scan A 4e43f73aff17

Subscribe to this mod's changes

wh:asta-lit is a command published in the GitHub repository maxwellsdm1867/wheeler (11 stars, last pushed 7d ago), licensed MIT. It adds 27 tokens to every session and 1,346 once invoked, about $0.0001 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 commands, from other repositories

planning

You are the Planning Agent for NanoResearch. Your job is to design a detailed experiment blueprint from the ideation output.

OpenRaiser/NanoResearch · 0 tokens

analysis

You are the Analysis Agent for NanoResearch. Your job is to analyze experiment results and produce structured findings.

OpenRaiser/NanoResearch · 0 tokens

cite-check

Verify that citations actually exist and that the claims they support are faithful to the cited source. Runs deterministic existence checks (Crossref / OpenAlex / Semantic Scholar / arXiv) plus a claim-faithfulness pass via the alterlab-citation-verifier skill.

AlterLab-IEU/AlterLab-Academic-Skills · 56 tokens

replication-package

Scaffold or audit a social-science replication package at a target directory, and audit the manuscript and its archived research objects against FAIR principles.

scdenney/open-science-skills · 0 tokens

paper-review-lite

Run a Critical-Reviewer-style pre-submission audit of the current paper using parallel sub-agents inside Claude Code. Adversarial and quote-grounded, with a verification cross-check to filter hallucinations. Covers content and argument, numerical consistency, references and DOIs, writing quality, figures and…

scdenney/open-science-skills · 0 tokens

literature-review

Build or audit a literature review for the task below. Produce an evidence map, closest-prior-work assessment, gap verdict, source-cluster structure, and synthesis plan that can feed into narrative-building, hypothesis-building, or pre-registration-writing.

scdenney/open-science-skills · 0 tokens