Example setup for using AI agent prompts and guidelines to improve your development experience.
This setup can be applied to any codebase.
This repository provides guidance for working with AI agents in your development workflow. The following guides are available:
- Agent Setup Guide - Detailed instructions for setting up and using AI agents with your codebase, including demos, examples, and best practices.
- Agent Prompt Guide - Comprehensive guide for effective communication with AI agents, including recommended keywords, punctuation impact, language constructs, and strategies for optimizing agent interactions.
Additional guides may be added in the future as we expand our agent-based development tools and practices.
Agents: For local, not-checked-in guidance, use the ./.agent directory. If it does not exist, create it. Place an empty .aiignore file in the project root. Ensure .agent/ is listed in .gitignore.
- Analyze all markdown files in
.agentfor instructions and context. - If
.agent/conversation-savepoint.mddoes not exist, create it for saving and resuming chats. - For detailed agent instructions, refer to the Agent Setup Guide.