agentsclimarketplace

Stata results

Skill brycewang-stanford/Auto-Empirical-Research-Skills/skills/64-tmonk-mcp-stata/skills/stata-results

Fetch and display stored r(), e(), and s() results from the last Stata command.From its SKILL.md

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

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.7 KB, 173 tokens by cl100k_base, as published. Nobody here has run it

Call stata_get_results(include_matrices=True, as_json=True).

Present the results in a structured format:

  • r() scalars: name → value pairs (e.g., r(N), r(mean), r(sd))
  • e() scalars: model-level results (e.g., e(N), e(r2), e(F))
  • e() matrices: if present, display b (coefficients) and V (variance-covariance) as formatted tables
  • s() macros: string results if any

If no results are stored (empty response), tell the user to run a Stata command first (e.g., regress, summarize, ttest).

If the user needs Mata state, note they can ask you to call stata_get_results(include_mata=True).

What ships with it: 2 files

777 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.