prepare-environment
run-python
run-shell
sync-and-run
install-packages
parallel-tasks
build-project
debug-failure
inspect-image
multi-stage-build
Quick Reference
Using Prompts
With MCP Clients
MCP-compatible clients can invoke prompts directly:Prompt Output
Prompts return structured instructions that guide the agent through:- Step-by-step workflows - Ordered operations with clear dependencies
- Tool selection - Which Contree tools to use and when
- Parameter guidance - Correct values for each tool call
- Best practices - Following the CHECK-PREPARE-EXECUTE pattern
Categories
Environment Setup
- prepare-environment - Full workflow with environment reuse
- install-packages - Install and tag for reuse
Code Execution
- run-python - Quick Python execution
- run-shell - Shell command execution
- sync-and-run - Local files + execution
Building and Testing
- build-project - Standard build + test workflow
- multi-stage-build - Complex builds with checkpoints
Operations
- parallel-tasks - Concurrent execution
- debug-failure - Error diagnosis
- inspect-image - Image exploration