Promptscout
Description
Enrich coding agent prompts with codebase context using a local LLM
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
promptscout
A CLI tool that enriches your coding agent prompts with codebase context using a local LLM. No API keys, no cloud. Runs on your machine.
**Designed as a Claude Code plugin.** It hooks into your prompt submission flow and adds codebase context before Claude sees it.
Motivation
When you ask a coding agent like Claude Code, Cursor, or Copilot to work on your codebase, the agent spends time and tokens discovering which files matter. It greps, reads, explores, all on your dime.
promptscout does that discovery locally, for free. A small local LLM reads your prompt, searches your codebase with `ripgrep` and `git`, and appends the results to your original prompt. The paid agent gets a prompt that already contains the relevant file paths, code snippets, and commit history. It can skip straight to the actual work.
Your original prompt is never modified. promptscout only appends context.
How It Works
flowchart LR
A["Raw Prompt"] --> B["Local LLM
(Qwen 3 4B)"]
B -->|"tool calls"| C["ripgrep / git"]
C --> D["Original Prompt
+ Discovered Context"]
subgraph B_ctx[" "]
direction TB
T["Project Tree
(git ls-files)"]
end
T -.->|"context"| B
- You run
promptscout "check the auth module, there might be a token refresh bug" - The local LLM sees your prompt along with the project file tree (
git ls-files) and decides which search tools to call - The LLM outputs tool calls directly as JSON (e.g.
file_finder("auth"),section_finder("token"),git_history("refresh")) - Each tool runs against your codebase using
ripgrepandgit - The output is your original prompt unchanged, followed by the discovered context
- The result is copied to your clipboard, ready to paste into your coding agent
Installation
Prerequisit
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI