Agent Skills Marketplace文章目录Agent Skills Marketplace[TOC]  前端开发 (Frontend)⚙️ 后端架构 (Backend) DevOps 云原生 MLOps 机器学习 代码质量与规范️ 系统设计与架构 使用建议 前端开发 (Frontend)技能领域仓库地址说明前端上线检查清单https://github.com/thedaviddias/Front-End-Checklist包含100项HTML、性能、安全、可访问性检查点前端性能优化https://github.com/thedaviddias/Front-End-Performance-Checklist专注资源压缩、懒加载、缓存策略前端开发指南https://github.com/bendc/frontend-guidelinesHTML/CSS/JS 最佳实践与规范前端挑战项目https://github.com/felipefialho/frontend-challenges真实企业开源前端挑战题目前端资源汇总https://github.com/moklick/frontend-stuff框架和工具扩展列表⚙️ 后端架构 (Backend)技能领域仓库地址说明系统设计入门https://github.com/donnemartin/system-design-primer最知名的系统设计学习仓库含面试题和架构图Express API 模式https://github.com/nemtsov/express-api-bootstrap生产级 Express.js 后端结构后端开发资源https://github.com/RitikPatni/Front-End-Web-Development-Resources综合前后端学习资源 DevOps 云原生技能领域仓库地址说明Docker 投票应用https://github.com/dockersamples/example-voting-app多容器 Docker Compose 经典案例Bank of Anthoshttps://github.com/GoogleCloudPlatform/bank-of-anthosGKE/Kubernetes 微服务示例Azure Eshophttps://github.com/dotnet-architecture/eShopOnContainers微软生态 CI/CD 最佳实践Kubernetes Guestbookhttps://github.com/kubernetes/examples/tree/master/guestbookK8s 存储和服务基础AWS Retail Storehttps://github.com/aws-containers/retail-store-sample-appEKS、Lambda 等 AWS 服务示例vLLM K8s 部署https://github.com/vllm-project/vllmAI/ML 工作负载 K8s 部署 MLOps 机器学习技能领域仓库地址说明MLflowhttps://github.com/mlflow/mlflow开源 MLOps 工具实验追踪和模型注册AI4EOSC MLOpshttps://github.com/AI4EOSC科学工作流 MLOps 最佳实践MLOps 代码规范https://github.com/databricks/mlops-stacksDatabricks 推荐的代码仓库结构 代码质量与规范技能领域仓库地址说明Clean Code 练习https://github.com/diebalbi/clean-code-exercisesC# 增量式 Clean Code 练习Clean Code 与设计模式https://github.com/AmrMosallem/Clean-Code-and-Design-PatternsJava 代码规范与设计模式Swift 最佳实践https://github.com/nicklockwood/SwiftLintSwift 代码规范工具SwiftFormathttps://github.com/nicklockwood/SwiftFormatSwift 代码格式化️ 系统设计与架构技能领域仓库地址说明System Design Primerhttps://github.com/donnemartin/system-design-primer分布式系统设计必读仓库 使用建议初学者建议从 System Design Primer 和 Front-End Checklist 开始建立全局观面试准备重点研究 System Design Primer 中的实战案例生产实践参考 DevOps 部分的 Bank of Anthos 和 Azure Eshop 进行项目实战代码质量通过 Clean Code Exercises 进行刻意练习