lint:explain
25Command
(Ruff) Explain a ruff error and show the PROPER solution (without noqa!).
Command
(Ruff) Explain a ruff error and show the PROPER solution (without noqa!).
Command
(Ruff) Run ruff check to analyze code for linting errors.
Command
(Pytest) Create a test BEFORE implementation (TDD red phase).
Command
(Pytest) Create a pytest fixture.
Command
(Pytest) Create a mock for an external dependency.
Command
(Typing) Explain type error and show the correct solution (without type: ignore).
Command
(Typing) Run mypy/pyright for type checking.
Hook
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From ruslan-korneev/claude-plugins.
Skill Claude CodeCodex
Clean code principles for Python. Code should read like well-written prose.
Skill Claude CodeCodex
Quality testing patterns with pytest for FastAPI projects. TDD-first approach.
Skill Claude CodeCodex
Knowledge about the ruff linter and patterns for solving errors. ZERO noqa policy — always look for the proper solution.
Skill Claude CodeCodex
Python type annotation patterns without type: ignore. Always the correct solution.
Plugin Claude Code
Architecture design, code review (Review Pyramid), full-cycle TDD development, and structured feature specifications.
Agent
Deep architecture analysis with comprehensive checklist.
Agent
Deep code review following the Review Pyramid. Analyzes API semantics, implementation correctness, documentation, and tests. Use for thorough pre-merge review.
Agent
Fast codebase analysis to extract features from existing code. Use when analyzing an existing project.
Agent
Fast codebase analysis to find relevant modules for a feature. Use when starting development to understand project structure.
Agent
Analyze dependencies at module, package, and layer levels.
Agent
TDD execution agent that implements features following Red-Green-Refactor cycle. Integrates with pytest-assistant, clean-code, and quality plugins.
Agent
Deep interactive feature design for new projects. Use for greenfield projects or major new features.
Agent
Deep analysis and interactive planning for feature development. Creates detailed TDD plans with test cases and memory anchors.
Agent
Fast first-pass code review for automated checks (style, tests existence, basic security). Use this agent for quick validation before deep review.
Command
(Architect) Create Architecture Decision Record.
Command
(Architect) Analyze project architecture (structure, dependencies, patterns, anti-patterns).