skillfed

ai-architect-expert

AI Architect Expert provides in-depth guidance on building production-grade AI systems, covering model registries, feature stores, distributed training pipelines, and inference optimization. Learn MLOps best practices, from CI/CD automation to monitoring strategies, and implement scalable patterns for real-time and batch workloads.

AI Architect Expert delivers expert-level guidance for designing scalable AI systems and MLOps infrastructure.

AI-generated summary based on this skill's SKILL.md

38 8 Apache-2.0 updated by personamanagmentlayer

Install

personamanagmentlayer/pcl/ai-architect-expert · repository language: TypeScript

git clone https://github.com/personamanagmentlayer/pcl
cp -r pcl/stdlib/ai/ai-architect-expert ~/.claude/skills/ai-architect-expert
npx skillfed install personamanagmentlayer/pcl/ai-architect-expert

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does AI Architect Expert cover for AI system architecture design?

AI Architect Expert provides comprehensive guidance on designing and architecting scalable AI/ML systems and infrastructure. The skill covers production-grade patterns for building enterprise ML systems, including model registries, feature stores, distributed training pipelines, and inference optimization strategies. You'll learn how to structure systems that handle both real-time and batch workloads while maintaining reliability and performance at scale.

How does AI Architect Expert help with MLOps infrastructure setup?

AI Architect Expert teaches MLOps infrastructure setup and deployment through practical guidance on CI/CD automation for machine learning models, model monitoring and observability setup, and data drift detection in production. The skill covers end-to-end pipeline design, automated retraining workflows, and deployment strategies including blue-green approaches. You'll learn how to implement monitoring systems that track model performance and data quality continuously.

What model serving architecture patterns does AI Architect Expert teach?

AI Architect Expert covers model serving architecture patterns including batch vs real-time inference architecture, model serving with FastAPI, and various deployment strategies. The skill helps you understand when to use different serving approaches, how to optimize inference performance, and patterns for scaling model serving across distributed infrastructure. You'll learn practical implementation details for production-grade serving systems.

How can I use AI Architect Expert to optimize distributed training?

AI Architect Expert provides guidance on optimizing distributed training and inference performance, including distributed training with PyTorch DDP and GPU optimization for training. The skill covers infrastructure scalability patterns and performance tuning techniques for large-scale training workloads. You'll learn best practices for managing resources efficiently and scaling training across multiple GPUs and nodes.

What best practices does AI Architect Expert teach for building scalable ML platforms?

AI Architect Expert teaches ML platform engineering best practices and anti-patterns to avoid when building enterprise ML systems. The skill covers feature store implementation, model registry and versioning systems, and AI ops best practices. You'll learn how to design platforms that support the full ML lifecycle—from data preparation through model deployment, monitoring, and automated retraining—while maintaining scalability and reliability.

Is AI Architect Expert open source and what license does it use?

AI Architect Expert is released under the Apache-2.0 license, making it open source and freely available for use, modification, and distribution. This permissive license allows you to leverage the skill's guidance in both commercial and non-commercial projects while maintaining proper attribution.

SKILL.md

rendered from the published skill — quoted content, verbatim

AI Architect Expert

Expert guidance for designing AI systems, MLOps architecture, scalable ML infrastructure, and AI platform engineering.

Core Concepts

AI System Architecture
  • Model serving architectures
  • Real-time vs batch inference
  • Feature stores
  • Model registries
  • Training pipelines
  • Data versioning
MLOps Infrastructure
  • CI/CD for ML
  • Model monitoring and observability
  • A/B testing frameworks
  • Model retraining automation
  • Resource orchestration
  • Cost optimization
Scalability Patterns
  • Distributed training
  • Model parallelism
  • Data parallelism
  • Inference optimization
  • Caching strategies
  • Load balancing

ML Platform Architecture

```python from dataclasses import dataclass from typing import Dict, List, Optional from enum import Enum

class ModelStage(Enum): DEVELOPMENT = "development" STAGING = "staging" PRODUCTION = "production" ARCHIVED =

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
stdlib/ai/ai-architect-expert/SKILL.md

Related skills

Tags

production-ml infrastructure-design model-lifecycle deployment-patterns performance-optimization data-management system-reliability enterprise-ai operational-excellence platform-engineering