.github/skills/python/SKILL.md
Execute Python scripts and snippets. Use this for "run python script", "calculate with python", or "test snippet".
npx skillsauth add spagestic/thenorthstar python-executorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Uses mcp-run-python to execute Python code safely.
Command Template:
npx mcporter call --command "uvx mcp-run-python" --tool <tool_name> --args <json_args>
run_python: Execute a python script or code block.Example: Run a calculation
npx mcporter call --command "uvx mcp-run-python" --tool run_python --args '{"code": "print(25 * 4)"}'
development
Store and retrieve long-term project information. Use this to "remember" facts or "recall" project context.
tools
Lint and fix Markdown files. Use this when the user asks to "check markdown", "fix formatting", or "lint docs".
development
Interact with Jupyter notebooks. Use this to "run cell", "read notebook", or "execute python in notebook".
tools
Access low-level GitKraken MCP tools for raw issue data and diffs.