skills/64-tmonk-mcp-stata/skills/stata-graph/SKILL.md
List, export, and review Stata graphs from the current session.
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research stata-graphInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Call stata_manage_graphs(action="list") to see all graphs in memory, with the active graph marked.
If an argument (graph name) was provided:
stata_manage_graphs(action="export", graph_name=<argument>, format="png") and display the exported file path.If no argument was provided and graphs exist:
stata_manage_graphs(action="export_all", format="png") to export all graphs.If no graphs are in memory, tell the user to create a graph first (e.g., /stata-run histogram price or /stata-run scatter price mpg).
After export, review the graph(s): check titles, axis labels, legends, and whether the plot matches expectations. Report any issues.
tools
Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".
tools
Autonomous research review loop using any OpenAI-compatible LLM API. Configure via llm-chat MCP server or environment variables. Trigger with "auto review loop llm" or "llm review".
tools
Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".
tools
Autonomous research review loop using any OpenAI-compatible LLM API. Configure via llm-chat MCP server or environment variables. Trigger with "auto review loop llm" or "llm review".