agentsclimarketplace

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

Install
npx -y skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill stata-graph

Assembled 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

  1. Call stata_manage_graphs(action="list") to see all graphs in memory, with the active graph marked.

  2. If an argument (graph name) was provided:

    • Call stata_manage_graphs(action="export", graph_name=<argument>, format="png") and display the exported file path.
  3. 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.
  4. 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.

What ships with it: 2 files

797 B alongside SKILL.md

agents/

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.