·server-skills
</>

server-skills

llama-farm/llamafarm

Server-specific best practices for FastAPI, Celery, and Pydantic. Extends python-skills with framework-specific patterns.

18Installs·2Trend·@llama-farm

Installation

$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 |

Server-specific best practices for FastAPI, Celery, and Pydantic. Extends python-skills with framework-specific patterns. Source: llama-farm/llamafarm.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/llama-farm/llamafarm --skill server-skills
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is server-skills?

Server-specific best practices for FastAPI, Celery, and Pydantic. Extends python-skills with framework-specific patterns. Source: llama-farm/llamafarm.

How do I install server-skills?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/llama-farm/llamafarm --skill server-skills Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

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