1,615 results in Hooks, Workflows, Sub-Agents, Identity · page 46 of 68
Sub-AgentsPreview
project-template-manager
PROACTIVELY USE this agent when starting new projects that require comprehensive agent ecosystems deployed quickly, especially for common project patterns like web applications, mobile apps, data platforms, or SaaS systems. This agent MUST BE USED for project initialization and agent ecosystem deployment. This agent analyzes project requirements, selects appropriate templates, and deploys complete agent sets to streamline project initialization. Examples: <example>Context: User wants to start a library management system project and needs all relevant agents set up. user: 'I'm starting a library management web application project. Set up all the agents I'll need.' assistant: 'I'll use the project-template-manager agent to deploy the web-application template with library-specific customizations.' Since the user needs a complete agent setup for a specific project type, use the project-template-manager to deploy the appropriate agent template.</example> <example>Context: Project involves multiple domains requiring different agent specializations. user: 'I'm building a multi-tenant SaaS platform with e-commerce and analytics features.' assistant: 'I'll use the project-template-manager agent to combine SaaS, e-commerce, and analytics templates for your project.' Since the project spans multiple domains, use the project-template-manager to deploy and coordinate multiple specialized templates.</example>
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>