Plugin Claude Code
Plugin marketplace listing 1 plugin: magi-researchers.
Plugin Claude Code
Plugin marketplace listing 1 plugin: magi-researchers.
Plugin Claude Code
Three AI models, one synthesis — multi-model research workflow for scientific domains.
Instructions file
Instructions for Axect/magi-researchers, covering claude.md and version management.
Skill Claude CodeCodex
Generates and cross-validates research ideas using Gemini and Codex in parallel, then synthesizes results with Claude.
Skill Claude CodeCodex
Executes the research code in src/ to generate result artifacts in results/. This is Phase 3.5 of the research pipeline, sitting between Implementation (Phase 3) and Testing & Visualization (Phase 4).
Skill Claude CodeCodex
Generates high-quality explanations of concepts using Gemini and Codex in parallel (Phase 1: MAGI strategy exploration), then synthesizes a single-voice explanation with Claude (Phase 2: convergent generation).
Skill Claude CodeCodex
Implements research code based on an existing research plan. Requires a researchplan.md to be present in the active research output directory.
Skill Claude CodeCodex
Generates a structured markdown research report from all previous phase outputs. Actively integrates existing plots, generates missing visualizations, and cross-verifies claim-evidence integrity. Requires at least some prior phase results to exist.
Skill Claude CodeCodex
Searches academic literature via OpenAlex (240M+ works) and optionally web sources. Standalone skill for quick literature discovery without the full brainstorm pipeline.
Skill Claude CodeCodex
Creates tests for research code and generates publication-quality visualizations. Requires implemented code in src/ of an active research output directory.
Skill Claude CodeCodex
Orchestrates multi-agent collaborative writing from upstream research artifacts. Produces structured documents (papers, proposals) with evidence-grounded prose, MAGI cross-review, and automated quality validation.
Skill Claude CodeCodex
Runs the complete research pipeline: Brainstorming → Planning → Implementation → Testing & Visualization → Reporting. Orchestrates all phases with user checkpoints between each.
Instructions file
Instructions for Axect/pytorch_template, covering pytorchtemplate, migration skill maintenance rule, when adding a new feature, when modifying an existing feature and development workflow.
Skill Claude CodeCodex
Migrate an existing project that uses pytorchtemplate to the latest version. Use this skill when the user says: "update template", "migrate", "upgrade", "apply latest changes", "sync with template", "update pytorchtemplate", or when the user's project is missing new features (preflight, hpo-report, data field…
Skill Claude CodeCodex
Guide for training PyTorch models using this template's config-driven pipeline. Use this skill whenever the user wants to: train a model, create experiment configs (run.yaml / opt.yaml / best.yaml), run hyperparameter optimization (HPO) with Optuna, extract best parameters from an HPO study, set up a new experiment…