OpenAgentSkill Registry Manifest Skill: python-code-style Slug: probabl-ai-python-code-style Category: research Description: Owns Python code style for this stack: ruff for lint + format, numpydoc for docstrings. Three responsibilities — (1) place the project's `ruff.toml` from the bundled template once the stack and workspace are in place, (2) run ruff against any Python files Claude has just generated or edited, and (3) contextualize each touched file's comments to the data-science problem — rewriting any leftover template / workflow prose (skill names, gates, runner, digest, guard-rails) into concise, problem-specific docs so the user's committed files read like a colleague wrote them, not like a generated scaffold. Stops at "the touched files pass `ruff check` and document the problem, not the process." TRIGGER when (any of these): (1) a Python file was just created or edited via Write / Edit / MultiEdit — invoke this skill before declaring the task done so ruff is run AND the file's comments are contextualized to the problem; (2) a fresh ML workspace was just scaffolded by `organize-ml-workspace` and th Agent fit: - Decision: 66/100 Prototype first - Primary fit: Research agents - Role: Fallback candidate Supply profile: - Track: Research and knowledge work - Scenario: Research agents - Applicable agents: Claude Code, CLI, Codex, Cursor - Maintenance: 21d since push - Risk: Needs review Trust: - Trust score: 74/100 Strong shortlist - Audit: 78/100 Needs review Attribution: - Status: Registry indexed - Source: github fast track - Creator: probabl-ai - Claim URL: https://www.openagentskill.com/skills/probabl-ai-python-code-style#claim-this-skill Install: npx skills add probabl-ai/skills --skill python-code-style URLs: - Web: https://www.openagentskill.com/skills/probabl-ai-python-code-style - API: https://www.openagentskill.com/api/agent/skills/probabl-ai-python-code-style - Install API: https://www.openagentskill.com/api/skills/probabl-ai-python-code-style/install - Repository: https://github.com/probabl-ai/skills/tree/main/skills/python-code-style