Modes Collection

AI interaction modes and configurations for different use cases.

Categories

💻 Development Modes

Coding and software development configurations.

No development modes available yet. Contribute some!

🔍 Research Modes

Information gathering and analysis configurations.

  • Research Assistant Mode - Optimized configuration for thorough research tasks with systematic information gathering and analysis

📝 Documentation Modes

Technical writing and documentation configurations.

No documentation modes available yet. Contribute some!

🛠️ Troubleshooting Modes

Problem-solving and debugging configurations.

No troubleshooting modes available yet. Contribute some!

All Modes

Title Type AI Model Description
Research Assistant Mode research GPT-4 or Claude 3.5 Sonnet Optimized configuration for thorough research tasks with systematic information gathering and analysis

Contributing

To add a new mode:

  1. Create a new markdown file in the _modes directory
  2. Use the following front matter template:
---
title: "Your Mode Title"
mode_type: "development|research|documentation|troubleshooting"
ai_model: "Recommended AI model (e.g., GPT-4, Claude, etc.)"
context_length: "Recommended context length"
best_for: "What this mode is best suited for"
description: "Brief description of this mode"
---

Your mode description and instructions go here...

## Configuration
Specific settings and parameters...

## Example Usage
How to use this mode effectively...