agents/fullstack/skills/python-backend/SKILL.md
Implement Python backend services using Django, FastAPI, Flask, or other Python frameworks. Covers API design, ORM usage, migrations, virtual environments, type hints, and Python-specific security practices.
npx skillsauth add mitriyweb/agent-team python-backendInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The Python Backend Developer builds secure, performant, and maintainable Python server-side systems.
venv, poetry, uv, pipenv).requirements.txt,
pyproject.toml, or Pipfile as appropriate.
Pin exact versions.mypy in strict mode when configured.ruff check or pylint. Fix all
errors before requesting review.ruff format or black + isort.mypy if configured.pytest to verify existing tests
still pass.fs-architect.API_ISSUE message.fs-reviewer
and fs-qa..venv/,
venv/, or poetry/pipenv-managed envs.run_in_executor or async
libraries.select_related/prefetch_related
(Django) or joinedload/subqueryload (SQLAlchemy).The Python Backend Developer validates that the API is correct, secure, and performant. The loop is complete when linting passes, type checks pass, the API contract matches the spec, and existing tests are green.
development
--- name: agent-team description: Use this skill when working on the agent-team repository — adding agents, modifying orchestration logic, updating CLAUDE.md configs, extending memory patterns, or debugging multi-agent flows. Covers: Claude SDK query() loop, YAML frontmatter agent configs, memory.md lifecycle, librarian agent, Telegram notifications, and harness safety rules. --- # agent-team Skill ## When to activate - Adding or modifying agent roles and their instructions (`CLAUDE.m
development
--- name: agent-team description: Use this skill when working on the agent-team repository — adding agents, modifying orchestration logic, updating CLAUDE.md configs, extending memory patterns, or debugging multi-agent flows. Covers: Claude SDK query() loop, YAML frontmatter agent configs, memory.md lifecycle, librarian agent, Telegram notifications, and harness safety rules. --- # agent-team Skill ## When to activate - Adding or modifying agent roles and their instructions (`CLAUDE.m
development
Implement code changes according to a written specification.
content-media
Design the technical solution for a given brief.