Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

research-skills

research-skills enthält 27 gesammelte Skills von ceasonen, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
27
Stars
2
aktualisiert
2026-03-13
Forks
0
Berufsabdeckung
9 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

accelerator-kernel-optimization
Informatik- und Informationsforschungswissenschaftler

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
Datenwissenschaftler

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
Softwareentwickler

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
Softwareentwickler

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
MaschinenbauingenieureSoftwareentwickler

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
Sonstige Biowissenschaftler

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
Softwareentwickler

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
SoftwareentwicklerElektronikingenieure (außer Computer)

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
Softwareentwickler

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
Softwareentwickler

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
Datenwissenschaftler

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
Informatik- und Informationsforschungswissenschaftler

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
Datenwissenschaftler

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
Datenwissenschaftler

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
Datenwissenschaftler

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
Informatik- und Informationsforschungswissenschaftler

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
Computerhardware-IngenieureElektronikingenieure (außer Computer)

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
Technische Redakteure

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
Informatik- und Informationsforschungswissenschaftler

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
Technische Redakteure

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
Sonstige BiowissenschaftlerDatenwissenschaftler

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
Datenwissenschaftler

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
Softwareentwickler

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
Softwareentwickler

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
Computersystemanalytiker

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
Datenwissenschaftler

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
Elektronikingenieure (außer Computer)

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