Add Quick Prompts plugin (noobitoo.quick-prompts) - #5
Open
NooBiToo wants to merge 2 commits into
Open
Conversation
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 free
to 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.
Adds a community productivity plugin to the marketplace index.
Plugin
noobitoo.quick-promptsv0.1.0["productivity"](community; noofficial)>=1.4.0, pluginApi 1What it does
One-click prompt snippets for agent terminals — instead of digging through
settings, copying a command, and pasting it into the chat:
focused worktree plus built-in prompt buttons (RU + EN): code review,
write tests, security check, explain commit, task plan, refactor,
commit message, continue. Text is typed into the selected terminal
without Enter unless the user opts in.
worktree's terminal; open the personal prompt library.
127.0.0.1) for CRUD over custom prompts with one-click insertion into the
focused worktree's terminal. Prompts live in the user profile
(
~/.orca-plugin-config/orca-quick-prompts.json) — outside the immutableinstall tree, so user edits never trip the host's content-hash integrity
check.
Capabilities requested:
workspace:read,terminal:send,storage,settings:own— no network access at all.Validation
#refverified end-to-end on Orca 1.4.192(Windows): install → review → enable → panel in the right sidebar →
insert into agent terminal.
node scripts/test-local.mjs): prompt normalization,user-profile storage, terminal resolution, library server CRUD and
insert-through-host.
Note
Third plugin from the same author as #3 (Russian language pack) and #4
(Telegram notifications); all three PRs are independent.