Plugin Claude Code
Plugin marketplace listing 1 plugin: pyscn-mcp.
Plugin Claude Code
Plugin marketplace listing 1 plugin: pyscn-mcp.
Plugin Claude Code
Python code quality analysis MCP server.
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.
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.
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.
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.
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.
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…
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.
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.