All authors
anubhavg-icpl avatar

Claude Skills by anubhavg-icpl

github.com/anubhavg-icpl
5,087 skillsA× 4,927B× 122C× 23D× 8F× 70 installs935 views
Skill Classification DiagnosticsA

Given a confusion matrix and class names, surface per-class failures and propose the single most impactful fix. Use when you need help with skill classification diagnostics.

developmentgodebugging
0
8
Skill Clustering GuideA

Choose the right clustering algorithm based on data shape, noise, and constraints. Use when you need help with skill clustering guide.

developmentgo
0
8
Skill Cmer MonitorA

Instrument a production VLM endpoint with Cross-Modal Error Rate monitoring, dashboards, and alerts. Use when you need help with skill cmer monitor.

developmentpythongit
0
8
Skill Complex ArithmeticA

Quick reference for complex number operations in ML and signal processing contexts. Use when you need help with skill complex arithmetic.

developmentpythonangular
0
8
Skill Concept Prompt DesignerA

Turn user utterances into well-formed SAM 3 concept prompts with splitting, disambiguation, and fallbacks. Use when you need help with skill concept prompt designer.

developmentdebuggingapi
0
8
Skill Context EngineeringA

Decision framework for designing context assembly pipelines based on task type, window size, and latency budget. Use when you need help with skill context engineering.

ai-agentspythongo
0
8
Skill Conv Shape CalculatorA

Walk a CNN spec layer by layer and report output shape, receptive field, and parameter count for every block. Use when you need help with skill conv shape calculator.

developmentdebugging
0
8
Skill Convexity CheckerA

Determine if an optimization problem is convex and choose the right solver. Use when you need help with skill convexity checker.

developmentgogit
0
8
Skill Cost PatternsA

Decision framework for LLM cost optimization -- caching strategies, rate limiting, model routing, and budget controls. Use when you need help with skill cost patterns.

ai-agentspythongo
0
8
Skill Cot PatternsA

Decision framework for choosing the right reasoning technique based on task complexity, accuracy requirements, and cost constraints. Use when you need help with skill cot patterns.

ai-agentsreact
0
8
Skill Ctc DecoderA

Write greedy and beam-search CTC decoders from scratch, including length normalisation. Use when you need help with skill ctc decoder.

developmentpythonc++
0
8
Skill Dcgan ScaffoldA

Write a complete DCGAN scaffold from z_dim, image_size, and num_channels, including training loop and sample saver. Use when you need help with skill dcgan scaffold.

development
0
8
Skill Debug ChecklistA

Decision-tree checklist for debugging neural network training failures. Use when you need help with skill debug checklist.

developmentgoexpress
0
8
Skill Depth To PointcloudA

Build point clouds from depth maps with correct intrinsics handling and export to .ply. Use when you need help with skill depth to pointcloud.

developmentpython
0
8
Skill Dimensionality ReductionA

Choose the right dimensionality reduction technique for a given task based on data size, goal, and downstream use. Use when you need help with skill dimensionality reduction.

developmentgoperformance
0
8
Skill Embedding PatternsA

Production patterns for embeddings, vector search, and similarity. Use when you need help with skill embedding patterns.

ai-agentssqldebugging
0
8
Skill Ensemble BuilderA

Choose the right ensemble method and configure it for your problem. Use when you need help with skill ensemble builder.

developmentgo
0
8
Skill Eval PatternsA

Decision framework for choosing evaluation strategies -- when to use which method, how to size test suites, and how to integrate evals into CI/CD. Use when you need help with skill eval patterns.

ai-agentsgotesting
0
8
Skill EvaluationA

Evaluation strategy checklist for classification and regression models. Use when you need help with skill evaluation.

developmentrustsecurity
0
8
Skill Feature SelectorA

Quick reference decision tree for choosing the right feature selection method. Use when you need help with skill feature selector.

developmentperformance
0
8
Skill Fine Tuning GuideA

Decision tree for when and how to fine-tune LLMs with LoRA and QLoRA. Use when you need help with skill fine tuning guide.

ai-agentsdebugging
0
8
Skill Frame Sampler AuditorA

Audit a video pipeline's frame sampler for off-by-one, short-clip handling, and crop consistency. Use when you need help with skill frame sampler auditor.

developmentpythondebugging
0
8
Skill Freeze InspectorA

Report which parameters are trainable, which BatchNorm layers are in eval mode, and whether the optimizer is actually consuming the trainable parameters. Use when you need help with skill freeze inspector.

developmentdebugging
0
8
Skill Function Calling PatternsA

Decision framework for implementing function calling in production -- tool design, error handling, security, and provider patterns. Use when you need help with skill function calling patterns.

ai-agentspythongo
0
8
Skill Gradient ComputationA

Compute gradients of common ML loss functions and choose the right derivative approach. Use when you need help with skill gradient computation.

developmentnodedebugging
0
8
Skill Graph AnalysisA

Analyze graph-structured data and choose the right graph algorithm for ML tasks. Use when you need help with skill graph analysis.

developmentgonode
0
8
Skill Guardrail PatternsB

Decision framework for choosing and implementing guardrails in production -- tool selection, layering strategy, and cost-performance tradeoffs. Use when you need help with skill guardrail patterns.

ai-agentsrustgo
0
8
Skill Heatmap To CoordsA

Write the sub-pixel heatmap-to-coordinate routine used by every production pose model. Use when you need help with skill heatmap to coords.

developmentpython
0
8
Skill Image Tensor InspectorA

Inspect any image-shaped tensor or array and report dtype, layout, range, and whether it looks raw, normalized, or standardized. Use when you need help with skill image tensor inspector.

developmentgodebugging
0
8
Skill Image Text RetrieverA

Build an image embedding index with any CLIP checkpoint; support query-by-text and query-by-image. Use when you need help with skill image text retriever.

developmentpythongo
0
8
Skill Imbalanced DataA

Decision checklist for handling imbalanced classification problems. Use when you need help with skill imbalanced data.

developmentgoperformance
0
8
Skill Inference OptimizationA

Diagnose and optimize LLM inference serving throughput, latency, and cost. Use when you need help with skill inference optimization.

developmentapi
0
8
Skill Information TheoryA

Apply information theory concepts to ML loss functions, model evaluation, and feature selection. Use when you need help with skill information theory.

developmentgogit
0
8
Skill Jax PatternsA

Functional programming patterns in JAX -- when and how to use grad, jit, vmap, and pmap. Use when you need help with skill jax patterns.

developmentpythongo
0
8
Skill Latency ProfilerA

Write a complete latency-benchmarking script with warmup, synchronisation, percentiles, and memory tracking. Use when you need help with skill latency profiler.

developmentpythonrust
0
8
Skill LibraryA

Generate a Voyager-shaped skill library with registration, retrieval by similarity, compositional execution, and failure-driven refinement. Use when you need help with skill library.

ai-agentsbackend
0
8
Skill Linear Probe RunnerA

Write the complete linear-probe evaluation for any frozen encoder and labelled dataset. Use when you need help with skill linear probe runner.

developmentpythongo
0
8
Skill Lora Training SetupA

Write a full LoRA training config for a custom dataset, including captions, rank, batch size, and learning rate. Use when you need help with skill lora training setup.

developmentgodebugging
0
8
Skill Mask Rcnn Head SwapperA

Generate the exact code for swapping box and mask heads on a torchvision Mask R-CNN for a custom num_classes. Use when you need help with skill mask rcnn head swapper.

developmentpythondebugging
0
8
Skill Mot EvaluatorA

Write a complete evaluation harness for MOTA / IDF1 / HOTA against ground-truth tracks. Use when you need help with skill mot evaluator.

developmentpython
0
8
Skill Naive Bayes ChooserA

Choose the right Naive Bayes variant for your classification task. Use when you need help with skill naive bayes chooser.

developmentrustgo
0
8
Skill Noise Schedule DesignerA

Produce a linear, cosine, or sigmoid beta schedule given T and target corruption level, plus SNR plot. Use when you need help with skill noise schedule designer.

developmentgodebugging
0
8
Skill PerceptronA

Understand the perceptron pattern and when to use single-layer vs multi-layer architectures. Use when you need help with skill perceptron.

developmentnode
0
8
Skill Physical Plausibility ChecksA

Automated checks for object permanence, gravity, and continuity on any generated video before shipping. Use when you need help with skill physical plausibility checks.

developmentrailsdebugging
0
8
Skill Pipeline Budget PlannerA

Given target latency and throughput, assign a time budget to every pipeline stage and flag which stage will miss its budget first. Use when you need help with skill pipeline budget planner.

devopsgoperformance
0
8
Skill Point Cloud LoaderA

Write a PyTorch Dataset for .ply / .pcd / .xyz files with correct normalisation, centring, and point sampling. Use when you need help with skill point cloud loader.

developmentpythondebugging
0
8
Skill Probability ReasoningA

Choose the right probability distribution for a given ML problem. Use when you need help with skill probability reasoning.

developmentgogit
0
8
Skill Production ChecklistB

Decision framework for shipping LLM applications to production -- covers every component with specific thresholds and pass/fail criteria. Use when you need help with skill production checklist.

developmentgorails
0
8
Skill Prompt PatternsA

Decision framework for choosing the right prompt pattern based on task type, reliability requirements, and target model. Use when you need help with skill prompt patterns.

developmentrails
0
8
Skill Pytorch PatternsA

Reference patterns for PyTorch training, evaluation, and deployment. Use when you need help with skill pytorch patterns.

developmentpython
0
8