Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

RedAct

يحتوي RedAct على 466 من skills المجمعة من XuShuwenn، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
466
Stars
13
محدث
2026-06-08
Forks
0
التغطية المهنية
15 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

artifact-evaluation
مطوّرو البرمجيات

Interact with research artifacts running in separate Docker containers via artifact-runner. Execute commands through HTTP API, read files, and verify artifact functionality.

2026-06-08
artifact-evaluation
مطوّرو البرمجيات

Evaluate research artifacts running in separate Docker containers via artifact-runner. Access artifacts through HTTP API, execute commands, read files, and analyze PDFs.

2026-06-08
artifact-evaluation
مطوّرو البرمجيات

Interact with artifact containers via HTTP API for paper evaluation tasks. Execute commands, read files, and list directories in remote artifact environments.

2026-06-08
badge-evaluation
معلمو التعليم العالي، جميع الآخرون

Evaluate research artifacts against NDSS badge criteria (Available, Functional, Reproduced) by checking DOI, documentation, exercisability, and reproducibility requirements.

2026-06-08
pdf-reading
موظفو المكاتب العامون

Extract text, tables, and structured information from PDF documents using pdfplumber, PyPDF2, or pdftotext command-line tools.

2026-06-08
computational-biophysics
علماء الأحياء، جميع الآخرون

Calculate protein dihedral angle (phi/psi) from atomic coordinates using the torsion formula. Use when computing backbone dihedral angles from atomic positions or validating protein geometry.

2026-06-08
sequence-analysis
علماء الأحياء، جميع الآخرون

Analyze DNA/RNA/protein sequences: type determination, GC content calculation, reading frame translation, and longest ORF finding. Use when users ask about sequence translation, GC content, open reading frames, or residue counting.

2026-06-08
fluidsim
مطوّرو البرمجيات

Calculate Nusselt number for forced convection heat transfer. Use when computing dimensionless heat transfer coefficient, or analyzing convection heat transfer performance.

2026-06-08
fluidsim
مطوّرو البرمجيات

Pipe flow Reynolds number calculation and flow regime classification. Use when calculating Re from fluid properties and pipe parameters, or classifying flow as laminar/transitional/turbulent.

2026-06-08
inorganic-physical-chemistry
مطوّرو البرمجيات

Gibbs free energy and equilibrium constant calculation from thermodynamics data. Use when calculating ΔG from ΔH, ΔS, and T, or computing equilibrium constants.

2026-06-08
lean4-memories
مطوّرو البرمجيات

This skill should be used when working on Lean 4 formalization projects to maintain persistent memory of successful proof patterns, failed approaches, project conventions, and user preferences across sessions using MCP memory server integration

2026-06-08
matchms
مطوّرو البرمجيات

Parse MSP (mass spectrometry) files and count spectral data: spectrum count, peak count per spectrum, and total peak count. Use when users ask about mass spectrometry data parsing, spectral counting, or MSP file analysis.

2026-06-08
matchms
مطوّرو البرمجيات

Find the most similar spectral pair from MSP files using CosineGreedy similarity. Use when comparing multiple mass spectra, computing pairwise similarity matrices, or identifying best matches in metabolomics.

2026-06-08
medchem
مطوّرو البرمجيات

Filter molecules using CommonAlertsFilters from medchem library. Detect structural alerts and problematic functional groups in molecules for drug discovery filtering.

2026-06-08
medchem
مطوّرو البرمجيات

Apply Lipinski Rule of Five (Ro5) to molecules: check MW, LogP, HBD, HBA. Use when users ask about drug-likeness, Lipinski rules, or oral bioavailability filters.

2026-06-08
molecular-dynamics
مطوّرو البرمجيات

Calculate RMSD between two sets of 3D atomic coordinates. Use when computing root mean square deviation between reference and target structures, or structural alignment quality assessment.

2026-06-08
organic-chemistry
مطوّرو البرمجيات

Check if a SMARTS pattern matches a molecule using RDKit. Use when performing substructure matching on SMILES structures with SMARTS patterns, or checking functional groups in molecules.

2026-06-08
population-genetics
علماء البيانات

Hardy-Weinberg equilibrium expected genotype counts and heterozygosity calculation. Use when computing expected genotype frequencies, expected heterozygosity, or observed heterozygosity from allele counts.

2026-06-08
pymoo
مطوّرو البرمجيات

Constrained single-objective optimization using pymoo. Minimize objective functions subject to inequality constraints using ElementwiseProblem and NSGA-II or GA.

2026-06-08
pymoo
مطوّرو البرمجيات

Multi-objective optimization using NSGA-II. Define custom problems, find Pareto front, minimize conflicting objectives. Use when solving optimization problems with 2-3 objectives, Pareto front analysis, or NSGA-II algorithm configuration.

2026-06-08
qutip
مطوّرو البرمجيات

Calculate Bloch vector components from spherical coordinates (theta, phi). Use when converting Bloch sphere angles to Cartesian coordinates, or working with quantum state geometry.

2026-06-08
qutip
مطوّرو البرمجيات

Compute quantum state expectation values for Pauli matrices from Bloch sphere coordinates. Use when working with quantum state analysis, Bloch sphere representation, or Pauli matrix expectation values.

2026-06-08
scikit-bio
مطوّرو البرمجيات

Local sequence alignment scoring using Smith-Waterman algorithm with affine gaps. Use when computing DNA alignment scores with match/mismatch and gap penalties.

2026-06-08
scikit-bio
مطوّرو البرمجيات

Count k-mers (subsequences of length k) in DNA sequences. Use when counting DNA k-mers, analyzing sequence composition, or computing k-mer frequency distributions.

2026-06-08
scikit-survival
علماء البيانات

Fit Cox proportional hazards model and compute concordance index using scikit-survival. Use when performing survival analysis, fitting Cox models, or evaluating survival predictions with concordance index.

2026-06-08
variant-analysis
مطوّرو البرمجيات

Annotate VCF variants with their type (SNP, MNP, INS, DEL) based on REF and ALT allele lengths. Use when parsing VCF files and classifying variant types from sequence changes.

2026-06-08
variant-analysis
مطوّرو البرمجيات

Parse VCF files and count variants by FILTER status. Use when users ask about VCF file parsing, variant counting, or PASS/FAIL filter statistics.

2026-06-08
stl-mass-calc
مطوّرو البرمجيات

Compute the mass of the largest connected component in a binary STL where the 2-byte attribute field stores a material ID, using a Markdown density table.

2026-06-08
pid-acc-simulation
مطوّرو البرمجيات

Design, implement, and validate an adaptive cruise control (ACC) simulation with PID control, mode logic, segmented metrics, and reproducible I/O.

2026-06-08
bgp-oscillation-and-valleyfree-leak
مديرو الشبكات وأنظمة الحاسوب

Detect BGP preference-cycle oscillations and valley-free route leaks, then assess which changes would resolve each issue.

2026-06-08
dihedral-angle-atan2
مطوّرو البرمجيات

Compute signed dihedral (torsion) angles from four 3D points and report degrees in [-180, 180] using a robust atan2 formulation.

2026-06-08
fillable-pdf-form-filling
مطوّرو البرمجيات

Fill structured, fillable PDFs (e.g., court/government forms) by extracting fields, mapping user data, handling checkboxes/dates/amounts, and verifying the result.

2026-06-08
pcap-metrics-csv
محللو أمن المعلومات

Compute network metrics and intrusion flags from a PCAP and populate a metric,value CSV while preserving comments.

2026-06-08
frame-translation-and-orf
المهن الرياضية، جميع الأخرى

Compute GC content, translate a nucleotide sequence in a specified reading frame, and find the longest ORF across frames with robust verification.

2026-06-08
nucleotide-frame-translation
المهن الرياضية، جميع الأخرى

Analyze nucleotide sequences: detect type, compute GC%, translate in a specified reading frame with '*' for stops, and find the longest ORF that starts at ATG and ends at an in-frame stop.

2026-06-08
nucleotide-translate-orf
المهن الرياضية، جميع الأخرى

Classify DNA/RNA vs protein, compute GC%, translate in a specified frame with stop codons marked '*', and find the longest valid ORF across all three frames.

2026-06-08
egomotion-dynmask
مطوّرو البرمجيات

Estimate camera egomotion between sampled video frames and produce dynamic-object masks with CSR storage; validates outputs for downstream use.

2026-06-08
seismic-phase-association
مطوّرو البرمجيات

Run deep-learning phase picking (SeisBench) and robustly associate picks into earthquakes with GaMMA, with ID alignment, timestamp, projection, and config sanity checks.

2026-06-08
projected-boundary-distance
مطوّرو البرمجيات

Compute distances from point events to the nearest relevant boundary within a parent polygon using GeoPandas projections, then select the extremal case (e.g., farthest).

2026-06-08
hp-detrend-correlation
مطوّرو البرمجيات

Detrend macroeconomic time series with the HP filter (on log real values) and compute Pearson correlation, robust to mixed annual/quarterly Excel tables and CPI deflation.

2026-06-08
عرض أهم 40 من أصل 466 skills مجمعة في هذا المستودع.