mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-09-15 04:17:22 +00:00
Removes the `Chat Prompt.txt`, `VSCode Agent/Prompt.txt`, `Warp.dev/Prompt.txt`, and `v0 Prompts and Tools/Prompt.txt` files. These files likely contain outdated prompts or configurations that are no longer needed in the current project. Removing them helps to clean up the codebase and prevent potential confusion or conflicts.
146 lines
3.6 KiB
Markdown
146 lines
3.6 KiB
Markdown
# 🚀 Quick Start Guide - Advanced AI Agent
|
|
|
|
## 🎯 Getting Started
|
|
|
|
### **Initial Setup**
|
|
```bash
|
|
# Voice Calibration
|
|
"Hello Atlas, calibrate voice recognition for my speech patterns"
|
|
|
|
# Project Analysis
|
|
"Atlas, analyze this project structure and understand the codebase"
|
|
|
|
# Preferences Setup
|
|
"Set my coding style to TypeScript with React, prefer functional components"
|
|
```
|
|
|
|
## 🎙️ Voice Commands
|
|
|
|
### **Navigation**
|
|
```bash
|
|
"Go to file src/components/App.tsx"
|
|
"Show me the main function in utils.ts"
|
|
"Navigate to the authentication module"
|
|
```
|
|
|
|
### **Execution**
|
|
```bash
|
|
"Run all tests in the project"
|
|
"Start the development server"
|
|
"Deploy the application to staging"
|
|
```
|
|
|
|
### **Analysis**
|
|
```bash
|
|
"Analyze the performance of this function"
|
|
"Find potential security vulnerabilities"
|
|
"Check for code quality issues"
|
|
```
|
|
|
|
### **Creation**
|
|
```bash
|
|
"Create a new React component for user profile"
|
|
"Add authentication with JWT"
|
|
"Implement a search functionality"
|
|
```
|
|
|
|
### **Debugging**
|
|
```bash
|
|
"Fix the authentication error in the login function"
|
|
"Optimize the database query in the user service"
|
|
"Resolve the dependency conflict in package.json"
|
|
```
|
|
|
|
## 🔄 Autopilot Mode
|
|
|
|
### **Complex Tasks**
|
|
```bash
|
|
"Implement a complete user management system with authentication,
|
|
profile management, and role-based access control. Use TypeScript,
|
|
React, and Node.js with PostgreSQL. Include tests and documentation."
|
|
```
|
|
|
|
### **Proactive Actions**
|
|
```bash
|
|
"Scan the codebase for potential security vulnerabilities"
|
|
"Optimize the entire application for performance"
|
|
"Update all dependencies to their latest secure versions"
|
|
```
|
|
|
|
## 🛠️ Advanced Features
|
|
|
|
### **Adaptive Learning**
|
|
```bash
|
|
"Learn my coding style and apply it to new code"
|
|
"Remember my preference for functional components"
|
|
"Adapt to my testing approach and patterns"
|
|
```
|
|
|
|
### **Multi-Tool Orchestration**
|
|
```bash
|
|
"Analyze the codebase, identify issues, and create a comprehensive improvement plan"
|
|
"Review the entire project, run tests, and deploy to production with monitoring"
|
|
```
|
|
|
|
## 🎯 Real-World Examples
|
|
|
|
### **Full-Stack Development**
|
|
```bash
|
|
"Create a complete task management application with user authentication,
|
|
task CRUD operations, real-time updates, and mobile responsiveness"
|
|
```
|
|
|
|
### **Performance Optimization**
|
|
```bash
|
|
"Analyze and optimize the performance of the entire application"
|
|
```
|
|
|
|
### **Security Audit**
|
|
```bash
|
|
"Perform a comprehensive security audit and fix all vulnerabilities"
|
|
```
|
|
|
|
## 🔧 Configuration
|
|
|
|
### **Voice Settings**
|
|
- Recognition Sensitivity: 0.8
|
|
- Response Speed: 1.0
|
|
- Language: en-US
|
|
- Communication Style: Adaptive
|
|
|
|
### **Autopilot Settings**
|
|
- Autonomy Level: 0.8
|
|
- Confirmation Threshold: 0.9
|
|
- Risk Tolerance: 0.3
|
|
- Learning Rate: 0.1
|
|
|
|
## 🚀 Best Practices
|
|
|
|
1. **Clear Commands**: Use specific, descriptive voice commands
|
|
2. **Context Awareness**: Provide relevant context when needed
|
|
3. **Gradual Adoption**: Start with simple tasks and increase complexity
|
|
4. **Safety First**: Always maintain ability to override autonomous decisions
|
|
5. **Feedback Integration**: Provide feedback to improve future decisions
|
|
|
|
## 🎙️ Quick Reference
|
|
|
|
```bash
|
|
# Navigation
|
|
"Go to [file]" | "Show me [component]" | "Navigate to [directory]"
|
|
|
|
# Execution
|
|
"Run [tests/commands]" | "Deploy [environment]" | "Build [target]"
|
|
|
|
# Analysis
|
|
"Analyze [code/performance]" | "Check [security/quality]" | "Review [component]"
|
|
|
|
# Creation
|
|
"Create [component/feature]" | "Add [functionality]" | "Implement [system]"
|
|
|
|
# Debugging
|
|
"Fix [error/issue]" | "Debug [problem]" | "Optimize [performance]"
|
|
```
|
|
|
|
---
|
|
|
|
*This advanced AI agent combines the best patterns from leading AI tools with voice integration and adaptive learning capabilities.* |