agentsclimarketplace

Stata help

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

Look up Stata command documentation and display formatted help text.From its SKILL.md

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

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

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:

  1. Syntax section first
  2. Description and options
  3. Examples if 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:

  • Checking spelling (e.g., "summarize" not "summarise")
  • Using help contents as the topic for the help index
  • Searching for related commands with /stata-inspect using action="search"

What ships with it: 2 files

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