General Prompts

A shared folder with AI prompts and code snippets

From workspace: Manus

Team: Main

Total snippets: 9

Manus

General Prompts

9 snippets

Example Prompt for Manus AI

Define the requirements for a Python project that manages a list of tasks, generate the necessary code for a Flask application, and set up automated testing.

Documentation

for the task management app

Create a user manual for the task management application.

Documentation

for the Flask

Generate API documentation for the Flask application.

Automated Testing

for the Task

Create automated tests for the Task model using unittest.

Automated Testing

for Flask app

Generate unit tests for the Flask application routes using unittest.

Code Generation

SQL for Task

Create a SQLAlchemy model for a Task with fields for id, title, and description.

Code Generation

Python for Flask

Generate Python code for a Flask application that includes routes for creating, retrieving, updating, and deleting tasks.”

Project Definition

for Flask app

Generate a project structure for a Flask application with basic CRUD operations.

Project Definition

For python

Define the requirements for a Python project that manages a list of tasks, including creating, retrieving, updating, and deleting tasks.