exploratory-sota-research

exploratory-sota-research is a skill for Codex from theam/limina. It costs 48 tokens per session (1,744 once invoked), scanned A, original, Apache-2.0.

A research process for mapping current AI and machine-learning methods for a specific technical problem. It covers literature searches, mechanisms, benchmarks, reproducibility, and possible research directions.

In plain words
What is it for?
It is for state-of-the-art reviews, mechanism comparisons, benchmark scans, reproducibility checks, and selecting candidate approaches for experiments.
Why use it?
It helps turn scattered research papers and technical options into a structured view of what has been tried and what may be worth testing.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It is for state-of-the-art reviews, mechanism comparisons, benchmark scans, reproducibility checks, and selecting candidate approaches for experiments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/theam/limina/exploratory-sota-research
View source ↗ theam/limina
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add theam/limina --skill exploratory-sota-research
Clone the repo
git clone --depth 1 https://github.com/theam/limina

Made for: Codex.

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 exploratory-sota-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/theam/limina/exploratory-sota-research/github.svg)](https://agentmods.dev/skills/theam/limina/exploratory-sota-research)
Your own site
<a href="https://agentmods.dev/skills/theam/limina/exploratory-sota-research"><img src="https://agentmods.dev/badge/skills/theam/limina/exploratory-sota-research/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 exploratory-sota-research

Your own site · 80×15
<a href="https://agentmods.dev/skills/theam/limina/exploratory-sota-research"><img src="https://agentmods.dev/badge/skills/theam/limina/exploratory-sota-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,744 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.00048 $0.01744
Opus 5 $0.00024 $0.00872
Sonnet 5 $0.00010 $0.00349
Haiku 4.5 $0.00005 $0.00174

Measured 11d ago against content hash 0fd490f43b48, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

exploratory-sota-research 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 11d 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.

skills/exploratory-sota-research/SKILL.md · 278 lines

How it starts

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

Exploratory SOTA Research

Use this skill to map the external mechanism landscape for a hard AI/ML research problem and turn that map into concrete Limina artifacts.

When to use it

Use this skill when the user wants any of the following:

  • an exploratory literature search
  • a state-of-the-art map
  • a mechanism landscape for a technical problem
  • candidate research directions for AI/ML/DL/LLM systems
  • promising approaches to improve a bottleneck
  • a benchmark, reproducibility, or artifact scan
  • a recommendation about which technical directions are worth testing

Do not use this skill for:

  • simple factual lookup
  • single-paper summarization when no broader research mapping is needed
  • generic brainstorming with no research component
  • implementation-only requests
  • questions where the user clearly wants a direct answer rather than an exploratory research process

Limina adapter

When you use this skill inside a Limina repo:

  1. Read kb/mission/CHALLENGE.md.
  2. Read kb/ACTIVE.md.
  3. Open only the linked artifacts you need next.
  4. Persist serious external sources as L notes in kb/research/literature/.
  5. If the landscape changes the direction, update or create the relevant H, CR, SR, and ACTIVE.md entries instead of leaving the conclusion only in chat.
  6. Prefer python3 scripts/kb_new_artifact.py ... when a new core artifact is needed.

The goal is not just to produce a good survey. The goal is to change the research graph in a grounded way.

Non-negotiable principles

  1. Solve the real decision problem. Infer the objective, constraints, and decision context behind the request.

  2. Search by challenge and mechanism. Convert the task into problem slices, failure modes, root causes, and mechanism families.

  3. Prefer generalizable solutions. Prioritize mechanisms that transfer across datasets, tasks, or domains unless the user explicitly wants a narrow patch.

  4. Evidence beats hype. Reward realistic baselines, meaningful gains, strong ablations, transparent limitations, reproducibility signals, and public artifacts.

Read the full file on GitHub · 278 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 278 lines · 48 tokens per session scan A 0fd490f43b48

Subscribe to this mod's changes

exploratory-sota-research is a skill published in the GitHub repository theam/limina (40 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 48 tokens to every session and 1,744 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

dspy-gepa-reflective

Use for GEPA reflective optimization, ReAct agent optimization, feedback metrics, LLM reflection, and execution trajectories.

OmidZamani/dspy-skills · 31 tokens

human-agent-trust-exploit-detection

Detect social engineering, deceptive responses, false assurances, or prompts that induce unsafe user actions.

Tencent/AI-Infra-Guard · 27 tokens

shap

Model interpretability and explainability using SHAP (SHapley Additive exPlanations). Use this skill when explaining machine learning model predictions, computing feature importance, generating SHAP plots (waterfall, beeswarm, bar, scatter, force, heatmap), debugging models, analyzing model bias or fairness, comparing…

synthetic-sciences/openscience · 109 tokens

glycobiology

Glycosylation site prediction and glycobiology analysis. N-glycosylation motif finding, O-glycosylation hotspot prediction, glycan structure resources. Lightweight, pure Python. For protein function queries use uniprot-database; for structure analysis use alphafold-database.

synthetic-sciences/openscience · 67 tokens

cellxgene-census

Query the CELLxGENE Census (61M+ cells) programmatically. Use when you need expression data across tissues, diseases, or cell types from the largest curated single-cell atlas. Best for population-scale queries, reference atlas comparisons. For analyzing your own data use scanpy or scvi-tools.

synthetic-sciences/openscience · 67 tokens

esm

Comprehensive toolkit for protein language models including ESM3 (generative multimodal protein design across sequence, structure, and function) and ESM C (efficient protein embeddings and representations). Use this skill when working with protein sequences, structures, or function prediction; designing novel…

synthetic-sciences/openscience · 86 tokens