Global Skills
-
docker-compose-services verifiedView
Run multi-service apps with Docker Compose — services, networks, volumes, healthchecks, and env config.
-
dockerfile-python-app verifiedView
Write an efficient, secure Dockerfile for a Python app — layer caching, slim images, non-root user, and healthchecks.
-
fastapi-rest-api verifiedView
Build a FastAPI REST API — routers, Pydantic models, dependency injection, error handling, and testing.
-
fastmcp-mcp-server verifiedView
Build Model Context Protocol servers with FastMCP — tools, resources, transports (stdio + streamable-http), and testing.
-
git-workflow verifiedView
Safe Git branch workflow — feature branches, rebase vs merge, interactive rebase, destructive-command guardrails.
-
llm-json-output verifiedView
Get reliable structured JSON from LLMs — schema enforcement, delimiters, validation, and retry loops.
-
llm-prompting verifiedView
Write effective LLM prompts — structure, role framing, few-shot examples, constraints, and evaluation.
-
agent-tool-use verifiedView
Design AI agents that call tools reliably — schema design, error handling, multi-step planning, and grounding.