Skip to main content
Run any Skill in Manus
with one click
llnl
GitHub creator profile

llnl

Repository-level view of 57 collected skills across 5 GitHub repositories.

skills collected
57
repositories
5
updated
2026-07-20
repository explorer

Repositories and representative skills

dftracer-communication-optimization
software-developers

Communication-component (MPI/collective/network) bottleneck-to-optimization mappings, papers, and L1/L2/L3 strategies for the dftracer optimization pipeline

2026-07-15
dftracer-compute-optimization
software-developers

Compute-component bottleneck-to-optimization mappings, papers, and L1/L2/L3 strategies for the dftracer optimization pipeline

2026-07-15
dftracer-io-optimization
software-developers

Key literature, bottleneck-to-optimization mappings, and strategies for the dftracer I/O optimization pipeline

2026-07-15
dftracer-memory-optimization
software-developers

Memory-component bottleneck-to-optimization mappings, papers, and L1/L2/L3 strategies for the dftracer optimization pipeline

2026-07-15
workload-vpic-kokkos
software-developers

VPIC-Kokkos-specific knowledge: build/annotation quirks, the two-stage deck-compile pattern, deck sizing for smoke vs validation runs, and the measured MPI-communication-bound diagnosis on Tuolumne. Load this skill whenever working with vpic-kokkos (github.com/lanl/vpic-kokkos).

2026-07-15
dftracer-build-dftracer
software-developers

Install and build dftracer into the session using the MCP install tool and record tool pitfalls early.

2026-07-14
dftracer-diagnoser
software-developers

Diagnose traces and convert symptoms into actionable bottlenecks with MCP tools.

2026-07-14
dftracer-optimization-kb
software-developers

Cross-session, citation-backed knowledge base of every MEASURED dftracer optimization, partitioned into system-centric (L3), software-centric (L2), and workload-centric (L1) findings. Load this FIRST in any optimization loop to avoid re-deriving what is already known.

2026-07-14
Showing top 8 of 43 collected skills in this repository.
devs-address-pr-comments
software-developers

Fetch and apply GitHub pull-request review comments locally, especially when the task includes reconciling new review traffic, following reply chains from specific reviewers/authors, and keeping a scratch notes file that maps comment IDs to fixes.

2026-06-25
sundials4py-userfn-wrapper
software-developers

Generate nanobind C++ wrapper code for user-supplied callback functions in the sundials4py Python bindings. Use this skill whenever adding a new user-supplied function (callback) to any sundials4py submodule (arkode, cvodes, idas, kinsol, core/sundials), wrapping a C function-pointer-based API for Python, adding a `python` member to a SUNDIALS C struct that does not yet have one, or when a function cannot be autogenerated by litgen because it takes a function pointer argument. Also trigger when the user mentions "callback wrapper", "user_supplied_fn_caller", "BIND_ARKODE_CALLBACK", "BIND_CVODE_CALLBACK", "BIND_IDA_CALLBACK", "BIND_KINSOL_CALLBACK", or references any *_usersupplied.hpp or *_impl.h file in the context of Python bindings. If the user says something like "wrap this Set callback for Python", "add a new user function to cvodes", or "this object needs a python member for callbacks", this is the skill to use.

2026-04-18
building
software-developers

Build, install, and test SUNDIALS from source as an end user or as a SUNDIALS developer. Use when a request involves configuring CMake, selecting compilers/options (MPI, GPU backends, Fortran), building/installing, running CTest, enabling dev/unit tests, or troubleshooting common build/test issues.

2026-04-02
new-module
software-developers

Add a new SUNDIALS module (e.g., NVECTOR_*, SUNMATRIX_*, SUNLINSOL_*, SUNNONLINSOL_*, SUNMEMORY_*, or a new shared component) including source/header layout, CMake wiring, enable/disable options, exported CMake targets, installed component registration, and developer tests/examples/docs updates.

2026-04-02
Showing 5 of 5 repositories
All repositories loaded