Category
Developer Tools
Developer-focused skills for code editing, version control, CI/CD pipelines, debugging, and development workflows. These tools help AI agents assist with software engineering tasks.
1,780 skills in this category
mamba-architecture
davila7/claude-code-templates
84State-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 (d_state=16) and Mamba-2 (d_state=128, multi-head). Models 130M-2.8B on HuggingFace.
SKILLPASSING3 Findings4 months agowhisper
davila7/claude-code-templates
84OpenAI'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 ASR.
SKILLPASSING3 Findings4 months agoserver-management
davila7/claude-code-templates
84Server management principles and decision-making. Process management, monitoring strategy, and scaling decisions. Teaches thinking, not commands.
SKILLPASSING3 Findings4 months agogame-changing-features
davila7/claude-code-templates
84Find 10x product opportunities and high-leverage improvements. Use when user wants strategic product thinking, mentions '10x', wants to find high-impact features, or says 'what would make this 10x better', 'product strategy', or 'what should we build next'.
SKILLPASSING3 Findings4 months agoaws-serverless
davila7/claude-code-templates
84Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start optimization.
SKILLPASSING3 Findings4 months ago2d-games
davila7/claude-code-templates
842D game development principles. Sprites, tilemaps, physics, camera.
SKILLPASSING3 Findings4 months agoweb-games
davila7/claude-code-templates
84Web browser game development principles. Framework selection, WebGPU, optimization, PWA.
SKILLPASSING3 Findings4 months agohuggingface-tokenizers
davila7/claude-code-templates
84Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance tokenization or custom tokenizer training.
SKILLPASSING4 Findings4 months agofeedback-mastery
davila7/claude-code-templates
84Navigate difficult conversations and deliver constructive feedback using structured frameworks. Covers the Preparation-Delivery-Follow-up model and Situation-Behavior-Impact (SBI) feedback technique. Use when preparing for difficult conversations, giving feedback, or managing conflicts.
SKILLPASSING3 Findings4 months agotorchdrug
davila7/claude-code-templates
84Graph-based drug discovery toolkit. Molecular property prediction (ADMET), protein modeling, knowledge graph reasoning, molecular generation, retrosynthesis, GNNs (GIN, GAT, SchNet), 40+ datasets, for PyTorch-based ML on molecules, proteins, and biomedical graphs.
SKILLPASSING3 Findings4 months agonemo-evaluator-sdk
davila7/claude-code-templates
84Evaluates 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.
SKILLPASSING3 Findings4 months agofaiss
davila7/claude-code-templates
84Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN search, large-scale vector retrieval, or when you need pure similarity search without metadata. Best for high-performance applications.
SKILLPASSING3 Findings4 months ago