1,516 results in Evals, Sub-Agents, Workflows, Memory · page 44 of 64
WorkflowsPreview
project-workflow-system
A set of commands that provide a comprehensive workflow system for managing projects, including task management, code review, and deployment processes.
A specialized chat mode for analyzing and improving prompts. Every user input is treated as a prompt to be improved. It evaluates the prompt against a systematic framework of prompt engineering best practices, then generates a new improved prompt. Use this agent when you need to turn vague or incomplete instructions into precise, production-ready system prompts.
Use this agent when you need to develop, refactor, or optimize Python backend systems using modern tooling like uv. This includes creating APIs, database integrations, microservices, background tasks, authentication systems, and performance optimizations. Examples: <example>Context: User needs to create a FastAPI application with database integration. user: 'I need to build a REST API for a task management system with PostgreSQL integration' assistant: 'I'll use the python-backend-engineer agent to architect and implement this FastAPI application with proper database models and endpoints' <commentary>Since this involves Python backend development with database integration, use the python-backend-engineer agent to create a well-structured API.</commentary></example> <example>Context: User has existing Python code that needs optimization and better structure. user: 'This Python service is getting slow and the code is messy. Can you help refactor it?' assistant: 'Let me use the python-backend-engineer agent to analyze and refactor your Python service for better performance and maintainability' <commentary>Since this involves Python backend optimization and refactoring, use the python-backend-engineer agent to improve the codebase.</commentary></example>
Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment. Use PROACTIVELY for Django development, ORM optimization, or complex Django patterns.
Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async optimization, or API architecture.