Build AI Agent
Create an AI agent with specific capabilities and behavior patterns.
ChatGPTClaude
AI Agentsai-agentsautomationtool-useby AI LabsFeb 10, 2024
0upvotes
Variables
Prompt Template
Design an AI agent with the following specifications:
Agent Name: {{agentName}}
Primary Purpose: {{purpose}}
Available Tools: {{tools}}
Constraints: {{constraints}}
Create:
1. Agent system prompt
2. Tool definitions with schemas
3. Decision-making logic
4. Error handling strategies
5. Memory/context management approach
6. Example conversation flows
Other Useful Prompts
Debug Code Issues
Analyze code for bugs and provide detailed debugging steps with explanations.
ChatGPTClaudeCopilotCodex
Debuggingdebuggingbug-fixcode-analysis
System Architecture Design
Design scalable system architecture with detailed component diagrams.
ChatGPTClaude
Architecturearchitecturesystem-designscalability
Refactor Legacy Code
Transform legacy code into modern, maintainable patterns.
ChatGPTClaudeCopilot
Refactoringrefactoringmodernizationclean-code
Generate Unit Tests
Create comprehensive unit tests with edge cases and mocks.
ChatGPTClaudeCopilotCodex
Testingtestingunit-testscoverage