Run Python

conda run -n template_beginner

v1.0.0

이 스킬 정보

Install Run Python, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

기능

What this skill does
This skill is responsible for:
Running a Python command from the repository root under conda run -n template beginner.
Ensuring the command is executed in the correct working directory (default: ``).
Monitoring the subprocess and periodically reporting whether it is still running.
zelk-oss zelk-oss
[0]
[0]
업데이트: 5/6/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Install Run Python, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

이 스킬을 사용하는 이유

추천 설명: run-python helps agents what this skill does. What this skill does This skill is responsible for: Running a Python command from the repository root under conda run -n template beginner. This AI agent skill

최적의 용도

적합한 상황: what this skill does.

실행 가능한 사용 사례 for Run Python

사용 사례: What this skill does
사용 사례: This skill is responsible for:
사용 사례: Running a Python command from the repository root under conda run -n template beginner

! 보안 및 제한 사항

  • 제한 사항: Requires repository-specific context from the skill documentation
  • 제한 사항: Works best when the underlying tools and dependencies are already configured

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

SKILL.md
Readonly

What this skill does

This skill is responsible for:

  • Running a Python command from the repository root under conda run -n template_beginner.
  • Ensuring the command is executed in the correct working directory (default: ``).
  • Monitoring the subprocess and periodically reporting whether it is still running.

It does not interpret or modify any of the script arguments; it simply runs what the user provides.

When to use

Use this skill when the user wants to:

  • Execute a Python script in the repo (e.g., python scripts/train.py ..., python scripts/forecast.py ..., or any other script).
  • Run a custom Python script or helper where you want live progress and a clear exit status.
  • Confirm a given python command completes successfully (including early failures).

How to run

  1. Ensure you are at the repository root.
  2. Run the python command using the template_beginner conda environment.

The canonical command is:

bash
1python .claude/skills/run-python/scripts/monitor_python.py \ 2 --env template_beginner \ 3 --cwd code \ 4 --check-interval 10 \ 5 -- python <your_script>.py <args...>

Note: conda run avoids needing to source activate and works in non-interactive shells.

Monitoring progress

This helper prints a heartbeat every few seconds while the python process is alive. It also exits with the same return code as the python process.

Example (run training script)

bash
1python .claude/skills/run-python/scripts/monitor_python.py \ 2 --env template_beginner \ 3 --cwd code \ 4 --check-interval 10 \ 5 -- python scripts/train.py model=shallow_water +experiments=shallow_water/det_mse n_epochs=1 device=cpu

Tips

  • If conda run fails, confirm the template_beginner environment exists (see environment.yml).
  • If the command hangs, inspect the script output to find exceptions and ensure any required data files exist.
  • You can adjust --check-interval to print status more or less frequently.

FAQ 및 설치 단계

Mirrors the structured data on this page for better search understanding.

이 스킬 설치 방법

  1. 1

    터미널 열기

    프로젝트 디렉터리에서 터미널 또는 명령줄을 여세요.

  2. 2

    설치 명령 실행

    npx killer-skills add zelk-oss/template_beginner/run-python 를 실행하세요. CLI가 IDE 또는 에이전트를 자동으로 감지하고 스킬을 설정합니다.

  3. 3

    스킬 사용 시작

    스킬이 이제 활성화되었습니다. 현재 프로젝트에서 Run Python을 바로 사용할 수 있습니다.

? 자주 묻는 질문

Run Python은 무엇인가요?
Install Run Python, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.
Run Python은 어떻게 설치하나요?
다음 명령을 실행하세요: npx killer-skills add zelk-oss/template_beginner/run-python. Cursor, Windsurf, VS Code, Claude Code와 19개 이상의 다른 IDE에서 동작합니다.
Run Python은 어디에 쓰이나요?
주요 활용 사례는 다음과 같습니다: 사용 사례: What this skill does, 사용 사례: This skill is responsible for:, 사용 사례: Running a Python command from the repository root under conda run -n template beginner.
Run Python 와 호환되는 IDE는 무엇인가요?
이 스킬은 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer 와 호환됩니다. 통합 설치에는 Killer-Skills CLI를 사용하세요.
Run Python에 제한 사항이 있나요?
제한 사항: Requires repository-specific context from the skill documentation. 제한 사항: Works best when the underlying tools and dependencies are already configured.

관련 스킬

Looking for an alternative to Run Python or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

현지화된 요약: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. Claude Code, Cursor, and Windsurf workflows.

333.8k
0
인공지능

widget-generator

Logo of f
f

현지화된 요약: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat. It covers ai, artificial-intelligence, awesome-list workflows. Claude Code, Cursor, and Windsurf

149.6k
0
인공지능

flags

Logo of vercel
vercel

현지화된 요약: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. Claude Code, Cursor, and Windsurf workflows.

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

현지화된 요약: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review. It covers autograd, deep-learning, gpu workflows. Claude Code, Cursor, and Windsurf workflows.

98.6k
0
개발자