The file tree shows your project structure with markers for selected files and those with code maps.
Repo Prompt: How Prompts Are Built
Understanding the anatomy of context-aware prompts
β Back to HomeFile Tree
Project structure with selected files highlighted
File Contents
Full content of selected files
Complete source code for all selected files, providing full context for the AI.
Hello RepoPrompt
Git Diff
Recent changes and modifications
Shows what's changed in your working directory, helping the AI understand recent modifications.
Code Maps
High-level structure without implementation details
Code maps provide class structures, method signatures, and interfaces without full implementations. This gives AI architectural understanding while saving tokens.
Meta Prompts
System instructions and behavioral guidelines
Meta prompts set the AI's behavior, coding style, and constraints. They act as system-level instructions.
User Instructions
Your specific task or question
The actual request or task you want the AI to complete. This is typically placed last for maximum context awareness.