← all publishers

l-mb

@l-mb source repo

8 published skills

  1. Py Refactor · l-mb bundle
    Orchestrate comprehensive Python refactoring - coordinates security, complexity, testing, code health, and modernization skills to systematically improve code quality.
    0
    installs
  2. Py Security · l-mb
    Security vulnerability detection and remediation for Python codebases. Identifies SQL injection, hardcoded secrets, weak cryptography, and other OWASP vulnerabilities.
    0
    installs
  3. Py Git Hooks · l-mb bundle
    Set up git pre-commit hooks to run ruff, mypy, and basedpyright before commits. Use when configuring automated quality checks in git workflow.
    0
    installs
  4. Py Modernize · l-mb
    Modernize Python codebases - migrate pip to uv, upgrade syntax to Python 3.13+, replace deprecated patterns, and update tooling to current best practices.
    0
    installs
  5. Py Complexity · l-mb
    Reduce cyclomatic and cognitive complexity in Python code. Break down complex functions, simplify control flow, and track complexity trends over time.
    0
    installs
  6. Py Code Health · l-mb
    Detect and remove dead code, duplicate code, and unused imports. Consolidate similar code patterns into parametrized functions.
    0
    installs
  7. Py Test Quality · l-mb
    Measure and improve test coverage and test suite quality using code coverage and mutation testing. Ensures tests actually catch bugs.
    0
    installs
  8. Py Quality Setup · l-mb
    Configure ruff, mypy, and basedpyright for Python 3.13 projects. Use when setting up linters and type checkers in pyproject.toml and pyrightconfig.json.
    0
    installs