stata

SKILL.md

Stata Skill

Executable Path: "D:/Stata/StataMP-64.exe"

1. CODE GENERATION RULES (Mandatory)

Whenever you create or edit a .do file, you MUST insert these two lines at the very top:

capture log close        // Closes any previously open logs to prevent errors
set more off             // Prevents Stata from pausing for user input (freezing)

## Operational Instructions

### Correct Execution Example
If you want to run `analysis.do` located in `D:/Project/`:

powershell -Command "& \"D:/Stata/StataMP-64.exe\" /e do
      \"D:/AutoRegMonkey/workspace/analysis.do\""
Installs
8
First Seen
Mar 19, 2026