All authors
luokai0 avatar

Claude Skills by luokai0

github.com/luokai0
5,178 skillsA× 5,065B× 85C× 15D× 10F× 31 installs2,521 views
MatplotlibA

Low-level plotting library for full customization. Use when you need fine-grained control over every plot element, creating novel plot types, or integrating with specific scientific workflows. Export to PNG/PDF/SVG for publication. For quick statistical plots use seaborn; for interactive plots use plotly; for publication-ready multi-panel figures with journal styling, use scientific-visualization.

datapythongo
0
11
MedchemA

Medicinal chemistry filters. Apply drug-likeness rules (Lipinski, Veber), PAINS filters, structural alerts, complexity metrics, for compound prioritization and library filtering.

businesspythongo
0
11
MedusaA

Medusa headless commerce - modules, workflows, API routes, admin UI

developmenttypescriptgo
0
11
Megatron CoreA

Trains large language models (2B-462B parameters) using NVIDIA Megatron-Core with advanced parallelism strategies. Use when training models >1B parameters, need maximum GPU efficiency (47% MFU on H100), or require tensor/pipeline/sequence/context/expert parallelism. Production-ready framework used for Nemotron, LLaMA, DeepSeek.

datagobash
0
11
Meme ScoutA

Comprehensive tool for scouting trending meme coins on DEX platforms like DexScreener. Use for discovering trending tokens, analyzing price movements, volume data, and risk assessments. Supports multiple timeframes (5m, 1h, 6h, 24h) and includes risk checking capabilities for specific tokens.

toolsbashnode
0
11
Mesh GenerationA

Plan and evaluate mesh generation for numerical simulations. Use when choosing grid resolution, checking aspect ratios/skewness, estimating mesh quality constraints, or planning adaptive mesh refinement for PDE discretization.

toolspythongo
0
11
Metabolomics Workbench DatabaseA

Access NIH Metabolomics Workbench via REST API (4,200+ studies). Query metabolites, RefMet nomenclature, MS/NMR data, m/z searches, study metadata, for metabolomics and biomarker discovery.

documentationpythonapi
0
11
MilesA

Provides guidance for enterprise-grade RL training using miles, a production-ready fork of slime. Use when training large MoE models with FP8/INT4, needing train-inference alignment, or requiring speculative RL for maximum throughput.

devopspythongo
0
11
Minimalist SkillA

Clean editorial-style interfaces. Warm monochrome palette, typographic contrast, flat bento grids, muted pastels. No gradients, no heavy shadows.

designgoreact
0
11
MlflowA

Track ML experiments, manage model registry with versioning, deploy models to production, and reproduce experiments with MLflow - framework-agnostic ML lifecycle platform

devopspythongo
0
11
ModalA

Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure management, deploying ML models as APIs, or running batch jobs with automatic scaling.

devopspythonrust
0
11
Model MergingA

Merge multiple fine-tuned models using mergekit to combine capabilities without retraining. Use when creating specialized models by blending domain-specific expertise (math + coding + chat), improving performance beyond single models, or experimenting rapidly with model variants. Covers SLERP, TIES-Merging, DARE, Task Arithmetic, linear merging, and production deployment strategies.

ai-agentspythongo
0
11
Model PruningA

Reduce LLM size and accelerate inference using pruning techniques like Wanda and SparseGPT. Use when compressing models without retraining, achieving 50% sparsity with minimal accuracy loss, or enabling faster inference on hardware accelerators. Covers unstructured pruning, structured pruning, N:M sparsity, magnitude pruning, and one-shot methods.

datapythongo
0
11
Moe TrainingA

Train Mixture of Experts (MoE) models using DeepSpeed or HuggingFace. Use when training large-scale models with limited compute (5× cost reduction vs dense models), implementing sparse architectures like Mixtral 8x7B or DeepSeek-V3, or scaling model capacity without proportional compute increase. Covers MoE architectures, routing mechanisms, load balancing, expert parallelism, and inference optimization.

developmentpythongo
0
11
Molecular DynamicsA

Run and analyze molecular dynamics simulations with OpenMM and MDAnalysis. Set up protein/small molecule systems, define force fields, run energy minimization and production MD, analyze trajectories (RMSD, RMSF, contact maps, free energy surfaces). For structural biology, drug binding, and biophysics.

documentationpythonphp
0
11
MolfeatA

Molecular featurization for ML (100+ featurizers). ECFP, MACCS, descriptors, pretrained models (ChemBERTa), convert SMILES to features, for QSAR and molecular ML.

datapythongo
0
11
MolykitA

CRITICAL: Use for MolyKit AI chat toolkit. Triggers on: BotClient, OpenAI, SSE streaming, AI chat, molykit, PlatformSend, spawn(), ThreadToken, cross-platform async, Chat widget, Messages, PromptInput, Avatar, LLM

ai-agentsrustaws
0
11
Monarch DatabaseA

Query the Monarch Initiative knowledge graph for disease-gene-phenotype associations across species. Integrates OMIM, ORPHANET, HPO, ClinVar, and model organism databases. Use for rare disease gene discovery, phenotype-to-gene mapping, cross-species disease modeling, and HPO term lookup.

researchpythongo
0
11
Ms Teams AppsA

Microsoft Teams bots and AI agents - Claude/OpenAI, Adaptive Cards, Graph API

ai-agentstypescriptpython
0
11
MssqlA

Execute read-only SQL queries against multiple Microsoft SQL Server databases. Use when: (1) querying MSSQL/SQL Server databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelligent auto-selection. Blocks all write operations (INSERT, UPDATE, DELETE, DROP, etc.) for safety.

securitypythonbash
0
11
MysqlA

Execute read-only SQL queries against multiple MySQL databases. Use when: (1) querying MySQL databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelligent auto-selection. Blocks all write operations (INSERT, UPDATE, DELETE, DROP, etc.) for safety.

businesspythonbash
0
11
NanobananaA

Generate and edit images using Google Gemini 3 Pro Image (Nano Banana Pro). Supports text-to-image, image editing, various aspect ratios, and high-resolution output (2K/4K). Use when user wants to generate images, create images, use Gemini image generation, or do AI image generation.

developmentpythongo
0
11
NanogptA

Educational GPT implementation in ~300 lines. Reproduces GPT-2 (124M) on OpenWebText. Clean, hackable code for learning transformers. By Andrej Karpathy. Perfect for understanding GPT architecture from scratch. Train on Shakespeare (CPU) or OpenWebText (multi-GPU).

datapythonbash
0
11
Nemo CuratorA

GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with RAPIDS. Use for preparing high-quality training datasets, cleaning web data, or deduplicating large corpora.

devopspythongo
0
11
Nemo EvaluatorA

Evaluates LLMs across 100+ benchmarks from 18+ harnesses (MMLU, HumanEval, GSM8K, safety, VLM) with multi-backend execution. Use when needing scalable evaluation on local Docker, Slurm HPC, or cloud platforms. NVIDIA's enterprise-grade platform with container-first architecture for reproducible benchmarking.

devopspythongo
0
11
Nemo GuardrailsB

NVIDIA's runtime safety framework for LLM applications. Features jailbreak detection, input/output validation, fact-checking, hallucination detection, PII filtering, toxicity detection. Uses Colang 2.0 DSL for programmable rails. Production-ready, runs on T4 GPU.

ai-agentspythongo
0
11
NetworkxA

Comprehensive toolkit for creating, analyzing, and visualizing complex networks and graphs in Python. Use when working with network/graph data structures, analyzing relationships between entities, computing graph algorithms (shortest paths, centrality, clustering), detecting communities, generating synthetic networks, or visualizing network topologies. Applicable to social networks, biological networks, transportation systems, citation networks, and any domain involving pairwise relationships.

datapythongo
0
11
Neurokit2A

Comprehensive biosignal processing toolkit for analyzing physiological data including ECG, EEG, EDA, RSP, PPG, EMG, and EOG signals. Use this skill when processing cardiovascular signals, brain activity, electrodermal responses, respiratory patterns, muscle activity, or eye movements. Applicable for heart rate variability analysis, event-related potentials, complexity measures, autonomic nervous system assessment, psychophysiology research, and multi-modal physiological signal integration.

developmentpythonbash
0
11
Neuropixels AnalysisA

Neuropixels neural recording analysis. Load SpikeGLX/OpenEphys data, preprocess, motion correction, Kilosort4 spike sorting, quality metrics, Allen/IBL curation, AI-assisted visual analysis, for Neuropixels 1.0/2.0 extracellular electrophysiology. Use when working with neural recordings, spike sorting, extracellular electrophysiology, or when the user mentions Neuropixels, SpikeGLX, Open Ephys, Kilosort, quality metrics, or unit curation.

businesspythongo
0
11
New Rails ProjectA

Create a new Rails project

developmentjavascriptjava
0
11
NnsightA

Provides guidance for interpreting and manipulating neural network internals using nnsight with optional NDIF remote execution. Use when needing to run interpretability experiments on massive models (70B+) without local GPU resources, or when working with any PyTorch architecture.

documentationpythonbash
0
11
Nodejs BackendA

Node.js backend patterns with Express/Fastify, repositories

testingtypescriptsql
0
11
Nonlinear SolversA

Select and configure nonlinear solvers for f(x)=0 or min F(x). Use for Newton methods, quasi-Newton (BFGS, L-BFGS), Broyden, Anderson acceleration, diagnosing convergence issues, choosing line search vs trust region, and analyzing Jacobian quality.

toolspythonrust
0
11
NotebooklmA

Query and manage Google NotebookLM notebooks with persistent profile auth, source sync, batch/multi queries, and structured exports. Use when user asks to query NotebookLM, 'ask my notebook', shares NotebookLM notebook URLs, wants to list/create notebooks, manage sources, do bulk folder sync, dedupe, or audit exports.

toolspythongo
0
11
Numerical IntegrationA

Select and configure time integration methods for ODE/PDE simulations. Use when choosing explicit/implicit schemes, setting error tolerances, adapting time steps, diagnosing integration accuracy, planning IMEX splitting, or handling stiff/non-stiff coupled systems.

toolspythongo
0
11
Numerical StabilityA

Analyze and enforce numerical stability for time-dependent PDE simulations. Use when selecting time steps, choosing explicit/implicit schemes, diagnosing numerical blow-up, checking CFL/Fourier criteria, von Neumann analysis, matrix conditioning, or detecting stiffness in advection/diffusion/reaction problems.

toolspythongo
0
11
Oc 1p ShortlinkA

Create short URLs and submit feature requests using 1p.io.

testingpythonrust
0
11
Oc 2captchaA

Solve CAPTCHAs using 2Captcha service.

testingpythonrust
0
11
Oc 4clawA

4claw — a moderated imageboard for AI agents.

code-qualityawsdocumentation
0
11
Oc Agent BrowserA

A fast Rust-based headless browser automation CLI.

ai-agentspythonrust
0
11
Oc A Share Real Time DataA

Fetch China A-share stock market data (bars, realtime quotes, tick-by-tick transactions) via mootdx/TDX protocol.

testingpythonrust
0
11
Oc AaA

This skill enables the agent to **automatically answer Gmail messages on behalf of a client**.

ai-agentspythonrust
0
11
Oc Aap PassportA

Agent Attestation Protocol - The Reverse Turing Test.

code-qualityawsdocumentation
0
11
Oc Abm OutboundA

Multi-channel ABM automation that turns LinkedIn URLs.

testingpythonrust
0
11
Oc Acc Error MemoryA

Error pattern tracking for AI agents.

ai-agentspythonrust
0
11
Oc Accessibility ToolkitA

Friction-reduction patterns for agents helping.

ai-agentspythonrust
0
11
Oc AccliA

This skill should be used when interacting with Apple Calendar on macOS.

testingrustgo
0
11
Oc Acestep Lyrics TranscriptionA

Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.

code-qualityawsapi
0
11
Oc ActivecampaignA

ActiveCampaign CRM integration for lead management, deal.

testingpythonrust
0
11
Oc Adaptive SuiteA

A continuously adaptive skill suite that empowers Clawdbot.

code-qualityawsdocumentation
0
11