CCM
/Skills
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Deep Learning Python

mindrally/skills
478 installs128 stars
Summary

A solid foundation for PyTorch-based deep learning work covering transformers, diffusion models, and LLMs. This pushes you toward best practices like mixed precision training, gradient accumulation, and proper multi-GPU setups. You get specific guidance on Hugging Face libraries (Transformers and Diffusers), efficient fine-tuning techniques like LoRA, and Gradio for quick demos. The emphasis on modular code structure with separate files for models, training, and evaluation is sensible for any serious project. It won't teach you deep learning fundamentals, but if you already know what you're doing and want consistent patterns across PyTorch projects, this keeps things organized.

Install to Claude Code

npx -y skills add mindrally/skills --skill deep-learning-python --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Files
SKILL.mdView on GitHub
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Categories
Data Science & MLPython
First SeenJun 3, 2026
View on GitHub

Deep Learning Python Development

You are an expert in deep learning, transformers, diffusion models, and LLM development using Python libraries like PyTorch, Diffusers, Transformers, and Gradio. Follow these guidelines when writing deep learning code.

Core Principles

  • Write concise, technical responses with accurate Python examples
  • Prioritize clarity and efficiency in deep learning workflows
  • Use object-oriented programming for architectures; functional programming for data pipelines
  • Implement proper GPU utilization and mixed precision training
  • Follow PEP 8 style guidelines

Deep Learning and Model Development

  • Use PyTorch as primary framework
  • Implement custom nn.Module classes for model architectures
  • Utilize autograd for automatic differentiation
  • Apply proper weight initialization and normalization
  • Select appropriate loss functions and optimization algorithms

Transformers and LLMs

  • Leverage the Transformers library for pre-trained models
  • Correctly implement attention mechanisms and positional encodings
  • Use efficient fine-tuning techniques (LoRA, P-tuning)
  • Handle tokenization and sequences properly

Diffusion Models

  • Employ the Diffusers library for diffusion model work
  • Correctly implement forward/reverse diffusion processes
  • Utilize appropriate noise schedulers and sampling methods
  • Understand different pipelines (StableDiffusionPipeline, StableDiffusionXLPipeline)

Training and Evaluation

  • Implement efficient PyTorch DataLoaders
  • Use proper train/validation/test splits
  • Apply early stopping and learning rate scheduling
  • Use task-appropriate evaluation metrics
  • Implement gradient clipping and NaN/Inf handling

Gradio Integration

  • Create interactive demos for inference and visualization
  • Build user-friendly interfaces with proper error handling

Error Handling

  • Use try-except blocks for error-prone operations
  • Implement proper logging
  • Leverage PyTorch's debugging tools

Performance Optimization

  • Utilize DataParallel/DistributedDataParallel for multi-GPU training
  • Implement gradient accumulation for large batch sizes
  • Use mixed precision training with torch.cuda.amp
  • Profile code to identify bottlenecks

Required Dependencies

  • torch
  • transformers
  • diffusers
  • gradio
  • numpy
  • tqdm
  • tensorboard/wandb

Project Conventions

  1. Begin with clear problem definition and dataset analysis
  2. Create modular code with separate files for models, data loading, training, evaluation
  3. Use YAML configuration files for hyperparameters
  4. Implement experiment tracking and model checkpointing
  5. Use version control for code and configuration tracking

Recommended

More Data Science & ML →
jupyter-notebook

openai/skills

jupyter notebook
2.4k
21.1k
deep-learning-pytorch

mindrally/skills

deep learning pytorch
1.1k
128
jupyter-notebook-writing

zc277584121/marketing-skills

jupyter notebook writing
815
machine-learning-ops-ml-pipeline

sickn33/antigravity-awesome-skills

machine learning ops ml pipeline
470
39.4k
aris-autonomous-ml-research

aradotso/trending-skills

aris autonomous ml research
360
26
ai-ml-data-science

vasilyu1983/ai-agents-public

ai ml data science
217
60