Website · Docs · Install Guide · How Warp Works
Welcome to the Do Things with Warp repository! This is a community-driven collection of practical prompts and examples for Warp's Agent Mode, as well as Warp Drive objects.
These examples showcase how developers can leverage Warp's AI capabilities to optimize their workflow, automate tedious tasks, and solve common development challenges.
Check out the live website at dothings.warp.dev to explore and discover new ways to use Warp. Make sure you've updated to the latest version of Warp.
We welcome contributions from the community! Here's how you can contribute:
- Create a new branch for your contribution
- Create a new entry by:
- Copying duplicate-me.yaml to a new file with a descriptive name (e.g.,
my-awesome-pack.yaml
) - Fill in all the required fields following the template's comments
- Make sure to rename the file appropriately before committing
- Copying duplicate-me.yaml to a new file with a descriptive name (e.g.,
- Ensure your entry is:
- Clear and concise
- Provides a real-world use case
- Includes relevant tags
- Has appropriate attribution
- Has a valid Warp Drive link with public sharing enabled
- Submit a pull request to the main branch with a clear description of your object
- The Warp team will review all submissions
- Make sure your Warp Drive object link has sharing turned on for "Anyone with the link can view". To do so, click "Share" on the object and change "Anyone with the link" to "Can View"
- All submissions should be original content or properly attributed
- We reserve the right to modify or reject submissions at our discretion
Fun Fact: This entire project was built exclusively using AI tools - specifically Warp's Agent Mode and Dispatch features :)
If you'd like to contribute or run this project locally, here's how to get started:
- Node.js (v20 or higher recommended for Next.js 15)
- npm or yarn
- Git
-
Clone the repository (choose one method):
# Using HTTPS git clone https://github.com/warpdotdev/do-things.git # Or using SSH git clone [email protected]:warpdotdev/do-things.git cd do-things
-
Install dependencies:
npm install # or yarn install
-
Start the development server:
npm run dev # or yarn dev
-
Open your browser and navigate to
http://localhost:3000
to view the website.
Each example in the collection is a Warp Drive object that you can use directly in Warp. There are four types of objects:
- Prompts: Quick commands and instructions for the AI agent
- Notebooks: Interactive step-by-step guides with explanations
- Workflows: Complex automation sequences
- Folders: Collections of related objects
To use any example:
- Click on the example card to open its Warp Drive link
- The object will open directly in your Warp
- Follow the instructions in the object to accomplish your task
Important: Always review and verify the content of any object before running it. While we strive to provide safe and accurate examples, it's important to understand what commands will be executed on your system.
Learn more about Warp Drive objects in our documentation.
Join our community channels to discuss Warp packs, share tips, and get help:
- Discord - Join our community for discussions and support
- X - Follow us for updates and announcements
- YouTube - Watch tutorials and demos
- LinkedIn - Connect with the team
- GitHub - Give us feedback and star our projects!
This project is licensed under the MIT License - see the LICENSE file for details.