LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: ruff

Browse skills that share this tag.

  • uv-discohy - UV/UVX/Ruff toolchain for DiscoHy Thread Operad
    uvruffpythontoolchain

    ★ 64 · Updated 2026-09-18

    Provides uv, uvx, and ruff toolchain integration for Python packaging, dependency management, and linting in the DiscoHy Thread Operad system.

    ⚙ Initialize uv environment⚙ Manage dependencies using uv⚙ Execute tools via uvx
  • migrating-airflow-2-to-3 - Guide for migrating Apache Airflow 2.x projects to Airflow 3.x
    airflowmigrationairflow-3python

    ★ 18 · Updated 2026-09-18

    Helps migrate Airflow 2.x DAG code to Airflow 3.x, focusing on updates to imports, operators, hooks, context, and API usage.

    ⚙ Run Ruff Airflow migration rules⚙ Fix detectable Airflow breaking changes⚙ Scan remaining migration checklist items
  • python-pro - Python 3.11+ development specialist for type-safe code.
    pythontypingasyncpytest

    ★ 0 · Updated 2026-09-17

    Generates type-annotated Python 3.11+ code, builds pytest suites, and validates code with mypy, black, and ruff.

    ⚙ Write type-annotated Python code⚙ Implement async await patterns⚙ Create pytest test suites
  • ti-shipping - Pre-shipping self-check procedure for Ti
    ti-shippingself-checkciruff

    ★ 1 · Updated 2026-09-10

    Pre-shipping self-check procedure for Ti to run Ruff linting, formatting checks, and Pytest before code submission or fixing CI failures.

    ⚙ Run Ruff code linting⚙ Check code formatting⚙ Run Pytest test suite
  • setup-linting-ci - Automate Python Linting with Pre-commit and CI
    pythonlintingcode-qualitypre-commit

    ★ 602 · Updated 2026-06-15

    Configure pre-commit hooks and GitHub Actions CI for automated Python code linting

    ⚙ create pre-commit hook⚙ create GitHub Actions workflow⚙ run ruff check
  • python-linter - Ruff Python Linter Issue Fixes
    pythonlinterruffcode-quality

    ★ 602 · Updated 2026-06-15

    Guide coding agents to fix specific Python linter issues from Ruff.

    ⚙ identify ruff rule codes⚙ resolve E402 module imports⚙ fix B007 loop variables
  • python-majo - Python Development Standards
    pythontype-safetycode-qualitydevelopment

    ★ 0 · Updated 2026-05-11

    Python development standards with UV, basedpyright, and ruff

    ⚙ write Python code⚙ create Python project⚙ add type annotations
  • python-setup-dev-environment - Set up reproducible Python dev environment
    pythonuvruffmypy

    ★ 57 · Updated 2026-03-24

    Set up and run a reproducible Python development environment with uv, ruff, mypy, and VSCode guardrails.

    ⚙ initialize Python project⚙ run Python commands⚙ format code with ruff
  • python-ruff-linter - Python Ruff Code Linter
    pythoncode qualitylintingruff

    ★ 602 · Updated 2026-03-19

    Use Ruff linter with linting-workflow framework to check Python code for industry standard compliance

    ⚙ detect Python environment⚙ detect Ruff installation⚙ detect Poetry