davila7/claude-code-templates

CLI tool for configuring and monitoring Claude Code

About the project

Claude Code Templates is a command-line tool and catalogue for configuring Anthropic’s Claude Code with agents, commands, settings, hooks, integrations, skills, and project templates. Developers use it to browse and install reusable components for their coding workflows. The catalogue includes many of these Claude Code components.

This repository also configures its own agents. See what claude-code-templates tells them →

31kStars on the repository
201Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

crewai

25

davila7/claude-code-templates

Skill Claude CodeCodex

Expert in CrewAI - the leading role-based multi-agent framework used by 60% of Fortune 500 companies. Covers agent design with roles and goals, task definition, crew orchestration, process types (sequential, hierarchical, parallel), memory systems, and flows for complex workflows. Essential for building collaborative…

not rated 31k +44 today A Socket: passSnyk: warnSkillSpector: pass 89 tokens original MIT

data-engineer

26

davila7/claude-code-templates

Skill Claude CodeCodex

Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms.

not rated 31k +44 today A SkillSpector: pass 35 tokens original MIT

nemo-curator

27

davila7/claude-code-templates

Skill Claude CodeCodex

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…

not rated 31k +44 today A SkillSpector: pass 83 tokens original MIT

ray-data

28

davila7/claude-code-templates

Skill Claude CodeCodex

Scalable data processing for ML workloads. Streaming execution across CPU/GPU, supports Parquet/CSV/JSON/images. Integrates with Ray Train, PyTorch, TensorFlow. Scales from single machine to 100s of nodes. Use for batch inference, data preprocessing, multi-modal data loading, or distributed ETL pipelines.

not rated 31k +44 today A SkillSpector: pass 70 tokens original MIT

data-scientist

29

davila7/claude-code-templates

Skill Claude CodeCodex

Expert data scientist for advanced analytics, machine learning, and statistical modeling. Handles complex data analysis, predictive modeling, and business intelligence.

not rated 31k +44 today A SkillSpector: pass 31 tokens original MIT

datadog-cli

30

davila7/claude-code-templates

Skill Claude CodeCodex

Datadog CLI for searching logs, querying metrics, tracing requests, and managing dashboards. Use this when debugging production issues or working with Datadog observability.

not rated 31k +44 today A Socket: passSnyk: passSkillSpector: warn 38 tokens original MIT

davila7/claude-code-templates

Skill Claude Code

Deep research skill powered by NotebookLM MCP. Conducts structured multi-source research (market analysis, competitive intel, trend analysis, prospect research) using Google NotebookLM as the research engine, then delivers formatted briefs and optional studio artifacts (slides, audio podcasts, videos, infographics…

not rated 31k +44 today A SkillSpector: pass 68 tokens original MIT

deep-research

32

davila7/claude-code-templates

Skill Claude CodeCodex needs its repo

Run autonomous research tasks that plan, search, read, and synthesize information into comprehensive reports.

not rated 31k +44 today A Snyk: failSkillSpector: pass 23 tokens original MIT

davila7/claude-code-templates

Skill Claude CodeCodex

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.

not rated 31k +44 today A Socket: passSnyk: passSkillSpector: pass 26 tokens copy · 92% MIT

davila7/claude-code-templates

Skill Claude CodeCodex

Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.

not rated 31k +44 today A SkillSpector: pass 69 tokens copy · 88% MIT

deepspeed

35

davila7/claude-code-templates

Skill Claude CodeCodex

Expert guidance for distributed training with DeepSpeed - ZeRO optimization stages, pipeline parallelism, FP16/BF16/FP8, 1-bit Adam, sparse attention.

not rated 31k +44 today B SkillSpector: warn 38 tokens original MIT

davila7/claude-code-templates

Skill Claude CodeCodex

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…

not rated 31k +44 today A SkillSpector: warn 82 tokens original MIT

pytorch-fsdp

37

davila7/claude-code-templates

Skill Claude CodeCodex

Expert guidance for Fully Sharded Data Parallel training with PyTorch FSDP - parameter sharding, mixed precision, CPU offloading, FSDP2.

not rated 31k +44 today B SkillSpector: warn 37 tokens original MIT

pytorch-lightning

38

davila7/claude-code-templates

Skill Claude CodeCodex

High-level PyTorch framework with Trainer class, automatic distributed training (DDP/FSDP/DeepSpeed), callbacks system, and minimal boilerplate. Scales from laptop to supercomputer with same code. Use when you want clean training loops with built-in best practices.

not rated 31k +44 today A SkillSpector: pass 59 tokens copy · 86% MIT

ray-train

39

davila7/claude-code-templates

Skill Claude CodeCodex

Distributed training orchestration across clusters. Scales PyTorch/TensorFlow/HuggingFace from laptop to 1000s of nodes. Built-in hyperparameter tuning with Ray Tune, fault tolerance, elastic scaling. Use when training massive models across multiple machines or running distributed hyperparameter sweeps.

not rated 31k +44 today A SkillSpector: pass 63 tokens original MIT

davila7/claude-code-templates

Skill Claude CodeCodex

Compress large language models using knowledge distillation from teacher to student models. Use when deploying smaller models with retained performance, transferring GPT-4 capabilities to open-source models, or reducing inference costs. Covers temperature scaling, soft targets, reverse KLD, logit distillation, and…

not rated 31k +44 today A SkillSpector: pass 65 tokens original MIT

long-context

41

davila7/claude-code-templates

Skill Claude CodeCodex needs its repo

Extend context windows of transformer models using RoPE, YaRN, ALiBi, and position interpolation techniques. Use when processing long documents (32k-128k+ tokens), extending pre-trained models beyond original context limits, or implementing efficient positional encodings. Covers rotary embeddings, attention biases…

not rated 31k +44 today A SkillSpector: warn 74 tokens original MIT

model-merging

42

davila7/claude-code-templates

Skill Claude CodeCodex

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…

not rated 31k +44 today A SkillSpector: pass 73 tokens original MIT

model-pruning

43

davila7/claude-code-templates

Skill Claude CodeCodex

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…

not rated 31k +44 today A SkillSpector: pass 70 tokens original MIT

moe-training

44

davila7/claude-code-templates

Skill Claude CodeCodex

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…

not rated 31k +44 today A SkillSpector: pass 85 tokens original MIT

davila7/claude-code-templates

Skill Claude CodeCodex

Accelerate LLM inference using speculative decoding, Medusa multiple heads, and lookahead decoding techniques. Use when optimizing inference speed (1.5-3.6× speedup), reducing latency for real-time applications, or deploying models with limited compute. Covers draft models, tree-based attention, Jacobi iteration…

not rated 31k +44 today A SkillSpector: pass 77 tokens original MIT

davila7/claude-code-templates

Skill Claude CodeCodex

Evaluates code generation models across HumanEval, MBPP, MultiPL-E, and 15+ benchmarks with pass@k metrics. Use when benchmarking code models, comparing coding abilities, testing multi-language support, or measuring code generation quality. Industry standard from BigCode Project used by HuggingFace leaderboards.

not rated 31k +44 today A SkillSpector: warn 68 tokens original MIT

davila7/claude-code-templates

Skill Claude CodeCodex

Evaluates LLMs across 60+ academic benchmarks (MMLU, HumanEval, GSM8K, TruthfulQA, HellaSwag). Use when benchmarking model quality, comparing models, reporting academic results, or tracking training progress. Industry standard used by EleutherAI, HuggingFace, and major labs. Supports HuggingFace, vLLM, APIs.

not rated 31k +44 today A SkillSpector: pass 85 tokens copy · 89% MIT

nemo-evaluator-sdk

48

davila7/claude-code-templates

Skill Claude CodeCodex

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.

not rated 31k +44 today A SkillSpector: pass 76 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: