davila7/claude-code-templates
These skills were imported into SkillJury from the public skills ecosystem.
gdpr-dsgvo-expert
by davila7/claude-code-templates
Expert-level EU General Data Protection Regulation (GDPR) and German Datenschutz-Grundverordnung (DSGVO) compliance with comprehensive data protection auditing, privacy impact assessment, and regulatory compliance verification capabilities.
pytorch-fsdp
by davila7/claude-code-templates
Comprehensive assistance with pytorch-fsdp development, generated from official documentation.
postgres-schema-design
by davila7/claude-code-templates
Source details, install context, and public review data are available on the full page.
huggingface-accelerate
by davila7/claude-code-templates
Accelerate simplifies distributed training to 4 lines of code.
serving-llms-vllm
by davila7/claude-code-templates
vLLM achieves 24x higher throughput than standard transformers through PagedAttention (block-based KV cache) and continuous batching (mixing prefill/decode requests).
chroma
by davila7/claude-code-templates
The AI-native database for building LLM applications with memory.
llama-cpp
by davila7/claude-code-templates
Pure C/C++ LLM inference with minimal dependencies, optimized for CPUs and non-NVIDIA hardware.
deepspeed
by davila7/claude-code-templates
Comprehensive assistance with deepspeed development, generated from official documentation.
paper-2-web
by davila7/claude-code-templates
This skill enables the transformation of academic papers into multiple promotional and presentation formats using the Paper2All autonomous pipeline. The system converts research papers (LaTeX or PDF) into three primary outputs:
sentence-transformers
by davila7/claude-code-templates
Python framework for sentence and text embeddings using transformers.
dspy
by davila7/claude-code-templates
Source details, install context, and public review data are available on the full page.
evaluating-llms-harness
by davila7/claude-code-templates
lm-evaluation-harness evaluates LLMs across 60+ academic benchmarks using standardized prompts and metrics.
task-execution-engine
by davila7/claude-code-templates
Execute implementation tasks directly from design documents. Tasks are managed as markdown checkboxes - no separate session files needed.
information-security-manager-iso27001
by davila7/claude-code-templates
Expert-level Information Security Management System (ISMS) implementation and cybersecurity governance with comprehensive knowledge of ISO 27001, ISO 27002, and healthcare-specific security requirements.
langsmith-observability
by davila7/claude-code-templates
Development platform for debugging, evaluating, and monitoring language models and AI applications.
nowait-reasoning-optimizer
by davila7/claude-code-templates
Implements the NOWAIT technique from the paper "Wait, We Don't Need to 'Wait'! Removing Thinking Tokens Improves Reasoning Efficiency" (Wang et al., 2025).
moe-training
by davila7/claude-code-templates
Source details, install context, and public review data are available on the full page.
model-merging
by davila7/claude-code-templates
Source details, install context, and public review data are available on the full page.
statsmodels
by davila7/claude-code-templates
Statsmodels is Python's premier library for statistical modeling, providing tools for estimation, inference, and diagnostics across a wide range of statistical methods. Apply this skill for rigorous statistical analysis, from simple linear regression to complex time series models and econometric analyses.
peft-fine-tuning
by davila7/claude-code-templates
Fine-tune LLMs by training <1% of parameters using LoRA, QLoRA, and 25+ adapter methods.
transformers
by davila7/claude-code-templates
The Hugging Face Transformers library provides access to thousands of pre-trained models for tasks across NLP, computer vision, audio, and multimodal domains. Use this skill to load models, perform inference, and fine-tune on custom data.
tensorboard
by davila7/claude-code-templates
Source details, install context, and public review data are available on the full page.
hypothesis-generation
by davila7/claude-code-templates
Hypothesis generation is a systematic process for developing testable explanations. Formulate evidence-based hypotheses from observations, design experiments, explore competing explanations, and develop predictions. Apply this skill for scientific inquiry across domains.
training-llms-megatron
by davila7/claude-code-templates
Megatron-Core trains LLMs from 2B to 462B parameters with up to 47% Model FLOP Utilization on H100 GPUs through advanced parallelism strategies.