ludo-technologies

10 mods across 3 repositories, 1.1k stars between them.

architecture-review

03

ludo-technologies/pyscn

Skill Claude CodeCodex

Analyze Python module architecture using pyscn - class coupling (CBO), cohesion (LCOM), dependency cycles, and module communities. Use when user asks about architecture, module structure, coupling, circular dependencies, or which files to review or change together.

1.0k 3d ago A 53 tokens original MIT

cli-analysis

04

ludo-technologies/pyscn

Skill Claude CodeCodex

Run the pyscn command-line tool for Python code quality analysis - CI/CD quality gates, HTML/JSON/CSV reports, full analysis runs, and project configuration. Use when user wants a CI check, a shareable report file, or to configure pyscn for a project.

1.0k 3d ago A 59 tokens original MIT

health-check

05

ludo-technologies/pyscn

Skill Claude CodeCodex

Get an overall Python code quality health score using pyscn. Use when user asks how healthy or good the code is, wants a quality overview, a grade, a summary of technical debt, or a before/after quality comparison.

1.0k 3d ago A 49 tokens original MIT

refactoring

06

ludo-technologies/pyscn

Skill Claude CodeCodex

Find refactoring targets in Python code using pyscn - duplicate code (clones), overly complex functions, and dead code. Use when user asks about refactoring, code duplication, complexity hotspots, unreachable code, or cleaning up a codebase.

1.0k 3d ago A 52 tokens original MIT

pyscn

07

ludo-technologies/pyscn

MCP server Claude CodeCodexCursor +2

MCP (Model Context Protocol) server for pyscn Python code analyzer. Runs locally from the pyscn-mcp Python package. Needs 1 environment variable to run.

1.0k 3d ago A tokens not measured original MIT

coding-standards

08

ludo-technologies/python-best-practices

Skill Claude CodeCodex

Python coding standards and best practices covering error handling, performance optimization, async patterns, SOLID design principles, documentation, data validation, and object-oriented programming. Use when writing, reviewing, or refactoring Python code, or when the user asks about Python style, design, or best…

18 3d ago A 63 tokens original MIT

testing

09

ludo-technologies/python-best-practices

Skill Claude CodeCodex

Python test-writing best practices covering test structure, fixtures, parametrization, and mocking with pytest. Use when writing, reviewing, or refactoring tests, adding test coverage, or working in tests directories and conftest.py.

18 3d ago A 47 tokens original MIT

tooling

10

ludo-technologies/python-best-practices

Skill Claude CodeCodex

Python development tooling configuration and best practices for ruff, mypy, pytest, pyscn, and uv. Use when setting up a Python project, configuring linters, formatters, type checkers, or test frameworks, or when editing pyproject.toml or tool config files.

18 3d ago A 60 tokens original MIT