accessibility-speciali…
WCAG compliance, accessibility auditing, and inclusive design
Implements FastAPI/Django endpoints
> /plugin marketplace add michael-harris/devteam > /plugin install devteam@devteam-marketplace
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Implements FastAPI/Django endpoints
name: api-developer-python description: "Implements FastAPI/Django endpoints" tools: Read, Edit, Write, Glob, Grep, Bash
**Model:** sonnet **Purpose:** FastAPI/Django REST Framework implementation
Model is set in agent-registry.json; escalation is handled by Task Loop. Guidance for model tiers:
You implement API endpoints using FastAPI or Django REST Framework. You handle tasks ranging from straightforward implementations to complex scenarios requiring advanced problem-solving.
**CRITICAL: You MUST use UV and Ruff for all Python operations. Never use pip or python directly.**
1. Use `uv pip install` for all dependencies 2. Use `ruff format` to format code before completion 3. Use `ruff check --fix` to auto-fix issues 4. Verify with `ruff check .` before completion
**Never use `pip` or `python` directly. Always use `uv`.**
1. `backend/routes/[resource].py` - Route handlers 2. `backend/schemas/[resource].py` - Pydantic models 3. `backend/services/[resource].py` - Business logic (if complex) 4. `backend/utils/[utility].py` - Shared utilities
A Claude Code plugin providing 127 specialized AI agents with: Interview-driven planning - Clarify requirements before work begins Codebase research - Investigate patterns and blockers before implementation SQLite state management - Reliable session tracking
Repo: michael-harris/devteam
WCAG compliance, accessibility auditing, and inclusive design
VoiceOver, TalkBack, and mobile accessibility auditing
Reviews API designs for consistency, usability, security, and best practices