generate-theories
Generate Theories
Uses the Theorizer agent (hosted on Cloud Run, accessed via asta-gateway) to search papers, extract evidence, form theories, and score their novelty. Auth is asta auth login.
Step 1 — Draft a tightened query
Before asking the user anything, analyze their request and the surrounding context (current project, conversation history, files they've been working on) to produce a tightened theory query that:
- Has a specific phenomenon and domain
- Is phrased as a scientific question
- Reflects what the user is actually trying to understand
Examples:
- User says "generate theories for my project" → inspect the project, infer the research focus, produce a concrete query like "How do induction heads emerge during training in decoder-only transformers?"
- User says "theories about attention" → tighten to "What mechanisms drive attention head specialization during pretraining?"
- User gives a well-formed scientific question → echo it verbatim
Step 2 — Confirm with one chat question
More from allenai/asta-plugins
semantic scholar lookup
This skill should be used when the user asks to "get paper details", "look up a paper", "find citations", "who cited this paper", "papers by [author]", "search for papers on [topic]", or needs quick lookups of paper metadata, citations, or author information from Semantic Scholar. Use this for fast, targeted queries (not comprehensive reports).
50preview
Render and deploy project documents, reports, and notebooks. Use when docs need to be shared or when previewing how documents render with citations and formatting.
38asta literature reports
Create or update literature reviews/reports. Use whenever you need to research, summarize, or synthesize the literature.
35asta library
Local document metadata index for files used by Asta skills and tools. Use this skill when the user asks to store a document "in Asta" or retrieve "from Asta". Use it when the
34pdf text extraction
Extract text from PDFs using olmOCR or remote OCR. Use when user asks to "extract text from PDF", "OCR a document", "read a PDF", or needs to process scanned documents.
29workspace
Set up a GitHub Codespaces or Dev Container environment with Asta skills installed in GitHub Copilot and Quarto pre-configured. Use when asked to set up a Codespace or devcontainer for an Asta project.
25