Show HN: Cursor Learner – Identify learning gaps using past chat queries

5 days ago 2

Cursor Learner is a prompt generator for cursor users that's focused on learning where you need to improve.

  1. bun

  2. cursor

  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:

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

4.bun run generate-prompt

  1. 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 : )

Read Entire Article