Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

research-skills

research-skills 收录了来自 ceasonen 的 27 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
27
Stars
2
更新
2026-03-13
Forks
0
职业覆盖
9 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

accelerator-kernel-optimization
计算机与信息研究科学家

Review and optimize kernels and data movement for CUDA, Triton, Metal, OpenCL, SIMD, and accelerator-style workloads. Use when diagnosing throughput gaps, memory bandwidth limits, launch overhead, occupancy issues, kernel fusion tradeoffs, or host-device transfer bottlenecks in ML and systems research.

2026-03-13
benchmark-error-analysis
数据科学家

Build evaluation plans and error-analysis workflows for ML, retrieval, generation, systems benchmarks, and embedded or perception pipelines. Use when adding metrics, checking regressions, designing ablations, interpreting leaderboard changes, or debugging why a model improved on one slice and failed on another.

2026-03-13
codebase-onboarding
软件开发工程师

Rapidly map an unfamiliar research or engineering codebase, identify entry points, execution paths, configuration layers, tests, and risky modules. Use when inheriting a project, preparing a reproduction, reviewing a repo for collaboration, or locating where to modify a model, runtime, compiler, or hardware flow.

2026-03-13
compiler-runtime-analysis
软件开发工程师

Analyze compiler, runtime, and code generation systems including IR lowering, scheduling, memory layout, graph compilation, autotuning, and runtime overhead. Use when profiling a compiler stack, comparing generated code, debugging performance cliffs, or evaluating compiler research claims.

2026-03-13
control-systems-state-estimation
机械工程师软件开发工程师

Design and debug state estimation, filtering, system identification, and control-oriented models for robotics, autonomous systems, and embedded control. Use when choosing observers, Kalman variants, sensor fusion structure, stability assumptions, or diagnosing drift, lag, and closed-loop estimation failures.

2026-03-13
dataset-curation
其他生物科学家

Create and audit datasets for CS and EE research, including schema design, collection pipelines, deduplication, split strategy, leakage prevention, labeling QA, licensing, and provenance tracking. Use when building a dataset, merging corpora, preparing train, validation, and test splits, or validating a benchmark before publication.

2026-03-13
distributed-systems-debugging
软件开发工程师

Debug distributed systems behavior including consistency issues, queue backlogs, retries, partitions, replica divergence, tail latency, and backpressure. Use when a service mesh, stream processor, storage system, scheduler, or multi-node research system behaves differently under scale than in local tests.

2026-03-13
dsp-algorithm-design
软件开发工程师电子工程师(非计算机)

Design and review digital signal processing pipelines including sampling, filtering, transforms, detection, estimation, feature extraction, fixed-point concerns, and implementation tradeoffs. Use when developing or debugging DSP methods for communications, sensing, audio, imaging, robotics, or embedded systems.

2026-03-13
embedded-firmware-debugging
软件开发工程师

Debug embedded C, C++, or Rust firmware, RTOS tasks, drivers, DMA, interrupts, peripherals, and board bring-up. Use when tracking timing bugs, register misconfiguration, boot failures, memory corruption, peripheral deadlocks, or hardware-software integration issues on MCUs, SoCs, and edge devices.

2026-03-13
hardware-formal-verification
软件开发工程师

Apply assertion-based and property-driven reasoning to RTL, interfaces, FIFOs, arbiters, and control logic. Use when writing SystemVerilog assertions, planning SymbiYosys checks, proving safety and liveness properties, or strengthening an RTL module beyond simulation-only confidence.

2026-03-13
latex-build-camera-ready
数据科学家

Build and debug LaTeX research papers, posters, and reports; fix bibliography, figures, tables, reviewer-mode toggles, and camera-ready packaging. Use when a paper compiles poorly, references break, margins overflow, anonymization must be restored, or a submission artifact needs cleanup.

2026-03-13
literature-review-triage
计算机与信息研究科学家

Find, filter, and compare CS/EE papers across arXiv, OpenReview, Semantic Scholar, OpenAlex, venue pages, and code repos. Use when building a reading list, surveying a subfield, checking novelty, mapping SOTA, or extracting datasets, metrics, baselines, and limitations from papers.

2026-03-13
llm-finetuning-stack
数据科学家

Plan, debug, and evaluate LLM adaptation pipelines including continued pretraining, SFT, LoRA or QLoRA, preference optimization, reward modeling, and post-training evaluation. Use when building a finetuning stack, diagnosing collapse, choosing data mixtures, or deciding whether a method improved capability or only benchmark fit.

2026-03-13
ml-experiment-planner
数据科学家

Plan ML experiments, ablations, hyperparameter sweeps, and resource budgets for research projects in AI, systems, and signal-processing-adjacent work. Use when starting an experiment series, defining baselines, sizing GPU or CPU needs, or turning ideas into a reproducible run plan.

2026-03-13
multimodal-evaluation
数据科学家

Evaluate and debug vision-language, audio-language, video-language, document, and embodied multimodal systems. Use when designing benchmark suites, auditing modality balance, analyzing hallucinations, grounding errors, OCR failures, temporal failures, or comparing models across tasks that mix perception and reasoning.

2026-03-13
paper-to-implementation
计算机与信息研究科学家

Turn a paper, tech report, benchmark writeup, or architecture figure into an implementation plan for ML, systems, or hardware-software research. Use when reproducing a method, converting equations into modules, extracting pseudocode, filling missing details, or building an MVP from a PDF or spec.

2026-03-13
pcb-schematic-review
计算机硬件工程师电子工程师(非计算机)

Review schematics, PCB planning, board-level interfaces, power trees, clocks, reset networks, and layout-sensitive risks. Use when checking a board design, preparing bring-up, auditing connector or peripheral choices, or debugging a hardware-software integration issue rooted in the board itself.

2026-03-13
peer-review-rebuttal
技术写作员

Draft reviewer responses, rebuttals, artifact-evaluation clarifications, and revision plans for CS and EE papers. Use when addressing reviewer concerns, triaging accept-versus-reject risks, planning extra experiments, or rewriting claims so they match the evidence without sounding defensive.

2026-03-13
research-direction-scouting
计算机与信息研究科学家

Scout and rank promising research directions in EECS using novelty, feasibility, available tooling, data access, benchmark fit, and publication risk. Use when choosing a thesis direction, starting a new project, framing a workshop or conference submission, or deciding whether an idea is incremental, premature, or genuinely worth pursuing.

2026-03-13
research-paper-writing
技术写作员

Improve academic paper writing quality for ML/CV/NLP-style papers with clear section structure, paragraph flow, and reviewer-facing presentation. Use when drafting or revising Abstract, Introduction, Related Work, Method, Experiments, or Conclusion; polishing figures/tables; checking claim-support alignment; or performing self-review before submission.

2026-03-13
research-reproducibility-audit
其他生物科学家数据科学家

Audit a paper, codebase, benchmark, or artifact for reproducibility gaps in ML, systems, and hardware research. Use when checking whether claims can be reproduced, comparing paper-versus-code behavior, validating release readiness, or preparing an artifact evaluation package.

2026-03-13
retrieval-rag-systems
数据科学家

Design, evaluate, and debug retrieval and RAG systems including indexing, chunking, embedding choice, reranking, context packing, citation grounding, and latency-cost tradeoffs. Use when building or auditing a search, QA, or agent memory stack for research or production.

2026-03-13
robotics-perception-planning
软件开发工程师

Design and debug robotics pipelines spanning perception, localization, mapping, planning, control interfaces, and sim-to-real transfer. Use when evaluating a robot stack, diagnosing failures in closed-loop behavior, planning experiments, or comparing perception-driven versus policy-driven system designs.

2026-03-13
rtl-fpga-workflow
软件开发工程师

Design, review, and debug Verilog or SystemVerilog and FPGA work including interfaces, testbenches, reset strategy, clock-domain crossings, synthesis constraints, and timing-closure preparation. Use when writing RTL, planning an FPGA prototype, reviewing a testbench, or turning a hardware paper or spec into simulatable modules.

2026-03-13
systems-performance-review
计算机系统分析师

Review CS and EE system designs for latency, throughput, memory, power, reliability, and concurrency risks. Use when designing distributed systems, edge pipelines, compilers and runtime stacks, accelerators, or hardware-software co-design, and when debugging bottlenecks in data or inference pipelines.

2026-03-13
training-infra-debugging
数据科学家

Debug ML training infrastructure including data loaders, distributed training, checkpointing, mixed precision, memory pressure, logging, and experiment orchestration. Use when runs diverge, slow down, OOM, deadlock, or produce inconsistent metrics across nodes, seeds, or restarts.

2026-03-13
wireless-communications-analysis
电子工程师(非计算机)

Analyze wireless and communication-system research including channel models, modulation, coding, synchronization, detection, equalization, link adaptation, and MIMO tradeoffs. Use when designing communication experiments, debugging BER or throughput behavior, comparing signal-processing and learning-based approaches, or reviewing communication-system papers.

2026-03-13