@@@@@@ @@@ @@@ @@@@@@@@@@ @@@ @@@
@@@@@@@@ @@@ @@@ @@@@@@@@@@@ @@@ @@@
@@! @@@ @@! @@@ @@! @@! @@! @@! !@@
!@! @!@ !@! @!@ !@! !@! !@! !@! @!!
@!@ !@! @!@!@!@! @!! !!@ @!@ !@!@!
!@! !!! !!!@!!!! !@! ! !@! @!!!
!!: !!! !!: !!! !!: !!: !!:
:!: !:! :!: !:! :!: :!: :!:
::::: :: :: ::: ::: :: ::
: : : : : : : : :
@@@@@@@ @@@@@@@ @@@@@@ @@@@@@@@@@ @@@@@@@ @@@@@@@
@@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@@@@ @@@@@@@@ @@@@@@@
@@! @@@ @@! @@@ @@! @@@ @@! @@! @@! @@! @@@ @@!
!@! @!@ !@! @!@ !@! @!@ !@! !@! !@! !@! @!@ !@!
@!@@!@! @!@!!@! @!@ !@! @!! !!@ @!@ @!@@!@! @!!
!!@!!! !!@!@! !@! !!! !@! ! !@! !!@!!! !!!
!!: !!: :!! !!: !!! !!: !!: !!: !!:
:!: :!: !:! :!: !:! :!: :!: :!: :!:
:: :: ::: ::::: :: ::: :: :: ::
: : : : : : : : : : :
✨ Your Next-generation Prompt Management System for AI IDEs ✨
English | 中文
A sophisticated prompt management system for AI-powered IDEs, enabling seamless management and switching between Global and Project Prompts for platforms like Windsurf and Cursor.
- Real-time display of active Global and Project Prompts
- One-click prompt configuration switching
- Quick access to prompt editing interface
- Automatic scanning and loading of TOML-formatted prompts
- Native detection of existing
.windsurfrules
or.cursorrules
- In-editor prompt file modification support
- Windsurf Global Prompt synchronization
- Project Prompt synchronization with
.windsurfrules
- (Coming Soon) Cursor configuration integration
Search for "Oh My Prompt" in your IDE's extension marketplace and install to get started.
- Monitor active Global and Project Prompts via the status bar
- Access the Quick Pick menu by clicking the status bar items
- Select or modify your desired prompts
Oh My Prompt Store
(TOML with metadata)
[~/.neurora/oh-my-prompt]
↓ ↑
Export Import
IDE Rules Files
(Plain text)
[IDE specific paths]
↑ ↓
Apply Save
Prompts are stored in ~/.neurora/oh-my-prompt/prompts/{type}
using TOML format:
content = """
your prompt content here
"""
[meta]
type = "global" | "project"
id = "xxx"
name = "xxx"
description = "xxx"
author = "xxx"
version = "xxx"
date = "xxx"
license = "xxx"
- Clone the repository
- Execute
pnpm install
- Open the project in VS Code
- Press F5 to start debugging
Issues and Pull Requests are welcome! Please feel free to contribute to the project.
This project is licensed under the MIT License - see the LICENSE file for details.
Enhance your AI development experience with Oh My Prompt!