Sandbox
@Epsilon617/Codex-Academic-Skills

Codex research skills index for research workflows

This repository collects research-focused skills that Codex can read with little or no adaptation. It sorts them by workflow so you can find the right skill for planning, writing, literature review, figures, data, evaluation, or reproducibility.

180 stars8 forksPythonUpdated 3mo ago
Who it's for

Builders who use Codex for research, writing, and evaluation workflows.

What it delivers

You can find a Codex-friendly skill faster instead of searching across scattered repos.

What it does

Curated Codex-compatible entries

Keeps skills that are official, explicitly support Codex, or are open Agent Skills Codex can read directly.

Workflow-based grouping

Organizes skills by the stage of work where they help most, such as planning, writing, evidence synthesis, or evaluation.

Source-of-record warning

Points you back to the upstream `SKILL.md` before you rely on any listed skill.

Core picks

Highlights a smaller starter set for builders who want broad coverage without installing a large skill list.

How to get it

  1. 1Example 1: install an official curated skill from openai/skills
    $skill-installer pdf
  2. 2Example 2: install a Hugging Face skill manually
    mkdir -p ~/.agents/skills
    cd /tmp
    git clone --depth 1 https://github.com/huggingface/skills.git
    cp -R skills/skills/huggingface-papers ~/.agents/skills/
  3. 3Example 3: install the Hugging Face Kernels Codex skill
    kernels skills add --codex --global
  4. 4Example 4: install the Orchestra Research bundle with its upstream installer
    npx @orchestra-research/ai-research-skills

README

Codex Academic Skills

English | 简体中文

A practical index of research-oriented skills that work with OpenAI Codex.

It focuses on official skills, repos that clearly say they support Codex, and open Agent Skills that Codex can read without much adaptation.

Each skill is listed once, under the workflow where it is most likely to be useful. Before installing or relying on one, check the upstream SKILL.md; this repo is a map, not the source of record.


Table of Contents


What Are Codex Skills?

Codex skills are folder-based instruction bundles that help Codex handle specific tasks more reliably. A typical skill includes a SKILL.md file and may also include scripts, templates, or references.

Codex first sees each skill's name, description, and path. It reads the full SKILL.md only when the task matches. That keeps context usage under control, but it also means large skill sets have a real cost. OpenAI's docs note that the initial skill list has a context budget; with many installed skills, descriptions may be shortened, and very large sets may omit some skills from the initial list.


Inclusion Rules

This list keeps entries that satisfy at least one of the following:

  • official OpenAI Codex skills
  • repositories that explicitly document Codex support or interoperability
  • open Agent Skills that Codex can read directly or with minimal adaptation

This list intentionally excludes:

  • skills that are exclusive to other platforms
  • entries whose upstream links disappeared without a clear replacement path
  • highly overlapping entries that do not add clear value for research workflows
  • repositories whose Codex compatibility is unclear

How To Use This List

Treat this repository as a research-workflow index, not a marketplace. Start with the Core Picks below, then move into the category that matches your bottleneck.

Task-based scan:

  • Research orchestration, project planning, and model choice: section 1.
  • Context engineering, agent design, and structured outputs: section 2.
  • Paper drafting, formal scholarly writing, and de-AI editing: section 3.
  • Literature review, transcription, and evidence synthesis: section 4.
  • Demos, figures, talks, and presentation assets: section 5.
  • Data, retrieval, experiment tracking, and observability: section 6.
  • Fine-tuning, evaluation, serving, and kernel optimization: section 7.
  • Mechanistic interpretability and model analysis: section 8.
  • Research artifacts, provenance, and reproducibility checks: section 9.

Core Picks

If you only want a small starter set, begin here. These skills cover broad research workflows, have clear upstream sources, and keep the active skill list from getting too crowded.

SkillWhat It DoesLink
autoresearchOrchestrates literature review, experiments, synthesis, and paper-writing workflows.Orchestra-Research/AI-Research-SKILLs
notion-research-documentationResearches across Notion and synthesizes cited briefs and reports.openai/skills
openai-docsLooks up current OpenAI product and API documentation with source-grounded guidance.openai/skills
huggingface-bestFinds and compares candidate models using official Hugging Face benchmark leaderboards and metadata.huggingface/skills
pdfReads, creates, and reviews PDFs when layout and rendering matter.openai/skills
huggingface-papersLooks up Hugging Face paper pages and structured paper metadata.huggingface/skills
academic-plottingGenerates publication-quality charts, ablations, and architecture figures.Orchestra-Research/AI-Research-SKILLs
jupyter-notebookCreates clean, reproducible Jupyter notebooks for experiments and tutorials.openai/skills
huggingface-datasetsExplores Dataset Viewer API metadata, rows, search, filters, parquet URLs, and statistics.huggingface/skills
huggingface-local-modelsSelects GGUF models, quantization levels, and llama.cpp commands for local inference.huggingface/skills
hf-memEstimates inference memory and optional KV-cache requirements for Safetensors or GGUF models on the Hugging Face Hub.huggingface/skills
huggingface-llm-trainerTrains or fine-tunes language models with TRL on Hugging Face Jobs, including SFT, DPO, GRPO, and reward models.huggingface/skills
lm-evaluation-harnessRuns standardized LLM benchmarks such as MMLU, HumanEval, GSM8K, and TruthfulQA.Orchestra-Research/AI-Research-SKILLs
vllmServes LLMs with high-throughput inference and OpenAI-compatible endpoints.Orchestra-Research/AI-Research-SKILLs
transformer-lensSupports mechanistic interpretability with HookPoints, activation caching, and causal tracing.Orchestra-Research/AI-Research-SKILLs
remove-ai-flavorRevises Chinese prose to remove template-like AI phrasing while preserving facts, stance, and author voice.B1lli/remove-ai-flavor-writing-skill
ara-compilerCompiles papers, repos, logs, and notes into Agent-Native Research Artifacts with claims, evidence, and provenance.Orchestra-Research/AI-Research-SKILLs

Skill List

1. Planning and Workflow

SkillWhat It DoesLink
project-developmentScopes LLM projects and designs practical research-agent architectures.muratcankoylan/Agent-Skills-for-Context-Engineering
notion-research-documentationResearches across Notion and synthesizes cited briefs and reports.openai/skills
notion-knowledge-captureCaptures conversations, notes, and decisions into structured Notion pages.openai/skills
notion-meeting-intelligencePrepares agendas, pre-reads, and decision docs in Notion.openai/skills
autoresearchOrchestrates literature review, experiments, synthesis, and paper-writing workflows.Orchestra-Research/AI-Research-SKILLs
brainstorming-research-ideasGuides structured ideation for high-impact research directions.Orchestra-Research/AI-Research-SKILLs
creative-thinking-for-researchApplies creativity frameworks to generate less obvious research ideas.Orchestra-Research/AI-Research-SKILLs
openai-docsLooks up current OpenAI product and API documentation with source-grounded guidance.openai/skills
define-goalTurns fuzzy intentions into concrete, measurable objectives before long-running agent work.openai/skills
huggingface-bestFinds and compares candidate models using official Hugging Face benchmark leaderboards and metadata.huggingface/skills

2. Context and Agent Design

SkillWhat It DoesLink
context-fundamentalsExplains how context works in agent systems.muratcankoylan/Agent-Skills-for-Context-Engineering
context-degradationDiagnoses lost-in-the-middle and other context failure modes.muratcankoylan/Agent-Skills-for-Context-Engineering
context-compressionCompresses long sessions while preserving critical state.muratcankoylan/Agent-Skills-for-Context-Engineering
context-optimizationApplies caching, masking, compaction, and partitioning to extend effective context capacity.muratcankoylan/Agent-Skills-for-Context-Engineering
filesystem-contextUses files as an overflow layer for scratch pads, shared agent memory, and just-in-time context loading.muratcankoylan/Agent-Skills-for-Context-Engineering
latent-briefingStudies KV-cache style latent handoff for reducing token cost in orchestrator-worker systems.muratcankoylan/Agent-Skills-for-Context-Engineering
evaluationBuilds evaluation frameworks for agent systems with rubrics, regressions, and quality gates.muratcankoylan/Agent-Skills-for-Context-Engineering
advanced-evaluationCovers LLM-as-a-judge and bias-aware automated evaluation.muratcankoylan/Agent-Skills-for-Context-Engineering
multi-agent-patternsDesigns supervisor, swarm, and hierarchical multi-agent systems with clearer coordination.muratcankoylan/Agent-Skills-for-Context-Engineering
memory-systemsDesigns persistent agent memory and evaluates retrieval quality across sessions.muratcankoylan/Agent-Skills-for-Context-Engineering
tool-designDesigns agent-facing tools and MCP interfaces with clearer contracts and less ambiguity.muratcankoylan/Agent-Skills-for-Context-Engineering
harness-engineeringDesigns autonomous agent harnesses with locked metrics, editable surfaces, durable logs, rollback, and approval boundaries.muratcankoylan/Agent-Skills-for-Context-Engineering
dspyUses declarative prompt programming and optimizers for structured agent workflows.Orchestra-Research/AI-Research-SKILLs
guidanceControls generation with regexes and grammars for structured outputs and multi-step prompting.Orchestra-Research/AI-Research-SKILLs
instructorProduces Pydantic-validated structured outputs for extraction, labeling, and automation.Orchestra-Research/AI-Research-SKILLs
outlinesConstrains generation with grammars and finite-state machines for structured outputs.Orchestra-Research/AI-Research-SKILLs

3. Writing and Scholarly Communication

SkillWhat It DoesLink
pdfReads, creates, and reviews PDFs when layout and rendering matter.openai/skills
huggingface-paper-publisherPublishes papers on Hugging Face Hub and manages paper metadata.huggingface/skills
ml-paper-writingWrites publication-oriented ML, AI, and systems papers.Orchestra-Research/AI-Research-SKILLs
systems-paper-writingProvides paragraph-level blueprints for OSDI, SOSP, ASPLOS, NSDI, and EuroSys papers.Orchestra-Research/AI-Research-SKILLs
remove-ai-flavorRevises Chinese prose to remove template-like AI phrasing while preserving facts, stance, and author voice.B1lli/remove-ai-flavor-writing-skill
unslopAudits and rewrites AI-generated prose with fact preservation, voice presets, and explicit anti-pattern checks.theclaymethod/unslop
peer-reviewProduces structured manuscript or grant reviews with methodology, statistics, reproducibility, and reporting-standard checks.K-Dense-AI/scientific-agent-skills

4. Literature Reading and Evidence Synthesis

SkillWhat It DoesLink
transcribeTranscribes interviews, meetings, or recorded talks with optional speaker diarization.openai/skills
whisperRuns multilingual speech recognition and translation for interviews, lectures, podcasts, and audio corpora.Orchestra-Research/AI-Research-SKILLs
huggingface-papersLooks up Hugging Face paper pages and structured paper metadata.huggingface/skills
citation-managementSearches, verifies, deduplicates, and formats academic citations and BibTeX metadata.K-Dense-AI/scientific-agent-skills
llamaindexBuilds document ingestion and retrieval pipelines for research corpora.Orchestra-Research/AI-Research-SKILLs
faissProvides high-performance dense retrieval for paper collections.Orchestra-Research/AI-Research-SKILLs
sentence-transformersGenerates embeddings for literature search, clustering, and retrieval.Orchestra-Research/AI-Research-SKILLs

5. Visualization and Presentation

SkillWhat It DoesLink
huggingface-gradioBuilds Gradio web UIs and interactive research demos in Python.huggingface/skills
huggingface-spacesBuilds, deploys, and debugs Hugging Face Spaces across Gradio, Docker, Static, ZeroGPU, and paid hardware.huggingface/skills
huggingface-trackioTracks training metrics, alerts, and dashboards with Hugging Face Trackio.huggingface/skills
academic-plottingGenerates publication-quality charts, ablations, and architecture figures.Orchestra-Research/AI-Research-SKILLs
presenting-conference-talksTurns papers into Beamer or PPTX talk decks with speaker notes and scripts.Orchestra-Research/AI-Research-SKILLs
speechGenerates narration, accessibility reads, and voiceovers via the OpenAI Audio API.openai/skills
imagegenCreates or edits bitmap figures, mockups, infographics, and visual assets.openai/skills
transformers-jsRuns Hugging Face models in JavaScript for browser-side demos and interactive artifacts.huggingface/skills
stable-diffusionGenerates figures, concept art, and presentation assets for multimodal research.Orchestra-Research/AI-Research-SKILLs
scientific-visualizationCreates publication-ready scientific figures with journal styles, multi-panel layouts, and accessible palettes.K-Dense-AI/scientific-agent-skills

6. Data, Retrieval, and Experiment Tracking

SkillWhat It DoesLink
jupyter-notebookCreates clean, reproducible Jupyter notebooks for experiments and tutorials.openai/skills
hf-cliManages Hugging Face auth, repos, papers, datasets, buckets, jobs, and endpoints from the hf CLI.huggingface/skills
huggingface-datasetsExplores Dataset Viewer API metadata, rows, search, filters, parquet URLs, and statistics.huggingface/skills
huggingface-community-evalsAdds and manages evaluation results in model cards and custom HF Hub evaluations.huggingface/skills
huggingface-tool-builderBuilds reusable scripts around the Hugging Face API for metadata collection and automation.huggingface/skills
huggingface-local-modelsSelects GGUF models, quantization levels, and llama.cpp commands for local inference.huggingface/skills
hf-memEstimates inference memory and optional KV-cache requirements for Safetensors or GGUF models on the Hugging Face Hub.huggingface/skills
ray-dataScales batch inference, preprocessing, and multimodal ETL from one machine to clusters.Orchestra-Research/AI-Research-SKILLs
nemo-curatorCurates training corpora with deduplication, quality filtering, PII redaction, and multimodal cleanup.Orchestra-Research/AI-Research-SKILLs
weights-and-biasesTracks experiments, sweeps, artifacts, and model registries.Orchestra-Research/AI-Research-SKILLs
mlflowHandles experiment tracking, model registry, deployment, and autologging workflows.Orchestra-Research/AI-Research-SKILLs
tensorboardVisualizes scalars, embeddings, profiles, and training diagnostics.Orchestra-Research/AI-Research-SKILLs
langsmithAdds tracing, evaluation, and monitoring to LLM research workflows.Orchestra-Research/AI-Research-SKILLs
phoenixProvides open-source tracing, evaluation, and experiment analysis.Orchestra-Research/AI-Research-SKILLs

7. Training, Evaluation, and Serving

This category can grow quickly, so it keeps representative entries tied closely to research training, evaluation, or serving.

SkillWhat It DoesLink
huggingface-llm-trainerTrains or fine-tunes language models with TRL on Hugging Face Jobs, including SFT, DPO, GRPO, and reward models.huggingface/skills
huggingface-vision-trainerTrains detection and classification models with Transformers Trainer on Hugging Face Jobs or locally.huggingface/skills
axolotlProvides YAML-first fine-tuning workflows for LoRA, QLoRA, DPO, and multimodal training.Orchestra-Research/AI-Research-SKILLs
llama-factoryProvides WebUI and CLI workflows for low-code fine-tuning across language and multimodal models.Orchestra-Research/AI-Research-SKILLs
unslothAccelerates LoRA and QLoRA fine-tuning with lower memory use for local experiments.Orchestra-Research/AI-Research-SKILLs
peftCovers parameter-efficient fine-tuning with LoRA, QLoRA, DoRA, and adapters.Orchestra-Research/AI-Research-SKILLs
trl-fine-tuningUses TRL for post-training workflows such as SFT, DPO, PPO, GRPO, and reward-model training.Orchestra-Research/AI-Research-SKILLs
train-sentence-transformersTrains bi-encoders, rerankers, and sparse encoders with sentence-transformers for retrieval and similarity workflows.huggingface/skills
grpo-rl-trainingSpecializes in GRPO-based post-training for reasoning, verifiable tasks, and custom rewards.Orchestra-Research/AI-Research-SKILLs
lm-evaluation-harnessRuns standardized LLM benchmarks such as MMLU, HumanEval, GSM8K, and TruthfulQA.Orchestra-Research/AI-Research-SKILLs
bigcode-evaluation-harnessBenchmarks code models with HumanEval, MBPP, MultiPL-E, and pass@k workflows.Orchestra-Research/AI-Research-SKILLs
nemo-evaluatorRuns reproducible multi-backend benchmarking across LLM and VLM benchmarks.Orchestra-Research/AI-Research-SKILLs
vllmServes LLMs with high-throughput inference and OpenAI-compatible endpoints.Orchestra-Research/AI-Research-SKILLs
sglangServes LLMs and VLMs with fast structured generation, prefix caching, and JSON/tool-calling workflows.Orchestra-Research/AI-Research-SKILLs
llama-cppRuns quantized LLMs on CPUs, Apple Silicon, and non-CUDA hardware.Orchestra-Research/AI-Research-SKILLs
cuda-kernelsGuides optimized CUDA kernel writing and benchmarking for Hugging Face diffusers and transformers.huggingface/kernels
rocm-kernelsGuides optimized Triton kernel writing and benchmarking for AMD ROCm GPUs in diffusers and transformers workflows.huggingface/kernels

8. Interpretability and Model Analysis

SkillWhat It DoesLink
transformer-lensSupports mechanistic interpretability with HookPoints, activation caching, and causal tracing.Orchestra-Research/AI-Research-SKILLs
saelensTrains and analyzes sparse autoencoders for monosemantic feature discovery and superposition research.Orchestra-Research/AI-Research-SKILLs
nnsightRuns local or remote interpretability experiments on PyTorch models, including very large models via NDIF.Orchestra-Research/AI-Research-SKILLs
pyvenePerforms causal interventions, activation patching, and interchange intervention training on PyTorch models.Orchestra-Research/AI-Research-SKILLs

9. Research Artifacts and Reproducibility

SkillWhat It DoesLink
ara-compilerCompiles papers, repos, logs, and notes into Agent-Native Research Artifacts with claims, evidence, and provenance.Orchestra-Research/AI-Research-SKILLs
ara-research-managerRecords end-of-session research decisions, experiments, dead ends, and provenance into an ARA directory.Orchestra-Research/AI-Research-SKILLs
ara-rigor-reviewerReviews Agent-Native Research Artifacts for evidence relevance, falsifiability, scope, coherence, and rigor.Orchestra-Research/AI-Research-SKILLs

Installation and Usage

This repository is a curated list, not a package manager. Current Codex docs describe skills as the authoring format for reusable workflows; for broader distribution, package reusable skills as plugins.

Install a skill in Codex

Current Codex docs describe these standard skill locations:

  • repository scope: .agents/skills/<skill-name>/
  • user scope: ~/.agents/skills/<skill-name>/
  • admin scope: /etc/codex/skills/<skill-name>/

Example 1: install an official curated skill from openai/skills

$skill-installer pdf

Example 2: install a Hugging Face skill manually

mkdir -p ~/.agents/skills
cd /tmp
git clone --depth 1 https://github.com/huggingface/skills.git
cp -R skills/skills/huggingface-papers ~/.agents/skills/

Example 3: install the Hugging Face Kernels Codex skill

kernels skills add --codex --global

Example 4: install the Orchestra Research bundle with its upstream installer

npx @orchestra-research/ai-research-skills

Use a skill in Codex

Once the folder is available in a valid Codex skill location, you can invoke it naturally in your prompt.

Examples:

  • Use autoresearch to set up an experiment loop for this idea.
  • Use huggingface-best to compare current open models for this benchmark.
  • Use hf-mem to estimate whether this model fits on my GPU.
  • Use academic-plotting to turn these ablation results into camera-ready figures.
  • Use huggingface-local-models to choose a GGUF model for this laptop.
  • Use remove-ai-flavor to clean up this Chinese project summary.
  • Use ara-compiler to turn this paper and repo into a research artifact.

Recommended usage pattern

  1. Install a small set of high-frequency skills first, then add project-specific ones as needed.
  2. Pick one skill for one clear bottleneck.
  3. Read the upstream SKILL.md before relying on the result.
  4. If the source repository ships its own installer, plugin manifest, or fallback AGENTS.md, read its install docs before mixing methods.
  5. For academic work, manually check citations, claims, equations, data handling, and benchmark settings.
  6. If a skill touches remote services or external datasets, verify authentication, quotas, privacy, and licensing before running it at scale.

License

The content of this repository is released under the MIT License.

Third-party skills linked from this list keep their own licenses. Always check the original repository before installing or redistributing anything.

If you notice a dead link, a naming change, or a clearly better entry for the list, a short issue or PR is enough.


References

Files in the repo

Repository payload7 top-level entries
  • .github
  • data
  • scripts
  • .gitignore
  • LICENSE
  • README.md
  • README.zh-CN.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More collections

The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞

52k
phuryn/
pm-skills
phuryn/pm-skillsCollections

PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth.

26k

Extracted system prompts from Anthropic - Claude Fable 5.1, Opus 5, Claude Design, Claude Code. OpenAI - ChatGPT GPT-6-Astra, Codex. Google - Gemini 3.8 Flash, 3.1 Pro, Antigravity. xAI - Grok, Grok Bot, Cursor, Kimi and more! Updated regularly.

65k
1 add