Atharva Gupta
Community@Its-Atharva-Gupta · India
I am a passionate coder, interested in AI and ML.
Agent Skills by Atharva Gupta
Showing 11 vetted skills indexed across 1 GitHub repositories.
autoresearch
Orchestrates autonomous ML research projects using a two-loop experiment and synthesis architecture.
evaluating-llms-harness
Evaluates LLMs across 60+ academic benchmarks using standardized prompts and metrics.
ara-rigor-reviewer
Reviews Agent-Native Research Artifacts across six epistemic dimensions and writes a severity-ranked JSON report.
plot-worker
Generates dual-axis learning curves and benchmark comparison charts from results.tsv files.
research-manager
Orchestrates ML research workflows through hypothesis planning, subagent routing, and approval gates.
academic-plotting
Generates publication-quality ML paper figures via Gemini diagrams and matplotlib charts.
rigor-worker
Validates that paper claims in LaTeX manuscripts match raw results.tsv data.
eval-worker
Writes and executes sandboxed ML training scripts and logs metrics to results.tsv.
write-worker
Generates a 2-column LaTeX research manuscript from hypotheses, citations, results, and figures.
brainstorming-research-ideas
Guides structured research ideation using ten frameworks to generate and rank research directions.
ml-paper-writing
Write publication-ready ML papers with LaTeX templates and verified citations.
Frequently Asked Questions About Atharva Gupta
FAQPage SchemaWhat tasks can I accomplish with Atharva Gupta's research skills?▼
You can orchestrate end-to-end autonomous research projects, benchmark LLMs on 60+ academic suites, audit research artifacts for epistemic rigor across six scored dimensions, generate publication-quality matplotlib figures and architecture diagrams, and write camera-ready ML papers for NeurIPS, ICML, ICLR, ACL, AAAI, and COLM.
Who are these skills designed for?▼
ML researchers, academic authors, and model evaluation engineers. The autoresearch and research-manager skills suit teams running multi-hypothesis experiments, while rigor-reviewer serves reviewers needing objective pre-publication critique, and ml-paper-writing targets authors preparing conference submissions.
How does the autonomous research workflow operate in practice?▼
The autoresearch skill runs a two-loop architecture: an inner loop executes rapid sandboxed experiments logging to results.tsv via eval-worker, while an outer loop synthesizes results and steers direction. Research-manager handles hypothesis planning, subagent routing, and approval gates, with continuous operation via Claude Code /loop or OpenClaw heartbeat.
Are these skills free and open source?▼
Yes. All versioned skills in the manifest, including autoresearch, evaluating-llms-harness, rigor-reviewer, academic-plotting, brainstorming-research-ideas, and ml-paper-writing, are released under the MIT license by Orchestra Research at no cost.
What dependencies are required to run these skills?▼
LLM evaluation requires lm-eval, transformers, and vllm. Figure generation needs matplotlib>=3.8.0, seaborn>=0.13.0, numpy, and google-genai>=1.0.0. Paper writing requires semanticscholar, arxiv, habanero, and requests. The rigor-reviewer and brainstorming skills have no external dependencies.