Browse, pull, diff, and push AI config files directly from the editor
Install from Marketplace · Open in VS Code · LynxPrompt Platform · Main Repository
The official VS Code extension for LynxPrompt — a self-hostable platform for managing AI IDE configuration files (AGENTS.md, CLAUDE.md, .cursor/rules/, copilot-instructions.md, .windsurfrules, and 30+ more formats).
This extension brings LynxPrompt directly into your editor so you can manage cloud blueprints and local config files without switching to the browser.
Install from the VS Code Marketplace or run:
ext install LynxPrompt.lynxpromptUse the dedicated sidebar to see your LynxPrompt blueprints and the AI config files detected in the current workspace.
- My Blueprints shows cloud blueprints grouped by type
- Local Config Files shows workspace files with sync status indicators
Authenticate securely without copying tokens by hand.
- Run LynxPrompt: Sign In
- Complete authentication in your browser
- Return to VS Code and start browsing your blueprints
Download a blueprint and let the extension place it in the correct workspace location automatically.
CLAUDE.mdAGENTS.md.cursor/rules/.github/copilot-instructions.md.windsurfrules
Right-click a supported file or use the command palette to upload local configs as blueprints.
Open the built-in VS Code diff editor to compare a local file with its linked cloud blueprint before deciding what to keep.
Open the LynxPrompt wizard in your browser to generate new configs, or convert supported config formats locally.
The extension monitors linked config files and notifies you when local files diverge from the cloud version.
| Command | Description |
|---|---|
LynxPrompt: Sign In |
Authenticate with LynxPrompt using device flow |
LynxPrompt: Sign Out |
Clear stored credentials |
LynxPrompt: Refresh Blueprints |
Reload blueprint list from the cloud |
LynxPrompt: Refresh Local Files |
Rescan the workspace for AI config files |
LynxPrompt: Pull Blueprint to Workspace |
Download a blueprint to the correct file path |
LynxPrompt: Push to LynxPrompt |
Upload a local config file as a blueprint |
LynxPrompt: Compare with Cloud |
Open the diff editor for local vs cloud |
LynxPrompt: Generate Config |
Open the LynxPrompt wizard in your browser |
LynxPrompt: Convert Format |
Convert between supported AI config formats |
| Setting | Default | Description |
|---|---|---|
lynxprompt.apiUrl |
https://lynxprompt.com |
Base URL for the LynxPrompt API. |
lynxprompt.autoDetectConfigFiles |
true |
Automatically detect AI configuration files in the workspace. |
lynxprompt.watchFileChanges |
true |
Watch linked files and notify on divergence from cloud. |
lynxprompt.showStatusBar |
true |
Show connection status in the status bar. |
If you run your own LynxPrompt instance, change the API URL in settings:
{
"lynxprompt.apiUrl": "https://lynxprompt.yourdomain.com"
}- VS Code
1.85.0or later - A LynxPrompt account at lynxprompt.com
npm install
npm run watch # dev mode with auto-rebuild
npm run build # production build
npm run package # create .vsixPress F5 in VS Code to launch the Extension Development Host.
Contributions are welcome. Open an issue first to discuss substantial changes.
