·server-skills
</>

server-skills

llama-farm/llamafarm

FastAPI、Celery 和 Pydantic 的特定于服务器的最佳实践。使用特定于框架的模式扩展 python 技能。

18安装·2热度·@llama-farm

安装

$npx skills add https://github.com/llama-farm/llamafarm --skill server-skills

SKILL.md

Framework-specific patterns and code review checklists for the LlamaFarm Server component.

| Path | server/ | | Python | 3.12+ | | Framework | FastAPI 0.116+ | | Task Queue | Celery 5.5+ | | Validation | Pydantic 2.x, pydantic-settings | | Logging | structlog with FastAPIStructLogger |

| FastAPI | fastapi.md | Routes, dependencies, middleware, exception handlers | | Celery | celery.md | Task patterns, error handling, retries, signatures | | Pydantic | pydantic.md | Pydantic v2 models, validation, serialization | | Performance | performance.md | Async patterns, caching, connection pooling |

FastAPI、Celery 和 Pydantic 的特定于服务器的最佳实践。使用特定于框架的模式扩展 python 技能。 来源:llama-farm/llamafarm。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/llama-farm/llamafarm --skill server-skills
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 server-skills?

FastAPI、Celery 和 Pydantic 的特定于服务器的最佳实践。使用特定于框架的模式扩展 python 技能。 来源:llama-farm/llamafarm。

如何安装 server-skills?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/llama-farm/llamafarm --skill server-skills 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/llama-farm/llamafarm