Uh oh!
There was an error while loading. Please reload this page.
docs(help): put Prime Claude for NLP++ first in the LLM Prompts list - #206
Merged
ddehilster merged 1 commit intoAug 8, 2026
Merged
Conversation
The Help view lists the prompt library in filename order, and the toolbar button opens whichever prompt sorts first. Prime Claude for NLP++ is the one you are meant to paste before anything else, but it sat third behind the overview page and the chemical-formulas walkthrough. Renumber so it leads: 00-prime-claude.md (was 02) 01-general-pointers.md (was 00) 02-chemical-formulas.md (was 01) 03-05 keep their numbers, so the rest of the list is unchanged. Links in home.md, quickstart.md, and the general-pointers page follow the renames, and the numbered guide in general-pointers is reordered to match what the tree now shows.
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Moves Prime Claude for NLP++ to the first position in the Help view's LLM Prompts list.
The tree lists
Help/markdown/vscode/prompts/*.mdin filename order, so the position is the numeric prefix:00-prime-claude.md02-01-general-pointers.md00-02-chemical-formulas.md01-03-more-text-files.md,04-dictionaries-kbs.mdand05-missing-words.mdare untouched, so the rest of the list keeps its order.Why
Prime Claude is the prompt you are supposed to paste first — every other prompt in the library assumes Claude has already been primed with it — but it sat third. It also matters beyond the list order: the Help toolbar button and the Quick Start link both open whichever prompt sorts first, so they were handing people the overview page instead of the priming prompt.
Also in this PR
vscode/home.mdandvscode/quickstart.mdupdated to the new filenames.01-general-pointers.md: its numbered guide to the library is reordered so Prime Claude is VISUALTEXT-FILES-001 Initial commit #1, matching what the tree now shows, and its links follow the renames. Itsdesc:hover no longer says "Start here", since it is no longer the first entry.Help/check-help-docs.ps1reports 0 broken links and 0 table/index drift.No extension code changes — the ordering is entirely data.