Stata graph
Skill brycewang-stanford/Auto-Empirical-Research-Skills/skills/64-tmonk-mcp-stata/skills/stata-graph
List, export, and review Stata graphs from the current session.From its SKILL.md
npx -y skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill stata-graphAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
0.8 KB, 183 tokens by cl100k_base, as published. Nobody here has run it
-
Call
stata_manage_graphs(action="list")to see all graphs in memory, with the active graph marked. -
If an argument (graph name) was provided:
- Call
stata_manage_graphs(action="export", graph_name=<argument>, format="png")and display the exported file path.
- Call
-
If no argument was provided and graphs exist:
- Call
stata_manage_graphs(action="export_all", format="png")to export all graphs. - Display all exported file paths for the user to inspect.
- Call
-
If no graphs are in memory, tell the user to create a graph first (e.g.,
/stata-run histogram priceor/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.
What ships with it: 2 files
797 B alongside SKILL.md
agents/
- openai.yaml209 B
- manifest.json588 B