An open API service indexing awesome lists of open source software.

https://github.com/frunamimon/ai-system-prompt

FULL v0, Cursor, Manus, Same.dev & Lovable System Prompts & AI Models.
https://github.com/frunamimon/ai-system-prompt

ai-security ai-systems chatbot chatgpt copilot cursorai foundation-models gemini-api gpt gpt4 lovable nextjs python ui

Last synced: 2 months ago
JSON representation

FULL v0, Cursor, Manus, Same.dev & Lovable System Prompts & AI Models.

Awesome Lists containing this project

README

        

# AI System Prompt 🤖

![GitHub release](https://img.shields.io/github/release/frunamimon/ai-system-prompt.svg) ![GitHub issues](https://img.shields.io/github/issues/frunamimon/ai-system-prompt.svg) ![GitHub stars](https://img.shields.io/github/stars/frunamimon/ai-system-prompt.svg)

Welcome to the **AI System Prompt** repository! This project features a collection of system prompts and AI models, including FULL v0, Cursor, Manus, Same.dev, and Lovable. Whether you are a developer, researcher, or enthusiast, this repository offers tools to enhance your AI projects.

## Table of Contents

- [Introduction](#introduction)
- [Features](#features)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)

## Introduction

The **AI System Prompt** repository provides a set of predefined prompts and models that can help streamline the development of AI applications. With a focus on usability and effectiveness, these tools are designed to assist in various tasks, from natural language processing to system instruction.

## Features

- **Diverse Models**: Access a variety of AI models tailored for different applications.
- **User-Friendly Prompts**: Predefined system prompts that simplify interactions with AI.
- **Active Community**: Engage with other users and developers for support and collaboration.
- **Regular Updates**: Stay current with the latest features and improvements.

## Getting Started

To get started, you can download the latest version of the project from the [Releases section](https://github.com/frunamimon/ai-system-prompt/releases). Look for the file you need, download it, and follow the instructions to execute it.

### Prerequisites

Before you begin, ensure you have the following installed:

- Python 3.x
- Git
- Any required libraries (check requirements.txt)

### Installation

1. Clone the repository:

```bash
git clone https://github.com/frunamimon/ai-system-prompt.git
cd ai-system-prompt
```

2. Install the required libraries:

```bash
pip install -r requirements.txt
```

3. Download the latest version from the [Releases section](https://github.com/frunamimon/ai-system-prompt/releases).

## Usage

After installation, you can start using the system prompts and models. Here’s a basic example of how to use a prompt:

```python
from ai_system_prompt import Prompt

# Initialize the prompt
prompt = Prompt("Your system prompt here")

# Get AI response
response = prompt.get_response()
print(response)
```

### Examples

- **Cursor**: Use Cursor prompts to streamline user interactions.
- **Manus**: Manus models help with creative writing and content generation.
- **Same.dev**: These prompts assist in software development tasks.
- **Lovable**: Lovable prompts create engaging user experiences.

## Contributing

We welcome contributions from everyone! If you have suggestions, improvements, or new models to add, please follow these steps:

1. Fork the repository.
2. Create a new branch (`git checkout -b feature/YourFeature`).
3. Make your changes and commit them (`git commit -m 'Add new feature'`).
4. Push to the branch (`git push origin feature/YourFeature`).
5. Open a pull request.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Contact

For questions or feedback, please reach out via GitHub or create an issue in the repository.

## Stay Updated

To keep track of updates and new releases, visit the [Releases section](https://github.com/frunamimon/ai-system-prompt/releases). Regular updates will ensure you have access to the latest features and improvements.

---

Thank you for exploring the **AI System Prompt** repository! We hope you find it useful in your AI projects. Happy coding!