https://github.com/dcrebbin/cursor-learner
Generate prompts using the questions you ask Cursor to get actionable AI feedback from your preferred LLM
https://github.com/dcrebbin/cursor-learner
Last synced: 10 months ago
JSON representation
Generate prompts using the questions you ask Cursor to get actionable AI feedback from your preferred LLM
- Host: GitHub
- URL: https://github.com/dcrebbin/cursor-learner
- Owner: dcrebbin
- Created: 2025-05-17T14:14:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-17T14:23:39.000Z (about 1 year ago)
- Last Synced: 2025-05-17T15:28:43.020Z (about 1 year ago)
- Language: TypeScript
- Size: 534 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cursor Learner
Cursor Learner is a prompt generator for cursor users that's focused on learning where you need to improve.
### Example Output

### Requirements
1. bun
2. cursor
### Setup
1. `bun install`
2. `bun run retrieve-projects`
This will copy all of the local user database's associated with every project you've opened in Cursor.
The files are .vscdb files which are SQLite3 files that VS Code/Cursor/Windsurf etc uses internally for workspace storage and extension state
These files are viewable with any SQLite 3 viewer but the extension in `./vscode/extensions.json` displays the files like so:

3. Specify your projects name, language, tech stack, framework & any dependencies your project has

4.`bun run generate-prompt`
5. You can now copy the prompt from the `./output-prompts` and feed it into your AI of choice
Here is an example output from OpenAI o3

Have fun : )