Browse the most recently seen skills in the imported catalog, with a stable tiebreak on current popularity.
davila7/claude-code-templates
Generate professional clinical decision support (CDS) documents for pharmaceutical companies, clinical researchers, and medical decision-makers. This skill specializes in analytical, evidence-based documents that inform treatment strategies and drug development:
davila7/claude-code-templates
Flash Attention provides 2-4x speedup and 10-20x memory reduction for transformer attention through IO-aware tiling and recomputation.
davila7/claude-code-templates
TransformerLens is the de facto standard library for mechanistic interpretability research on GPT-style language models. Created by Neel Nanda and maintained by Bryce Meyer, it provides clean interfaces to inspect and manipulate model internals via HookPoints on every activation.
aj-geddes/useful-ai-prompts
Design offline-first mobile applications that provide seamless user experience regardless of connectivity.
0xbigboss/claude-code
Source provenance, compatibility, automated checks, and current evidence depth are available on the full page.
aj-geddes/useful-ai-prompts
Implement robust database migration systems with version control, rollback capabilities, and data transformation strategies. Includes migration frameworks and production deployment patterns.
davila7/claude-code-templates
OpenAI's model that understands images from natural language.
davila7/claude-code-templates
Comprehensive guide to running ML workloads on Lambda Labs GPU cloud with on-demand instances and 1-Click Clusters.
davila7/claude-code-templates
NeMo Guardrails adds programmable safety rails to LLM applications at runtime.
davila7/claude-code-templates
bitsandbytes reduces LLM memory by 50% (8-bit) or 75% (4-bit) with <1% accuracy loss.
aj-geddes/useful-ai-prompts
Establish semantic versioning practices to maintain consistent version numbering aligned with release significance, enabling automated version management and release notes generation.
davila7/claude-code-templates
SAELens is the primary library for training and analyzing Sparse Autoencoders (SAEs) - a technique for decomposing polysemantic neural network activations into sparse, interpretable features. Based on Anthropic's groundbreaking research on monosemanticity.
aj-geddes/useful-ai-prompts
Visual regression testing captures screenshots of UI components and pages, then compares them across versions to detect unintended visual changes. This automated approach catches CSS bugs, layout issues, and design regressions that traditional functional tests miss.
aj-geddes/useful-ai-prompts
Web performance audits measure load times, identify bottlenecks, and guide optimization efforts to create faster, better user experiences.
davila7/claude-code-templates
LitGPT provides 20+ pretrained LLM implementations with clean, readable code and production-ready training workflows.
aj-geddes/useful-ai-prompts
Slow database queries are a common performance bottleneck. Optimization through indexing, efficient queries, and caching dramatically improves application performance.
aj-geddes/useful-ai-prompts
Implement comprehensive authentication strategies for APIs including JWT tokens, OAuth 2.0, API keys, and session management with proper security practices.
davila7/claude-code-templates
ClinicalTrials.gov is a comprehensive registry of clinical studies conducted worldwide, maintained by the U.S. National Library of Medicine. Access API v2 to search for trials, retrieve detailed study information, filter by various criteria, and export data for analysis. The API is public (no authentication required)...
aj-geddes/useful-ai-prompts
Implement comprehensive backup and disaster recovery strategies. Covers backup types, retention policies, restore testing, and recovery time objectives (RTO/RPO).
leeovery/claude-laravel
Testing patterns with Pest: Arrange-Act-Assert, proper mocking, null drivers, declarative factories.
davila7/claude-code-templates
Treatment plan writing is the systematic documentation of clinical care strategies designed to address patient health conditions through evidence-based interventions, measurable goals, and structured follow-up. This skill provides comprehensive LaTeX templates and validation tools for creating concise, focused...
aj-geddes/useful-ai-prompts
Create clear, user-friendly documentation that helps users understand and effectively use your product, with step-by-step instructions, screenshots, and practical examples.
aj-geddes/useful-ai-prompts
Design and configure API gateways to handle routing, authentication, rate limiting, and request/response transformation for microservice architectures.
aj-geddes/useful-ai-prompts
Browser debugging tools help identify and fix client-side issues including JavaScript errors, layout problems, and performance issues.