dongzhuoyao

42 mods across 1 repository, 10 stars between them.

memory-sync

25

dongzhuoyao/tao-research-skills

Skill Claude CodeCodex

Use when a repo should keep a single memory file in sync with generated AGENTS.md and a thin CLAUDE.md wrapper, or when memory drift needs to be checked or repaired. Triggers: "memory-sync", "sync memory", "AGENTS.md drift", "CLAUDE.md drift".

10 2mo ago A 64 tokens

meta-init

26

dongzhuoyao/tao-research-skills

Skill Claude CodeCodex

Use when installing tao-research-skills into a machine's global AI agent configuration. Symlinks every skill into Claude Code and Codex, injects a SessionStart git-pull hook for auto-updates, bootstraps memory, and appends workflow rules. Triggers: "install skills", "install to computer level", "setup skills…

10 2mo ago C 89 tokens

project-mem-init

27

dongzhuoyao/tao-research-skills

Skill Claude CodeCodex

Use when a repo does not yet have canonical memory, AGENTS.md, or CLAUDE.md. Bootstraps the standard Codex + Claude Code project memory layout in one step. Triggers: "project-mem-init", "bootstrap memory", "initialize project memory".

10 2mo ago A 61 tokens

dongzhuoyao/tao-research-skills

Skill Claude CodeCodex

Use when evaluating academic papers or surveying a research topic. Gathers venue, citations, GitHub stats, social buzz, reproducibility, and author signals to produce a scored markdown report. Triggers: "evaluate paper", "paper review", "research survey", "literature review", "is this paper good", "find papers on"…

10 2mo ago A 82 tokens

arxiv-latex-reader

29

dongzhuoyao/tao-research-skills

Skill Claude CodeCodex

Use when reading large arxiv papers without context overflow. Progressive two-layer reading: index all sections (2k tokens), then deep-read on demand. Never truncates. Triggers: "read paper", "paper sections", "section index", "progressive reading", "papercontent.json", "section summary".

10 2mo ago A 69 tokens

blog-reader

30

dongzhuoyao/tao-research-skills

Skill Claude CodeCodex

Use when reading a long technical blog post (ML research, engineering deep-dives, Distill/Lil'Log-style posts) and producing a faithful, figure-aware summary. Handles context-over-limit via section-based chunking, captures important figures via multimodal Read, and runs a coverage test to catch missing information.…

10 2mo ago A 120 tokens

cc-pdf-reader

31

dongzhuoyao/tao-research-skills

Skill Claude CodeCodex

Use when reading PDF papers via Claude Code CLI instead of Python converter tools. Delegates PDF-to-text conversion and summarization to Claude Code's native multimodal Read + WebFetch tools, handling multi-page papers via chunked reads and structured prompts. Triggers: "cc-pdf-reader", "claude code pdf", "read pdf…

10 2mo ago A 92 tokens

followup-analysis

32

dongzhuoyao/tao-research-skills

Skill Claude CodeCodex

Use when analyzing the follow-up works of a specific paper — the papers that cite it. Resolves the seed paper via Semantic Scholar, paginates the full citing-paper list, triages by impact + recency, dispatches parallel subagents to tag each follow-up (extension / improvement / application / theoretical / criticism)…

10 2mo ago A 121 tokens

github-reader

33

dongzhuoyao/tao-research-skills

Skill Claude CodeCodex

Use when reading a GitHub repository (especially a research code release with an accompanying paper) and producing a faithful digest that covers the implementation logic, the main insight, and the key reported results. Research-first with graceful fallback for non-paper repos. Handles arXiv link detection and…

10 2mo ago A 121 tokens

idea-box

34

dongzhuoyao/tao-research-skills

Skill Claude CodeCodex

Use when promoting an idea from a fleeting thought into a tracked artifact with a lifecycle. Defines a per-idea on-disk directory (./ideabox/ /) and a hard-gated state machine (explored → feasible/blocked → building → built/killed) that the existing reader/evaluator skills (idea-feasibility, ml-ablation-design…

10 2mo ago A 170 tokens

idea-explore

35

dongzhuoyao/tao-research-skills

Skill Claude CodeCodex

Use when proposing new research ideas grounded in a seed paper or method — surfaces the gaps that the citation cone hasn't filled, the drawbacks the community already complains about in the official repo's GitHub issues, and the adjacent angles the literature suggests. Orchestrates followup-analysis (already-done…

10 2mo ago A 149 tokens

idea-feasibility

36

dongzhuoyao/tao-research-skills

Skill Claude CodeCodex

Use when evaluating whether a research or product idea is actually feasible — buildable, evaluable, and de-risked by available checkpoints, code, datasets, and GPU budget. Normalizes the idea, gathers primary-source evidence (arXiv, GitHub, project pages, model hosts), scores it against four mandatory hard gates, and…

10 2mo ago A 142 tokens

insert-wiki

37

dongzhuoyao/tao-research-skills

Skill Claude CodeCodex

Use when capturing a single URL (X tweet, LinkedIn post, HN thread, short blog, news article, GitHub gist or issue) as a small persistent markdown entry the user can re-read later for motivation or grep across future sessions. Verbatim body + author + tags + a one-line "Why I saved this" hook. Writes to…

10 2mo ago A 188 tokens

pdf-reader

38

dongzhuoyao/tao-research-skills

Skill Claude CodeCodex

Use when reading PDF papers, reports, or long documents where text, figures, and tables must all be captured and chunk-summarized without truncation. Converts PDF to a markdown + papercontent.json workspace, extracts figures and tables as standalone files, then delegates to arxiv-latex-reader's progressive two-layer…

10 2mo ago A 131 tokens

youtube-wiki

39

dongzhuoyao/tao-research-skills

Skill Claude CodeCodex

Use when reading a YouTube video (especially an AI/ML interview, podcast, or technical talk) and producing a faithful, timestamped wiki entry the user can return to weeks later. Fetches the transcript via yt-dlp, sections by chapters or LLM-detected topics, summarizes per-section with parallel subagents, preserves…

10 2mo ago A 134 tokens

dongzhuoyao/tao-research-skills

Skill Claude CodeCodex

Use when evaluating generative models — choosing metrics (FID, IS, KID, sFID, FDD, FVD, PRDC, LPIPS, SSIM, AuthPct, Vendi), setting up online or offline evaluation, feature extractor selection, distributed computation, memory management during sampling. Triggers: "FID", "IS", "KID", "inception score", "frechet"…

10 2mo ago A 110 tokens

dongzhuoyao/tao-research-skills

Skill Claude CodeCodex

Use when optimizing PyTorch training speed or memory on CUDA GPUs — global flags, torch.compile, fused optimizers, mixed precision, gradient checkpointing, kernel fusion, memory layout, or latent-space training. Applies to any PyTorch training workload. Triggers: "torch.compile", "TF32", "fused optimizer", "mixed…

10 2mo ago A 106 tokens

ml-ablation-design

42

dongzhuoyao/tao-research-skills

Skill Claude CodeCodex

Use when designing ablation studies to compare model components, loss functions, or architectural choices. Covers synthetic data experiments, variant loops, production metrics, and W&B grouping. Triggers: "ablation", "ablation study", "variant comparison", "controlled experiment", "synthetic data experiment".

10 2mo ago A 65 tokens