From mcp-stata
Looks up Stata command documentation (e.g., regress, graph, egen) and displays formatted Markdown help with syntax, description, options, and examples.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mcp-stata:stata-helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The argument is the Stata command or help topic (e.g., "regress", "graph", "if", "egen", "frames").
The argument is the Stata command or help topic (e.g., "regress", "graph", "if", "egen", "frames").
Call stata_get_help(topic=<argument>, plain_text=False, merge_paragraphs=True).
Display the help text. The response is formatted as Markdown. Present:
If no argument is provided, ask the user which Stata command they want help with.
If the help topic is not found (error in response), suggest:
help contents as the topic for the help index/stata-inspect using action="search"npx claudepluginhub tmonk/mcp-stata --plugin mcp-stataProvides Stata reference for .do files, data management, econometrics, causal inference, graphics, Mata programming, and packages like reghdfe, estout, did, rdrobust. Aids writing, debugging, explaining code.
Executes arbitrary Stata code or .do files and displays results, stdout, errors, or graph notes. Useful for running statistical analyses and scripts directly in chats.
Runs Stata do-files, queries data structure, installs ado packages, reads .smcl/.log files, and looks up command documentation via the MCP-for-Stata server.