Agent skill · Design & Presentation

ai-architect-expert

Expert-level AI system design, MLOps, architecture patterns, and AI infrastructure

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ai-architect-expert --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Version: 1.0.0
Allowed tools: -Read-Write-Edit
Path: skills/ai-ml/ai-architect-expert/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 = "archived" @dataclass class ModelMetadata: name: str version: str framework: str stage: ModelStage metrics: Dict[str, float] created_at: str updated_at: str class ModelRegistry: """Central model registry for ML platform""" def __init__(self): self.models: Dict[str, List[ModelMetadata]] = {} def register_mode

What's inside
Steps it walks through
  1. Core Concepts
  2. AI System Architecture
  3. MLOps Infrastructure
  4. Scalability Patterns
  5. ML Platform Architecture
  6. Training Pipeline Architecture
  7. Model Serving Architecture
  8. Monitoring and Observability
  9. Best Practices
  10. Architecture Design
  11. MLOps
  12. Infrastructure
  13. Anti-Patterns
  14. Resources
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ai-architect-expert skill do?

Expert-level AI system design, MLOps, architecture patterns, and AI infrastructure

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ai-architect-expert --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going