Turn your entire codebase into AI-ready context in seconds
Copy-pasting files into Claude, ChatGPT, or Cursor one by one. Losing track of context. Getting generic solutions because the AI doesn't understand your architecture. Sound familiar?
Select files with checkboxes → Generate perfect context → Copy to clipboard → Paste anywhere.
Prompt Tower packages your codebase—files, directory structure, GitHub issues—into AI-optimized prompts. Built for developers using Gemini's 1M context, Cursor's agent, Claude Code, or any AI assistant.
Install from Marketplace • Works in VS Code, Cursor, Windsurf, Google IDX
Click checkboxes. See live token counts. No terminal commands or manual file paths.
Every prompt includes your project structure:
src/
├── api/GitHubApiClient.ts (5.2KB)
├── models/FileNode.ts (3.1KB)
└── services/TokenCountingService.ts (2.8KB)
Plus clean, structured file content:
<file path="/src/api/GitHubApiClient.ts">
export class GitHubApiClient {
// Your actual code
}
</file>
Keep prompts focused. Exclude test fixtures, generated files, or documentation:
tests/fixtures/
dist/
*.test.js
data/
Import issues and comments directly. AI understands your problems, not just your code.
Real-time counting prevents surprises. Optimize for any model's limits.
Building features with Cursor's agent:
Select implementation files + tests + types → paste complete context → describe your feature → watch it build with full codebase awareness.
Debugging with Claude Code:
Include error logs + related files + directory structure → paste in TUI → get solutions that fit your architecture.
Massive refactors with Gemini:
Use the full 1M context window. Select entire modules, include architectural decisions as prefix text, let AI understand the complete system.
- Install "Prompt Tower" from VS Code Extensions
- Click the tower icon in your Activity Bar
- Check files you need
- Hit "Copy Context to Clipboard"
- Paste into any AI chat
Create .towerignore
in your project root (works like .gitignore
):
# Most important config - keep context relevant
tests/mocks/
docs/generated/
*.min.js
Optional settings:
- Customize output templates (XML, Markdown, custom)
- Set global ignore patterns
- Configure token warnings
"Went from 20 minutes of setup to 20 seconds of context building." - VS Code user
Before: Manual file copying, missing context, generic AI responses
After: One-click context, comprehensive understanding, tailored solutions
Perfect for teams that have embraced AI-assisted development but need better context control.
Found a bug? Want a feature? Open an issue.
Development:
git clone https://github.com/backnotprop/prompt-tower.git
npm install && npm run watch
# Press F5 to launch Extension Development Host
See DEVELOPMENT.md for architecture details.
AGPL-3.0 License • GitHub • Built by @backnotprop
The missing piece between your codebase and your AI assistant.