AI SummaryVT.ai provides Copilot-specific coding instructions for a multimodal AI chat application, establishing standards for Python development including naming conventions, style guides, and testing practices. Developers building AI-powered features with language models will benefit from these standardized guidelines.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "VT.ai — Copilot Instructions" prompt rules to my project. Repository: https://github.com/vinhnx/VT.ai Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
VT.ai - multimodal AI chat app with dynamic conversation routing
API usage
• When interacting with external APIs (e.g., LLM providers), use API keys stored securely (e.g., environment variables or a secrets manager). Do not commit keys to the repository. • Implement proper error handling and retry mechanisms for API calls. • Be mindful of rate limits.
Project context
This project, VT.ai, appears to be focused on AI applications, potentially leveraging language models via tools like LiteLLM. The goal is to create robust and efficient AI-powered features or services. Key technologies include Python.
Indentation
We use tabs, not spaces.
Coding style
• Use snake_case for variables, functions, and filenames. • Use PascalCase for class names. • Add docstrings to all public modules, classes, functions, and methods using Google Python Style Guide. • Keep lines under 120 characters. • Use type hints for function signatures.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts