A VS Code extension for managing and using coding prompts from the awesome-cursorrules repository.
- View prompts organized by categories
- Copy prompts to clipboard with a single click
- Sync with GitHub to get the latest prompts
- Local storage for faster access
- Rich tooltips with prompt details and GitHub links
- Clone the repository
- Run
pnpm install
to install dependencies - Open the project in VS Code
- Press F5 to start debugging
- Run
pnpm compile
to compile TypeScript - Press F5 to launch the extension in debug mode
- The extension will appear in the bottom panel
- Click the "Sync with GitHub" button to load prompts
- Navigate through categories and click prompts to copy them
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
MIT