data-science-python-stack
Installation
SKILL.md
Data Science Python Stack
Opinionated stack — one library per job, organized into four tiers plus an orthogonal agent feature:
- Mandatory — installed at project start, no exceptions.
- User choice (competing-library jobs) — multiple valid libraries
for the same job; the user picks via
AskUserQuestionbefore any import lands. - Optional — install only when the project's task requires it.
- Transitive — already pulled in by the mandatory tier; do not install explicitly, but know they're available.
- Agent feature (orthogonal) — deps that the agent uses
to audit a workspace and to power the editor LSP integration
(
ipython,pyright), kept out of the production-shape runtime via a manager-specific scope. Install logistics owned bypython-env-manager§ "Agent feature"; consumed byaudit-ml-pipelineand the opencode LSP integration.