Manage your personal or team-wide library of AI prompts directly inside VS Code, Cursor and any other VS Code-compatible editor.
Prompt files live in a normal folder inside your workspace (.prompt_manager/ by default) so they remain plain-text, version-controlled and shareable.
📌 Everyday Workflow
Install the extension from the Marketplace or a local .vsix.
Initialise your workspace: run “Prompt Manager: Initialise Workspace” or simply create a .prompt_manager/ folder.
Create prompts (⌘/Ctrl + N in the tree or right-click → New Prompt):
# .prompt_manager/fix-eslint.md
---
title: Fix ESLint warning
description: Ask the LLM to explain and fix an ESLint rule violation
tags: [javascript, eslint]
---
I’m seeing the following ESLint error:
Browse & organise prompts in the dedicated Prompt Manager tree view.
Search / filter / copy whenever you need a prompt — no context-switching required.
✨ Main Features
Tree-view library – folders & files mirror your on-disk structure