A collection of Claude Code addons including custom agents, skills, and other extensions.
Custom agents are stored in the agents/ directory. Each agent is a markdown file with a YAML frontmatter containing metadata and a system prompt defining the agent's expertise.
| Agent | Description |
|---|---|
| deep-learning-engineer | Expert for deep learning tasks including model development, training optimization, inference serving, PyTorch, HuggingFace, distributed training, and building production ML systems |
| distributed-systems-safety-auditor | Performs rigorous safety and liveness analysis of distributed systems code, identifying race conditions, split-brain scenarios, failure cascades, and potential violations of safety properties |
| flyte-contributor | Expert Flyte SDK contributor and code reviewer for working on the flyte-sdk/src codebase, enforcing codebase conventions, API design, async patterns, module organization, and plugin boundaries |
| flyte-expert | Specialist for designing, building, and optimizing Flyte 2.0 workflows, tasks, and applications including async Python, container strategies, triggers, and real-time serving |
| gpu-optimization-expert | Expert for GPU, TPU, and Trainium optimization, hardware selection, CUDA kernel optimization, memory management, and performance debugging |