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

davila7/claude-code-templates

Skill Claude CodeCodex

Provides guidance for mechanistic interpretability research using TransformerLens to inspect and manipulate transformer internals via HookPoints and activation caching. Use when reverse-engineering model algorithms, studying attention patterns, or performing activation patching experiments.

not rated 31k +51 today A SkillSpector: warn 52 tokens original MIT

ml-engineer

74

davila7/claude-code-templates

Skill Claude CodeCodex

Build production ML systems with PyTorch 2.x, TensorFlow, and modern ML frameworks. Implements model serving, feature engineering, A/B testing, and monitoring.

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

ml-paper-writing

75

davila7/claude-code-templates

Skill Claude CodeCodex

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.

not rated 31k +51 today A Socket: passSnyk: warnSkillSpector: warn 65 tokens original MIT

mlflow

76

davila7/claude-code-templates

Skill Claude CodeCodex

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

not rated 31k +51 today B SkillSpector: warn 33 tokens original MIT

tensorboard

77

davila7/claude-code-templates

Skill Claude CodeCodex

Visualize training metrics, debug models with histograms, compare experiments, visualize model graphs, and profile performance with TensorBoard - Google's ML visualization toolkit.

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

weights-and-biases

78

davila7/claude-code-templates

Skill Claude CodeCodex

Track ML experiments with automatic logging, visualize training in real-time, optimize hyperparameters with sweeps, and manage model registry with W&B - collaborative MLOps platform.

not rated 31k +51 today A SkillSpector: pass 39 tokens copy · 91% MIT

davila7/claude-code-templates

Skill Claude CodeCodex needs its repo

Implements and trains LLMs using Lightning AI's LitGPT with 20+ pretrained architectures (Llama, Gemma, Phi, Qwen, Mistral). Use when need clean model implementations, educational understanding of architectures, or production fine-tuning with LoRA/QLoRA. Single-file implementations, no abstraction layers.

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

mamba-architecture

80

davila7/claude-code-templates

Skill Claude CodeCodex needs its repo

State-space model with O(n) complexity vs Transformers' O(n²). 5× faster inference, million-token sequences, no KV cache. Selective SSM with hardware-aware design. Mamba-1 (dstate=16) and Mamba-2 (dstate=128, multi-head). Models 130M-2.8B on HuggingFace.

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

nanogpt

81

davila7/claude-code-templates

Skill Claude CodeCodex needs its repo

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).

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

rwkv-architecture

82

davila7/claude-code-templates

Skill Claude CodeCodex

RNN+Transformer hybrid with O(n) inference. Linear time, infinite context, no KV cache. Train like GPT (parallel), infer like RNN (sequential). Linux Foundation AI project. Production at Windows, Office, NeMo. RWKV-7 (March 2025). Models up to 14B parameters.

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

davila7/claude-code-templates

Skill Claude CodeCodex needs its repo

Provides PyTorch-native distributed LLM pretraining using torchtitan with 4D parallelism (FSDP2, TP, PP, CP). Use when pretraining Llama 3.1, DeepSeek V3, or custom models at scale from 8 to 512+ GPUs with Float8, torch.compile, and distributed checkpointing.

not rated 31k +51 today A SkillSpector: warn 83 tokens original MIT

davila7/claude-code-templates

Skill Claude CodeCodex

PyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text descriptions, create sound effects, or perform melody-conditioned music generation.

not rated 31k +51 today A SkillSpector: warn 54 tokens copy · 86% MIT

davila7/claude-code-templates

Skill Claude CodeCodex

Vision-language pre-training framework bridging frozen image encoders and LLMs. Use when you need image captioning, visual question answering, image-text retrieval, or multimodal chat with state-of-the-art zero-shot performance.

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

clip

86

davila7/claude-code-templates

Skill Claude CodeCodex

OpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M image-text pairs. Use for image search, content moderation, or vision-language tasks without fine-tuning. Best for general-purpose image understanding.

not rated 31k +51 today A SkillSpector: warn 60 tokens copy · 89% MIT

llava

87

davila7/claude-code-templates

Skill Claude CodeCodex needs its repo

Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat, visual question answering, and instruction following. Use for vision-language chatbots or image understanding tasks. Best…

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

davila7/claude-code-templates

Skill Claude CodeCodex needs its repo

Foundation model for image segmentation with zero-shot transfer. Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.

not rated 31k +51 today A SkillSpector: warn 45 tokens copy · 88% MIT

davila7/claude-code-templates

Skill Claude CodeCodex

State-of-the-art text-to-image generation with Stable Diffusion models via HuggingFace Diffusers. Use when generating images from text prompts, performing image-to-image translation, inpainting, or building custom diffusion pipelines.

not rated 31k +51 today A SkillSpector: pass 50 tokens copy · 91% MIT

whisper

90

davila7/claude-code-templates

Skill Claude CodeCodex

OpenAI's general-purpose speech recognition model. Supports 99 languages, transcription, translation to English, and language identification. Six model sizes from tiny (39M params) to large (1550M params). Use for speech-to-text, podcast transcription, or multilingual audio processing. Best for robust, multilingual…

not rated 31k +51 today B SkillSpector: warn 67 tokens copy · 91% MIT

davila7/claude-code-templates

Skill Claude CodeCodex

LLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, monitoring production systems, or building systematic testing pipelines for AI applications.

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

davila7/claude-code-templates

Skill Claude CodeCodex

Open-source AI observability platform for LLM tracing, evaluation, and monitoring. Use when debugging LLM applications with detailed traces, running evaluations on datasets, or monitoring production AI systems with real-time insights.

not rated 31k +51 today A SkillSpector: warn 47 tokens original MIT

openai-docs

93

davila7/claude-code-templates

Skill Codex

Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations (for example: Codex, Responses API, Chat Completions, Apps SDK, Agents SDK, Realtime, model capabilities or limits); prioritize OpenAI docs MCP tools and restrict any fallback browsing to…

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

awq-quantization

94

davila7/claude-code-templates

Skill Claude CodeCodex

Activation-aware weight quantization for 4-bit LLM compression with 3x speedup and minimal accuracy loss. Use when deploying large models (7B-70B) on limited GPU memory, when you need faster inference than GPTQ with better accuracy preservation, or for instruction-tuned and multimodal models. MLSys 2024 Best Paper…

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

davila7/claude-code-templates

Skill Claude CodeCodex

Quantizes LLMs to 8-bit or 4-bit for 50-75% memory reduction with minimal accuracy loss. Use when GPU memory is limited, need to fit larger models, or want faster inference. Supports INT8, NF4, FP4 formats, QLoRA training, and 8-bit optimizers. Works with HuggingFace Transformers.

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

davila7/claude-code-templates

Skill Claude CodeCodex

Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences (>512 tokens), encountering GPU memory issues with attention, or need faster inference. Supports PyTorch native SDPA, flash-attn library, H100 FP8, and sliding…

not rated 31k +51 today A SkillSpector: pass 78 tokens copy · 75% 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: