This is a prompt library designed to know what prompts will get you the desired output for using OI.
For browser-based prompts, please refer to the browser
folder. Specifically, check the chrome
or safari
files for detailed instructions on how to perform tasks such as making a Google search, replying to a Slack message, sending an email, or scheduling a meeting.
For existing skills, please refer to the skills
folder for detailed instructions on how to utilize various capabilities using OI.
We welcome contributions from the community! Here’s how you can get involved:
-
Fork the Repository: Click the "Fork" button at the top right of this page to create a copy of this repository in your GitHub account.
-
Clone the Repository: Use
git clone
to clone the repository to your local machine.git clone https://github.com/your-username/oi-prompt-library.git
-
Create a Branch: Create a new branch for your feature or bug fix.
git checkout -b feature-or-bugfix-name
-
Make Changes: Make your changes to the codebase.
-
Commit Changes: Commit your changes with a descriptive commit message.
git commit -m "Description of the changes made"
-
Push Changes: Push your changes to your forked repository.
git push origin feature-or-bugfix-name
-
Create a Pull Request: Go to the original repository and create a pull request from your forked repository. Provide a clear description of your changes and why they should be merged.
Thank you for your contributions!
This project is licensed under the MIT License - see the LICENSE file for details.
For more discussions and support, join our Discord server.