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
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

gguf-quantization

97

davila7/claude-code-templates

Skill Claude CodeCodex

GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.

not rated 31k +51 yesterday A SkillSpector: warn 48 tokens original MIT

gptq

98

davila7/claude-code-templates

Skill Claude CodeCodex

Post-training 4-bit quantization for LLMs with minimal accuracy loss. Use for deploying large models (70B, 405B) on consumer GPUs, when you need 4× memory reduction with <2% perplexity degradation, or for faster inference (3-4× speedup) vs FP16. Integrates with transformers and PEFT for QLoRA fine-tuning.

not rated 31k +51 yesterday A SkillSpector: pass 84 tokens original MIT

hqq-quantization

99

davila7/claude-code-templates

Skill Claude CodeCodex

Half-Quadratic Quantization for LLMs without calibration data. Use when quantizing models to 4/3/2-bit precision without needing calibration datasets, for fast quantization workflows, or when deploying with vLLM or HuggingFace Transformers.

not rated 31k +51 yesterday A SkillSpector: pass 58 tokens original MIT

parallel-agents

100

davila7/claude-code-templates

Skill Claude Code

Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.

not rated 31k +51 yesterday A Socket: passSnyk: passSkillSpector: pass 29 tokens original MIT

perplexity

101

davila7/claude-code-templates

Skill Claude CodeCodex

Web search and research using Perplexity AI. Use when user says "search", "find", "look up", "ask", "research", or "what's the latest" for generic queries. NOT for library/framework docs (use Context7) or workspace questions.

not rated 31k +51 yesterday A Socket: passSnyk: warnSkillSpector: pass 59 tokens original MIT

grpo-rl-training

102

davila7/claude-code-templates

Skill Claude CodeCodex

Expert guidance for GRPO/RL fine-tuning with TRL for reasoning and task-specific model training.

not rated 31k +51 yesterday A SkillSpector: pass 26 tokens original MIT

miles-rl-training

103

davila7/claude-code-templates

Skill Claude CodeCodex

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.

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

openrlhf-training

104

davila7/claude-code-templates

Skill Claude CodeCodex needs its repo

High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.

not rated 31k +51 yesterday B SkillSpector: warn 72 tokens original MIT

simpo-training

105

davila7/claude-code-templates

Skill Claude CodeCodex needs its repo

Simple Preference Optimization for LLM alignment. Reference-free alternative to DPO with better performance (+6.4 points on AlpacaEval 2.0). No reference model needed, more efficient than DPO. Use for preference alignment when want simpler, faster training than DPO/PPO.

not rated 31k +51 yesterday A SkillSpector: pass 62 tokens copy · 88% MIT

slime-rl-training

106

davila7/claude-code-templates

Skill Claude CodeCodex

Provides guidance for LLM post-training with RL using slime, a Megatron+SGLang framework. Use when training GLM models, implementing custom data generation workflows, or needing tight Megatron-LM integration for RL scaling.

not rated 31k +51 yesterday A SkillSpector: warn 52 tokens copy · 94% MIT

davila7/claude-code-templates

Skill Claude CodeCodex needs its repo

Provides guidance for PyTorch-native agentic RL using torchforge, Meta's library separating infra from algorithms. Use when you want clean RL abstractions, easy algorithm experimentation, or scalable training with Monarch and TorchTitan.

not rated 31k +51 yesterday A SkillSpector: pass 49 tokens original MIT

fine-tuning-with-trl

108

davila7/claude-code-templates

Skill Claude CodeCodex

Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works with HuggingFace Transformers.

not rated 31k +51 yesterday A SkillSpector: pass 69 tokens copy · 78% MIT

verl-rl-training

109

davila7/claude-code-templates

Skill Claude CodeCodex

Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.

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

prompt-caching

110

davila7/claude-code-templates

Skill Claude CodeCodex

Caching strategies for LLM prompts including Anthropic prompt caching, response caching, and CAG (Cache Augmented Generation) Use when: prompt caching, cache prompt, response cache, cag, cache augmented.

not rated 31k +51 yesterday A Socket: passSnyk: passSkillSpector: pass 45 tokens original MIT

prompt-engineer

111

davila7/claude-code-templates

Skill Claude CodeCodex

Expert in designing effective prompts for LLM-powered applications. Masters prompt structure, context management, output formatting, and prompt evaluation. Use when: prompt engineering, system prompt, few-shot, chain of thought, prompt design.

not rated 31k +51 yesterday A Socket: passSnyk: passSkillSpector: pass 48 tokens original MIT

dspy

112

davila7/claude-code-templates

Skill Claude CodeCodex

Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming.

not rated 31k +51 yesterday A SkillSpector: warn 35 tokens copy · 91% MIT

guidance

113

davila7/claude-code-templates

Skill Claude CodeCodex

Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained generation framework.

not rated 31k +51 yesterday A SkillSpector: pass 38 tokens original MIT

instructor

114

davila7/claude-code-templates

Skill Claude CodeCodex

Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library.

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

outlines

115

davila7/claude-code-templates

Skill Claude CodeCodex

Guarantee valid JSON/XML/code structure during generation, use Pydantic models for type-safe outputs, support local models (Transformers, vLLM), and maximize inference speed with Outlines - dottxt.ai's structured generation library.

not rated 31k +51 yesterday B SkillSpector: warn 50 tokens original MIT

davila7/claude-code-templates

Skill Claude CodeCodex

Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability.

not rated 31k +51 yesterday A Snyk: passSkillSpector: pass 23 tokens original MIT

prompt-engineering

117

davila7/claude-code-templates

Skill Claude CodeCodex

Expert guide on prompt engineering patterns, best practices, and optimization techniques. Use when user wants to improve prompts, learn prompting strategies, or debug agent behavior.

not rated 31k +51 yesterday A Socket: passSnyk: passSkillSpector: pass 35 tokens original MIT

prompt-library

118

davila7/claude-code-templates

Skill Claude CodeCodex

Curated collection of high-quality prompts for various use cases. Includes role-based prompts, task-specific templates, and prompt refinement techniques. Use when user needs prompt templates, role-play prompts, or ready-to-use prompt examples for coding, writing, analysis, or creative tasks.

not rated 31k +51 yesterday A Socket: passSnyk: passSkillSpector: pass 57 tokens original MIT

pydantic-ai

119

davila7/claude-code-templates

Skill Claude CodeCodex

Build production-ready AI agents with PydanticAI — type-safe tool use, structured outputs, dependency injection, and multi-model support.

not rated 31k +51 yesterday A Snyk: passSkillSpector: pass 32 tokens original MIT

qa-test-planner

120

davila7/claude-code-templates

Skill Claude CodeCodex

Generate comprehensive test plans, manual test cases, regression test suites, and bug reports for QA engineers. Includes Figma MCP integration for design validation.

not rated 31k +51 yesterday A Socket: passSnyk: warnSkillSpector: pass 34 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: