nutdnuy

Self Driving Setup — Testing skill for Claude Code

Testing community

Check the Self-Driving Portfolio runtime, schemas, and test suite.

How to install Self Driving Setup

Installs to ~/.claude/skills/nutdnuy-self-driving-portfolio-skill-self-driving-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nutdnuy-self-driving-portfolio-skill-self-driving-setup && curl -fsSL https://raw.githubusercontent.com/nutdnuy/self-driving-portfolio-skill/HEAD/commands/self-driving-setup.md -o ~/.claude/skills/nutdnuy-self-driving-portfolio-skill-self-driving-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Self Driving Setup does


description: Check the Self-Driving Portfolio runtime, schemas, and test suite argument-hint: "" allowed-tools: Bash(cd:*), Bash(python:*), Bash(python3:*), Bash(pytest:*), Bash(ruff:*)

Check the plugin-local runtime without fetching market data.

Run:

cd "${CLAUDE_PLUGIN_ROOT}" && python3 pipeline/orchestrator.py --help
cd "${CLAUDE_PLUGIN_ROOT}" && python3 pipeline/verify.py --help
cd "${CLAUDE_PLUGIN_ROOT}" && python3 -m pytest -q

Report Python compatibility, missing de

Alternatives in Testing

Full documentation available on GitHub

View Source Repository