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
npx -y skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill stata-helpAssembled 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:
- Syntax section first
- Description and options
- 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 contentsas the topic for the help index - Searching for related commands with
/stata-inspectusingaction="search"
What ships with it: 2 files
752 B alongside SKILL.md
agents/
- openai.yaml189 B
- manifest.json563 B