davila7/claude-code-templates
These skills were imported into SkillJury from the public skills ecosystem.
sglang
by davila7/claude-code-templates
High-performance serving framework for LLMs and VLMs with RadixAttention for automatic prefix caching.
constitutional-ai
by davila7/claude-code-templates
Constitutional AI (CAI) trains models to be harmless through self-critique and AI feedback, without requiring human labels for harmful outputs.
networkx
by davila7/claude-code-templates
NetworkX is a Python package for creating, manipulating, and analyzing complex networks and graphs. Use this skill when working with network or graph data structures, including social networks, biological networks, transportation systems, citation networks, knowledge graphs, or any system involving relationships...
skypilot-multi-cloud-orchestration
by davila7/claude-code-templates
Comprehensive guide to running ML workloads across clouds with automatic cost optimization using SkyPilot.
clinical-decision-support
by davila7/claude-code-templates
Generate professional clinical decision support (CDS) documents for pharmaceutical companies, clinical researchers, and medical decision-makers. This skill specializes in analytical, evidence-based documents that inform treatment strategies and drug development:
optimizing-attention-flash
by davila7/claude-code-templates
Flash Attention provides 2-4x speedup and 10-20x memory reduction for transformer attention through IO-aware tiling and recomputation.
transformer-lens-interpretability
by davila7/claude-code-templates
TransformerLens is the de facto standard library for mechanistic interpretability research on GPT-style language models. Created by Neel Nanda and maintained by Bryce Meyer, it provides clean interfaces to inspect and manipulate model internals via HookPoints on every activation.
clip
by davila7/claude-code-templates
OpenAI's model that understands images from natural language.
lambda-labs-gpu-cloud
by davila7/claude-code-templates
Comprehensive guide to running ML workloads on Lambda Labs GPU cloud with on-demand instances and 1-Click Clusters.
nemo-guardrails
by davila7/claude-code-templates
NeMo Guardrails adds programmable safety rails to LLM applications at runtime.
quantizing-models-bitsandbytes
by davila7/claude-code-templates
bitsandbytes reduces LLM memory by 50% (8-bit) or 75% (4-bit) with <1% accuracy loss.
sparse-autoencoder-training
by davila7/claude-code-templates
SAELens is the primary library for training and analyzing Sparse Autoencoders (SAEs) - a technique for decomposing polysemantic neural network activations into sparse, interpretable features. Based on Anthropic's groundbreaking research on monosemanticity.
implementing-llms-litgpt
by davila7/claude-code-templates
LitGPT provides 20+ pretrained LLM implementations with clean, readable code and production-ready training workflows.
clinicaltrials-database
by davila7/claude-code-templates
ClinicalTrials.gov is a comprehensive registry of clinical studies conducted worldwide, maintained by the U.S. National Library of Medicine. Access API v2 to search for trials, retrieve detailed study information, filter by various criteria, and export data for analysis. The API is public (no authentication required)...
treatment-plans
by davila7/claude-code-templates
Treatment plan writing is the systematic documentation of clinical care strategies designed to address patient health conditions through evidence-based interventions, measurable goals, and structured follow-up. This skill provides comprehensive LaTeX templates and validation tools for creating concise, focused...
pyhealth
by davila7/claude-code-templates
PyHealth is a comprehensive Python library for healthcare AI that provides specialized tools, models, and datasets for clinical machine learning. Use this skill when developing healthcare prediction models, processing clinical data, working with medical coding systems, or deploying AI solutions in healthcare settings.
pymc-bayesian-modeling
by davila7/claude-code-templates
PyMC is a Python library for Bayesian modeling and probabilistic programming. Build, fit, validate, and compare Bayesian models using PyMC's modern API (version 5.x+), including hierarchical models, MCMC sampling (NUTS), variational inference, and model comparison (LOO, WAIC).
pyvene-interventions
by davila7/claude-code-templates
pyvene is Stanford NLP's library for performing causal interventions on PyTorch models. It provides a declarative, dict-based framework for activation patching, causal tracing, and interchange intervention training - making intervention experiments reproducible and shareable.
geopandas
by davila7/claude-code-templates
GeoPandas extends pandas to enable spatial operations on geometric types. It combines the capabilities of pandas and shapely for geospatial data analysis.
grpo-rl-training
by davila7/claude-code-templates
Expert-level guidance for implementing Group Relative Policy Optimization (GRPO) using the Transformer Reinforcement Learning (TRL) library. This skill provides battle-tested patterns, critical insights, and production-ready workflows for fine-tuning language models with custom reward functions.
mamba-architecture
by davila7/claude-code-templates
Mamba is a state-space model architecture achieving O(n) linear complexity for sequence modeling.
phoenix-observability
by davila7/claude-code-templates
Open-source AI observability and evaluation platform for LLM applications with tracing, evaluation, datasets, experiments, and real-time monitoring.
railway-database
by davila7/claude-code-templates
Add official Railway database services. These are maintained templates with pre-configured volumes, networking, and connection variables.
scikit-survival
by davila7/claude-code-templates
scikit-survival is a Python library for survival analysis built on top of scikit-learn. It provides specialized tools for time-to-event analysis, handling the unique challenge of censored data where some observations are only partially known.