Python backend framework skills — Django, FastAPI, Flask
English | 简体中文
Introduction · Install · Skills · Supported Agents · Ecosystem
Python Skills is a curated collection of Agent Skills for AI coding agents, part of the Full Stack Skills ecosystem maintained by PartMe.AI.
This package includes 3 skills. Each skill is a self-contained SKILL.md file that AI agents load on-demand.
npx skills add full-stack-skills/python-skillsOr install specific skills:
npx skills add full-stack-skills/python-skills --skill <skill-name>| Skill | Description |
|---|---|
django |
Provides comprehensive guidance for Django framework including models, views, templates, forms, admin, REST framework... |
fastapi |
Provides comprehensive guidance for FastAPI framework including routing, request validation, dependency injection, as... |
flask |
Provides comprehensive guidance for Flask framework including routing, templates, forms, database integration, extens... |
Works with Claude Code, Codex, Cursor, OpenCode, Gemini CLI, GitHub Copilot, Windsurf, and 70+ others.
Option 1: npx skills CLI (Recommended)
npx skills add full-stack-skills/python-skillsOption 2: Manual Installation
git clone https://github.com/full-stack-skills/python-skills.git
cp -r python-skills/skills/* .claude/skills/For more details, see the Claude Code Skills Guide and Agent Skills Spec.
| Resource | Link |
|---|---|
| Full Stack Skills | github.com/partme-ai/full-stack-skills |
| All Skill Groups | github.com/full-stack-skills |
| Agent Skills Spec | agentskills.io |
| Skills CLI | github.com/vercel-labs/skills |
Apache 2.0 — see LICENSE.